Show / Hide Table of Contents

Class ScalarCmd.ScalarCommand

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

Constructors

ScalarCommand(UInt32, Double)

Declaration
public ScalarCommand(uint index, double scalar)
Parameters
Type Name Description
UInt32 index
Double scalar

Fields

index

Declaration
public readonly uint index
Field Value
Type Description
UInt32

scalar

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