BlueZAgentCapability enum

The capability of an agent registered with BlueZClient.registerAgent.

  • displayOnly - can only display information from the device.
  • displayYesNo - able to display information from the device and respond with yes/no answers.
  • keyboardOnly - only able to respond with pin code / passcode information.
  • noInputNoOutput - not able to display information or provide information to devices.
  • keyboardDisplay - able to display information from the device and respond with ping code / passcode information.
Inheritance

Constructors

BlueZAgentCapability()
const

Values

displayOnly → const BlueZAgentCapability
displayYesNo → const BlueZAgentCapability
keyboardOnly → const BlueZAgentCapability
noInputNoOutput → const BlueZAgentCapability
keyboardDisplay → const BlueZAgentCapability

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<BlueZAgentCapability>
A constant List of the values in this enum, in order of their declaration.