Exemple #1
0
 public int GetScanCode(ParameterHow how, int objectId)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public DeviceObjectInstance GetObjectInformation(int obj, ParameterHow how)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public InputRange GetPhysicalRange(ParameterHow how, int objectId)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public void SetSaturation(ParameterHow how, int objectId, int value)
 {
     throw new NotImplementedException();
 }
Exemple #5
0
 public string GetKeyName(ParameterHow how, int objectId)
 {
     throw new NotImplementedException();
 }
Exemple #6
0
 public void SetRange(ParameterHow how, int objectId, InputRange value)
 {
     throw new NotImplementedException();
 }
Exemple #7
0
 public int GetGranularity(ParameterHow how, int objectId)
 {
     throw new NotImplementedException();
 }
Exemple #8
0
 public void SetCalibrationPoints(ParameterHow how, int objectId, CalibrationPoint[] value)
 {
     throw new NotImplementedException();
 }
Exemple #9
0
 public CalibrationPoint[] GetCalibrationPoints(ParameterHow how, int objectId)
 {
     throw new NotImplementedException();
 }
Exemple #10
0
 public void SetApplicationData(ParameterHow how, int objectId, object value)
 {
     throw new NotImplementedException();
 }
Exemple #11
0
 public object GetApplicationData(ParameterHow how, int objectId)
 {
     throw new NotImplementedException();
 }