Пример #1
0
 public doCommandMessageResponse doDeviceIndicationReport(doDeviceIndicationReportRequest request)
 {
     // this is for mars, not sensors
     return(new doCommandMessageResponse());
 }
Пример #2
0
 public IAsyncResult BegindoDeviceIndicationReport(doDeviceIndicationReportRequest request, AsyncCallback callback, object asyncState)
 {
     // this is for mars, not sensors
     return(null);
 }