nn::ir::CTR::Communicator::GetLatestSendErrorResult Member Functionstatic Result GetLatestSendErrorResult( 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. |
ResultFatalError |
The IR module may be malfunctioning. |
Gets the Result of the most recent error that occurred in the send process.
CONFIDENTIAL