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