int MXCommon__GetModuleTemperatureValueAndStatus ( xsd__unsignedLong  ulOption,
struct MXCommon__GetModuleTemperatureValueAndStatusResponse Response 
)
Parameters:
[in] ulOption : Reserved
[out] Response 
  • sResponse.iReturnValue : Return value
    • 0 : success
    • -1: system error (see syserrno)
  • sResponse.syserrno : System-error code. The value of the libc "errno" code, see MXCommon__Strerror().
    • dValue : Temperature value in Degree Celsius
  • ulTemperatureStatus : Temperature Status :
    • TEMPERATURE_INITIAL = 0 : Temperature not ready
    • TEMPERATURE_TOOLOW = 1 : Temperature too low !
    • TEMPERATURE_LOW = 2 : Temperature under the min warning value
    • TEMPERATURE_NOMINAL = 3 : Temperature in the nominal range
    • TEMPERATURE_HIGH = 4 : Temperature over the max warning value
    • TEMPERATURE_TOOHIGH = 5 : Temperature too high !
  • ulInfo : Reserved
Return values:
SOAP_OK SOAP call success
otherwise SOAP protocol error