|
- Parameters:
-
[in] | ulTransducerIndex | : identifier, as returned by DataBaseGetTransducerType(). |
[out] | Response | :
iReturnValue : Error value :
- 0 : success
- <> 0 : error
- -100: kernel function error
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.
|
- Returns:
- 0: SOAP_OK
- <> 0: See SOAP error
- Note:
- This function returns an error if the identifier does not map to an existing transducer type.
|