Structure SyscError
Definition: syscCommonTypes.h (line 137)
Provide a struct for detecting errors from the interface calls.
Members
Public attributes
Variable retcode
Definition: syscCommonTypes.h (line 138)
int SyscError::retcode
Error code. Set to 0 if no error.
Type: int
Variable message
Definition: syscCommonTypes.h (line 139)
char SyscError::message[SYSC_STRING_LENGTH][SYSC_STRING_LENGTH]
Error message. Blank string if no error.
Type: char