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