Class RotateCmd.RotateCommand
Container object for representing a single rotation command on a device that may have
multiple independent rotating features. Missing index, as it is to be used in enumerative structures that imply index.
Inheritance
RotateCmd.RotateCommand
Assembly: Buttplug.dll
Syntax
public class RotateCommand : object
Constructors
RotateCommand(Double, Boolean)
Declaration
public RotateCommand(double speed, bool clockwise)
Parameters
Fields
clockwise
Declaration
public readonly bool clockwise
Field Value
speed
Declaration
public readonly double speed
Field Value