示例#1
0
文件: Device.cs 项目: rbernon/monoDX
 public void BuildActionMap(ActionFormat af, string userName, ActionMapControl flags)
 {
     throw new NotImplementedException();
 }
示例#2
0
文件: Device.cs 项目: rbernon/monoDX
 public SetActionMapReturnCodes SetActionMap(ActionFormat af, string userName, ApplyActionMap flags)
 {
     throw new NotImplementedException();
 }
示例#3
0
文件: Manager.cs 项目: rbernon/monoDX
 public static DeviceList GetDevices(string name, ActionFormat actionFormat, EnumDevicesBySemanticsFlags flags)
 {
     throw new NotImplementedException();
 }