nn::ir::CTR::Communicator::GetLatestReceiveErrorResult Member Functionstatic Result GetLatestReceiveErrorResult( bool clear );
| 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. |
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. |
Gets the Result of the most recent error that occurred in the receiving process.
CONFIDENTIAL