示例#1
0
 public string sendPhoto(string SN)
 {
     MgooGps.CommandQueue.sendPhotoRequest inValue = new MgooGps.CommandQueue.sendPhotoRequest();
     inValue.Body    = new MgooGps.CommandQueue.sendPhotoRequestBody();
     inValue.Body.SN = SN;
     MgooGps.CommandQueue.sendPhotoResponse retVal = ((MgooGps.CommandQueue.CommandQueueAjaxSoap)(this)).sendPhoto(inValue);
     return(retVal.Body.sendPhotoResult);
 }
示例#2
0
 MgooGps.CommandQueue.sendPhotoResponse MgooGps.CommandQueue.CommandQueueAjaxSoap.sendPhoto(MgooGps.CommandQueue.sendPhotoRequest request)
 {
     return(base.Channel.sendPhoto(request));
 }