BTH_LE_GATT_CHARACTERISTIC class Null safety Struct
The BTH_LE_GATT_CHARACTERISTIC structure describes a Bluetooth Low Energy (LE) generic attribute (GATT) profile characteristic.
- Inheritance
- Object
- NativeType
- Struct
- BTH_LE_GATT_CHARACTERISTIC
Constructors
Properties
- AttributeHandle ↔ int
-
@Uint16(), read / write
- CharacteristicUuid ↔ BTH_LE_UUID
-
read / write
- CharacteristicValueHandle ↔ int
-
@Uint16(), read / write
- HasExtendedProperties ↔ int
-
@Uint8(), read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- IsBroadcastable ↔ int
-
@Uint8(), read / write
- IsIndicatable ↔ int
-
@Uint8(), read / write
- IsNotifiable ↔ int
-
@Uint8(), read / write
- IsReadable ↔ int
-
@Uint8(), read / write
- IsSignedWritable ↔ int
-
@Uint8(), read / write
- IsWritable ↔ int
-
@Uint8(), read / write
- IsWritableWithoutResponse ↔ int
-
@Uint8(), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- ServiceHandle ↔ int
-
@Uint16(), read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited