imaqGetLastErrorFunc
Usage
const char* imaqGetLastErrorFunc();
Purpose
Returns the name of the function in which the last error occurred.
Return Value
Type |
Description |
---|---|
const char* | This function returns the name of the last function that failed. The function returns an empty string if there is no pending error. When you are finished with the return value, dispose of the string by calling imaqDispose(). |