Show / Hide Table of Contents

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
Object
RotateCmd.RotateCommand
Namespace: Buttplug.Core.Messages
Assembly: Buttplug.dll
Syntax
public class RotateCommand : object

Constructors

RotateCommand(Double, Boolean)

Declaration
public RotateCommand(double speed, bool clockwise)
Parameters
Type Name Description
Double speed
Boolean clockwise

Fields

clockwise

Declaration
public readonly bool clockwise
Field Value
Type Description
Boolean

speed

Declaration
public readonly double speed
Field Value
Type Description
Double
In This Article
Back to top Generated by DocFX