예제 #1
0
 public int GetScanCode(ParameterHow how, int objectId)
 {
     throw new NotImplementedException();
 }
예제 #2
0
파일: Device.cs 프로젝트: rbernon/monoDX
 public DeviceObjectInstance GetObjectInformation(int obj, ParameterHow how)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public InputRange GetPhysicalRange(ParameterHow how, int objectId)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public void SetSaturation(ParameterHow how, int objectId, int value)
 {
     throw new NotImplementedException();
 }
예제 #5
0
 public string GetKeyName(ParameterHow how, int objectId)
 {
     throw new NotImplementedException();
 }
예제 #6
0
 public void SetRange(ParameterHow how, int objectId, InputRange value)
 {
     throw new NotImplementedException();
 }
예제 #7
0
 public int GetGranularity(ParameterHow how, int objectId)
 {
     throw new NotImplementedException();
 }
예제 #8
0
 public void SetCalibrationPoints(ParameterHow how, int objectId, CalibrationPoint[] value)
 {
     throw new NotImplementedException();
 }
예제 #9
0
 public CalibrationPoint[] GetCalibrationPoints(ParameterHow how, int objectId)
 {
     throw new NotImplementedException();
 }
예제 #10
0
 public void SetApplicationData(ParameterHow how, int objectId, object value)
 {
     throw new NotImplementedException();
 }
예제 #11
0
 public object GetApplicationData(ParameterHow how, int objectId)
 {
     throw new NotImplementedException();
 }