For a device that is sampled periodically, set the frequency at which the device
is sampled.
 
public struct SetSamplingFrequencyCommand : IInputDeviceCommandInfo
 
Fields
  
Declaration
public InputDeviceCommand baseCommand
 
Field Value
Declaration
Field Value
Properties
  
Declaration
public static readonly FourCC Type { get; }
 
Property Value
Declaration
public readonly FourCC typeStatic { get; }
 
Property Value
Implements
Methods
  
Declaration
public static SetSamplingFrequencyCommand Create(float frequency)
 
Parameters
| Type | 
Name | 
Description | 
| Single | 
frequency | 
 | 
Returns