Example #1
0
 public static ErrorNumberEnum GetDeviceEnum(DeviceTypeEnum deviceType)
 {
     return((ErrorNumberEnum)WrapperInterface.getDeviceEnum((int)deviceType));
 }