コード例 #1
0
ファイル: PlcmProxy.cs プロジェクト: dazhouhu/QLSDK
 public static ErrorNumber GetDevice(DeviceType deviceType)
 {
     return((ErrorNumber)PlcmHelper.getDeviceEnum((int)deviceType));
 }