Show / Hide Table of Contents

Class DeviceMessageAttributes

Inheritance
Object
DeviceMessageAttributes
Namespace: Buttplug.Core.Messages
Assembly: Buttplug.dll
Syntax
public class DeviceMessageAttributes : object

Fields

LinearCmd

Declaration
public GenericDeviceMessageAttributes[] LinearCmd
Field Value
Type Description
GenericDeviceMessageAttributes[]

RawReadCmd

Declaration
public readonly RawDeviceMessageAttributes[] RawReadCmd
Field Value
Type Description
RawDeviceMessageAttributes[]

RawSubscribeCmd

Declaration
public readonly RawDeviceMessageAttributes[] RawSubscribeCmd
Field Value
Type Description
RawDeviceMessageAttributes[]

RawWriteCmd

Declaration
public readonly RawDeviceMessageAttributes[] RawWriteCmd
Field Value
Type Description
RawDeviceMessageAttributes[]

RotateCmd

Declaration
public GenericDeviceMessageAttributes[] RotateCmd
Field Value
Type Description
GenericDeviceMessageAttributes[]

ScalarCmd

Declaration
public GenericDeviceMessageAttributes[] ScalarCmd
Field Value
Type Description
GenericDeviceMessageAttributes[]

SensorReadCmd

Declaration
public SensorDeviceMessageAttributes[] SensorReadCmd
Field Value
Type Description
SensorDeviceMessageAttributes[]

SensorSubscribeCmd

Declaration
public SensorDeviceMessageAttributes[] SensorSubscribeCmd
Field Value
Type Description
SensorDeviceMessageAttributes[]

StopDeviceCmd

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