nn::rdt::CTR::Sender::Close Member Functionnn::Result Close( void );
None.
SENDER_STATE_OPENED. Specifically, the following values may be returned: ResultSuccess, ResultNotInitialized, ResultUntimelyFunctionCall . Issues a request to close a connection.
This function is intended to be called to notify the recipient that there is no more data to send. If the call to this function succeeds, the state will transition to SENDER_STATE_CLOSE_REQUESTED. The actual closing of the connection is done within the Process function.
CONFIDENTIAL