nn::ir::CTR::Communicator::WaitConnection Member Function

Syntax

static Result WaitConnection(
     nn::fnd::TimeSpan sendReplyDelay
);

Parameters

Name Description
in sendReplyDelay Specifies the amount of time to delay before sending a connection reply.

Return Values

Returns the function's result. Returns one of the Result values listed below.

Value Description
Result::IsSuccess Process was successful.
ResultBufferInsufficient The buffer was insufficient so the connection process could not proceed.
ResultAlreadyConnected Already in the connected state.
ResultAlreadyTryingToConnect Connection being authenticated.
ResultMachineSleep Sleeping because the system is in Sleep Mode.
ResultFatalError The IR module may be malfunctioning.

Description

Waits for a connection request and then tries making an authenticated connection.

When a connection request is received, waits to send a connection reply for at least the time specified by sendReplyDelay.

Revision History

2011/10/05
Revised errors in argument names.
2011/08/30
Initial version.

CONFIDENTIAL