nn::ir::CTR::Communicator::GetLatestReceiveErrorResult Member Function

Syntax

static Result GetLatestReceiveErrorResult(
     bool clear
);

Parameters

Name Description
in clear If you specify true, then after the Result is obtained, the saved Result is cleared. If false is specified, it is not cleared.

Return Values

Returns the Result of the most recent error.

Value Description
Result::IsSuccess No error occurred.
ResultSignatureNotFound Could not find a signature indicating the start of the packet.
ResultDifferentSessionId The session ID is different.
ResultInvalidCrc Incorrect CRC given to the packet.
ResultFollowingDataNotExist Did not receive subsequent data from packet.
ResultFatalError The IR module may be malfunctioning.

Description

Gets the Result of the most recent error that occurred in the receiving process.

Revision History

2011/08/30
Initial version.

CONFIDENTIAL