示例#1
0
 public static ErrorNumber GetDevice(DeviceType deviceType)
 {
     return((ErrorNumber)PlcmHelper.getDeviceEnum((int)deviceType));
 }