nn::rdt::CTR::Sender::Open Member Function

Syntax

nn::Result Open(
     void
);

Arguments

None.

Return Values

Returns success if the request was accepted. The function will return failure if it is called when the state of the instance is anything other than SENDER_STATE_CLOSED. Specifically, the following values may be returned: ResultSuccess, ResultNotInitialized, and ResultUntimelyFunctionCall.

Description

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.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL