public bool UpdateDevice(DeviceUpdateType updateType)
 {
     return(deviceInterface.UpdateDevice(updateType));
 }
Exemple #2
0
 bool IDevice.UpdateDevice(DeviceUpdateType updateType)
 {
     return(false);
 }