Beispiel #1
0
 public int SendCommandByPhone(string SN, int DeviceID, string CommandType, int Model, string Phones)
 {
     MgooGps.CommandQueue.SendCommandByPhoneRequest inValue = new MgooGps.CommandQueue.SendCommandByPhoneRequest();
     inValue.Body             = new MgooGps.CommandQueue.SendCommandByPhoneRequestBody();
     inValue.Body.SN          = SN;
     inValue.Body.DeviceID    = DeviceID;
     inValue.Body.CommandType = CommandType;
     inValue.Body.Model       = Model;
     inValue.Body.Phones      = Phones;
     MgooGps.CommandQueue.SendCommandByPhoneResponse retVal = ((MgooGps.CommandQueue.CommandQueueAjaxSoap)(this)).SendCommandByPhone(inValue);
     return(retVal.Body.SendCommandByPhoneResult);
 }
Beispiel #2
0
 MgooGps.CommandQueue.SendCommandByPhoneResponse MgooGps.CommandQueue.CommandQueueAjaxSoap.SendCommandByPhone(MgooGps.CommandQueue.SendCommandByPhoneRequest request)
 {
     return(base.Channel.SendCommandByPhone(request));
 }