Esempio n. 1
0
 public string GetCommandList(string SN, int DeviceID, int PageNo, int PageCount, string TimeZones)
 {
     MgooGps.CommandQueue.GetCommandListRequest inValue = new MgooGps.CommandQueue.GetCommandListRequest();
     inValue.Body           = new MgooGps.CommandQueue.GetCommandListRequestBody();
     inValue.Body.SN        = SN;
     inValue.Body.DeviceID  = DeviceID;
     inValue.Body.PageNo    = PageNo;
     inValue.Body.PageCount = PageCount;
     inValue.Body.TimeZones = TimeZones;
     MgooGps.CommandQueue.GetCommandListResponse retVal = ((MgooGps.CommandQueue.CommandQueueAjaxSoap)(this)).GetCommandList(inValue);
     return(retVal.Body.GetCommandListResult);
 }
Esempio n. 2
0
 MgooGps.CommandQueue.GetCommandListResponse MgooGps.CommandQueue.CommandQueueAjaxSoap.GetCommandList(MgooGps.CommandQueue.GetCommandListRequest request)
 {
     return(base.Channel.GetCommandList(request));
 }