int MXCommon__SetModuleTemperatureWarningLevels ( xsd__double  dMinimalWarningLevel,
xsd__double  dMaximalWarningLevel,
xsd__unsignedLong  ulOption,
struct MXCommon__Response Response 
)
Parameters:
[in] dMinimalWarningLevel : Minimal temperature warning level in Degree : 5 to 60 Degree Celsius
[in] dMaximalWarningLevel : Maximal temperature warning level in Degree : 5 to 60 Degree Celsius
[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().
Return values:
SOAP_OK SOAP call success
otherwise SOAP protocol error