Show / Hide Table of Contents

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
Object
ButtplugMessage
ButtplugDeviceMessage
SensorReading
Inherited Members
ButtplugDeviceMessage.DeviceIndex
ButtplugMessage.Id
ButtplugMessage.Name
ButtplugMessage.GetName(Type)
Namespace: Buttplug.Core.Messages
Assembly: Buttplug.dll
Syntax
public class SensorReading : ButtplugDeviceMessage

Fields

data

Declaration
public readonly List<int> data
Field Value
Type Description
List<Int32>

SensorIndex

List of vibrator speeds.

Declaration
public readonly uint SensorIndex
Field Value
Type Description
UInt32

SensorType

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