int MXCommon__SetTime ( xsd__unsignedLong  ulLowTime,
xsd__unsignedLong  ulHighTime,
struct MXCommon__Response Response 
)
Parameters:
[in] ulLowTime : Number of microseconds since the begin of the second
[in] ulHighTime : Number of seconds since the Epoch (1st January,1970)
[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