예제 #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();
 }