int MXCommon__GetUpTime ( void *  _,
struct MXCommon__GetUpTimeResponse Response 
)
Parameters:
[in] _ : no input parameter
[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().
  • ulUpTime : Number of seconds since the last boot of the system.
Return values:
SOAP_OK SOAP call success
otherwise SOAP protocol error