nn::rdt::CTR::Sender::Open Member Functionnn::Result Open( void );
None.
SENDER_STATE_CLOSED. Specifically, the following values may be returned: ResultSuccess, ResultNotInitialized, and ResultUntimelyFunctionCall. Issues a connection request.
Issues a connection request to a remote Receiver instance. If the call to this function succeeds, the state will transition to SENDER_STATE_OPEN_REQUESTED. The actual opening of the connection is done within the Process function.
CONFIDENTIAL