[out] | Response | :
sResponse.iReturnValue :
- 0: Means the remote function performed OK
- -1: Means an system error occured
sResponse.syserrno : system-error code (the value of the libc "errno" code)
ulType : Array that contain the channels type (0 : Voltage, 1 : Current)
- ulType [0] : Channel 0 type
- ...
- ulType [7] : Channel 7 type
ulICP : Array that contain if ICP available (0 : not available, 1 : available)
- ulType [0] : Channel 0 ICP information
- ...
- ulType [7] : Channel 7 ICP information
|