DropNextReceiveData

nn::ir::CTR::Communicator::DropNextReceiveData Member Function

Syntax

static Result DropNextReceiveData(
     s32 * pRemainCount
);

Parameters

Name Description
out pRemainCount Stores the remaining number of receive packets.

Return Values

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

Value Description
Result::IsSuccess Process was successful.
ResultNoData No received data.
ResultNotConnected Not in the connected state.
ResultMachineSleep Sleeping because the system is in Sleep Mode.
ResultFatalError The IR module may be malfunctioning.

Description

Ignore the data that are expected to come in the next call to the Receive function and move to the next set of receive data after that.

Revision History

2011/08/30
Initial version.

CONFIDENTIAL