|
- Parameters:
-
[in] | ulTransducerIndex | : Transducer index (0 to ulTransducerNumbers - 1) |
[out] | Response | :
sResponse.iReturnValue : Error code :
- 0: success
- <> 0 : error
- -100: kernel function error
sResponse.syserrno : system-error code (the value of the libc "errno" code) Its value is significant only when the iReturnValue returned an error (-1 or <= -100)
Give this value to the MXCommon_Strerror to get the string describing the error number. ulValue : transducer identifier. Use this value as the "Index" parameter given to DataBaseGetTransducerInformationResponse().
|
- Returns:
- 0: SOAP_OK
- <> 0: See SOAP error
|