Skip to main content
Version: 20 Mar 2024

MLInputBuzzCommand

A structure containing information about the Buzz command to be played.

Inherits from:
IInputDeviceCommandInfo

Public Methods

MLInputBuzzCommand

public MLInputBuzzCommand(
in Buzz buzzCommand
)

Parameters

TypeNameDescription
in BuzzbuzzCommandA structure containing information about the Buzz command to be played.

Public Attributes

Amplitude

amplitude of the buzz command, as a percentage (0 - 100).


public readonly byte Amplitude;


DurationMs

Duration of the buzz command in milliseconds (ms).


public readonly uint DurationMs;


EndHz

End frequency of the buzz command (0 - 1250).


public readonly ushort EndHz;


StartHz

Start frequency of the buzz command (0 - 1250).


public readonly ushort StartHz;


Version

Version of this structure.


public readonly uint Version;


typeStatic


public FourCC typeStatic => commandType;