nn::ir::CTR::Communicator::ClearSendBuffer Member Function

Syntax

static Result ClearSendBuffer(
     void
);

Parameters

None.

Return Values

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

Value Description
Result::IsSuccess Process was successful.
ResultNotConnected System is not connected.
ResultMachineSleep Sleeping because the system is in Sleep Mode.
ResultFatalError The IR module may be malfunctioning.

Description

Destroys all packets scheduled for sending.

Revision History

2011/08/30
Initial version.

CONFIDENTIAL