Exemple #1
0
 public static ErrorNumber GetDevice(DeviceType deviceType)
 {
     return((ErrorNumber)WrapperInterface.getDeviceEnum((int)deviceType));
 }