Class SensorReading
Sent to server, generic message that can control any device that takes a single value and staticly
sets an actuator to that value (speed, oscillation frequency, instanteous position, etc).
Inheritance
SensorReading
Assembly: Buttplug.dll
Syntax
public class SensorReading : ButtplugDeviceMessage
Fields
data
Declaration
public readonly List<int> data
Field Value
| Type |
Description |
| List<Int32> |
|
SensorIndex
Declaration
public readonly uint SensorIndex
Field Value
SensorType
Declaration
public readonly SensorType SensorType
Field Value