nn::ir::CTR::Communicator::WaitConnection Member Functionstatic Result WaitConnection( nn::fnd::TimeSpan sendReplyDelay );
| Name | Description | |
|---|---|---|
| in | sendReplyDelay | Specifies the amount of time to delay before sending a connection reply. |
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. |
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.
CONFIDENTIAL