ButtplugClientDevice class

Constructors

ButtplugClientDevice(DeviceInfo deviceInfo, dynamic msgClosure(ButtplugClientMessage msg))

Properties

connected bool
no setter
displayName String?
latefinal
hashCode int
The hash code for this object.
no setterinherited
index int
latefinal
messageAttributes ClientDeviceMessageAttributes
latefinal
messageTimingGap int
no setter
msgClosure ↔ dynamic Function(ButtplugClientMessage msg)
getter/setter pair
name String
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

linear(LinearCommand command) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rotate(RotateCommand command) Future<void>
scalar(ScalarCommand command) Future<void>
sensorRead(int sensorIndex) Future<List<int>>
toString() String
A string representation of this object.
inherited
vibrate(VibrateCommand command) Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited