Exemplo n.º 1
0
 public doCommandMessageResponse doDeviceIndicationReport(doDeviceIndicationReportRequest request)
 {
     // this is for mars, not sensors
     return(new doCommandMessageResponse());
 }
Exemplo n.º 2
0
 public IAsyncResult BegindoDeviceIndicationReport(doDeviceIndicationReportRequest request, AsyncCallback callback, object asyncState)
 {
     // this is for mars, not sensors
     return(null);
 }