TYPE ERROR :
This data structure describes errors eventually occurring while working with functions of CAA_SerialCom library. Values ranging from 5000 to 5099 have been reserved for these errors within the prefix registration (LibraryRegistry.chm).
Attributes:
|
|
InOut:
|
Name
|
Initial
|
Comment
|
NO_ERROR
|
0
|
no error
|
FIRST_ERROR
|
5000
|
first library specific error
|
TIME_OUT
|
|
5001 = timeout error
|
ABORT
|
|
5002 = abort input active
|
HANDLE_INVALID
|
|
5003 = handle invalid
|
ERROR_UNKNOWN
|
|
5004 = unknown error
|
WRONG_PARAMETER
|
|
5005 = wrong parameter
|
WRITE_INCOMPLETE
|
|
5006 = write incomplete
|
FIRST_MF
|
5050
|
first manufacture specific error
|
LAST_ERROR
|
5099
|
last library specific error
|
|