Endpoint enum
Values
- Command → const Endpoint
-
Expect to take commands, when multiple receive endpoints may be available
- Firmware → const Endpoint
-
Firmware updates (Buttplug does not update firmware, but some firmware endpoints are used for mode setting)
- Rx → const Endpoint
-
Common receive endpoint name
- RxAccel → const Endpoint
-
Receive endpoint for accelerometer data
- RxBLEBattery → const Endpoint
-
Receive endpoint for battery levels (usually expected to be BLE standard profile)
- RxBLEModel → const Endpoint
-
Receive endpoint for BLE model (usually expected to be BLE standard profile)
- RxPressure → const Endpoint
-
Receive endpoint for pressure sensors
- RxTouch → const Endpoint
-
Receive endpoint for touch sensors
- Tx → const Endpoint
-
Common transmit endpoint name
- TxMode → const Endpoint
-
Transmit endpoint for hardware mode setting.
- TxVibrate → const Endpoint
-
Transmit endpoint for vibration setting
- TxVendorControl → const Endpoint
-
Transmit endpoint for vendor (proprietary) control
- Whitelist → const Endpoint
-
Transmit endpoint for whitelist updating
- Generic0 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic1 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic2 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic3 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic4 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic5 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic6 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic7 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic8 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic9 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic10 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic11 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic12 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic13 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic14 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic15 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic16 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic17 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic18 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic19 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic20 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic21 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic22 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic23 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic24 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic25 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic26 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic27 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic28 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic29 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic30 → const Endpoint
-
Generic endpoint (available for user configurations)
- Generic31 → const Endpoint
-
Generic endpoint (available for user configurations)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited