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
Type |
Description |
System.Single |
|
Properties
Declaration
public static FourCC Type { get; }
Property Value
Declaration
public FourCC typeStatic { get; }
Property Value
Implements
Methods
Declaration
public static SetSamplingFrequencyCommand Create(float frequency)
Parameters
Type |
Name |
Description |
System.Single |
frequency |
|
Returns