int MSXExxxx__AnalogInputGetChannelsType ( xsd__unsignedLong  ulOption1,
struct MSXExxxx__AnalogInputGetChannelsTypeResponse Response 
)
Parameters:
[in] ulOption1 : Reserved. Set to 0
[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
Returns:
  • 0: SOAP_OK
  • <> 0: See SOAP error