BluetoothRemoteGATTDescriptor class

Experimental: This is an experimental technologyCheck the Browser compatibility table carefully before using this in production.

The interface of the Web Bluetooth API provides a GATT Descriptor, which provides further information about a characteristic’s value.

Note: This page describes the W3C Community Group Web Bluetooth API. For the Firefox OS Bluetooth API, see BluetoothGattDescriptor (Firefox OS).

Available extensions
Annotations
  • @experimental
  • @JS.new()
  • @staticInterop

Constructors

BluetoothRemoteGATTDescriptor()
factory

Properties

characteristic → BluetoothRemoteGATTCharacteristic

Available on BluetoothRemoteGATTDescriptor, provided by the PropsBluetoothRemoteGATTDescriptor extension

no setter
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
uuid → String

Available on BluetoothRemoteGATTDescriptor, provided by the PropsBluetoothRemoteGATTDescriptor extension

no setter
value → ByteData?

Available on BluetoothRemoteGATTDescriptor, provided by the PropsBluetoothRemoteGATTDescriptor extension

no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readValue() → Future<ByteData>

Available on BluetoothRemoteGATTDescriptor, provided by the PropsBluetoothRemoteGATTDescriptor extension

toString() → String
A string representation of this object.
inherited
writeValue(dynamic value) → Future<void>

Available on BluetoothRemoteGATTDescriptor, provided by the PropsBluetoothRemoteGATTDescriptor extension

Operators

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