nn::ir::CTR::Communicator::GetLatestSendErrorResult Member Function

Syntax

static Result GetLatestSendErrorResult(
     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.
ResultFatalError The IR module may be malfunctioning.

Description

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

Revision History

2011/08/30
Initial version.

CONFIDENTIAL