nn::nex::SystemError::ClearLast Member Function

Syntax

static void ClearLast();

Parameters

None.

Return Values

None.

Description

Deletes errors stored in the SystemError class.

By calling this function before calling a NEX API function, you can guarantee that the returned error was generated by the most recently called NEX API function.

Errors are stored by thread. Errors that can be deleted by calling this function are limited to those of the same thread.

Revision History

2011/07/01
Clarified that the errors targeted by this thread are limited to those of the same thread.
2011/01/27
Initial version.

CONFIDENTIAL