int MXCommon__GetTime ( void *  _,
struct MXCommon__GetTimeResponse 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().
  • ulLowTime : Number of microseconds since the begin of the second
  • ulHighTime : Number of seconds since the Epoch (1st January,1970)
Return values:
SOAP_OK SOAP call success
otherwise SOAP protocol error