GATTCharacteristicNotifiedEventArgs class final
The GATT characteristic notified event arguments.
Constructors
- GATTCharacteristicNotifiedEventArgs(Peripheral peripheral, GATTCharacteristic characteristic, Uint8List value)
- Constructs a GATTCharacteristicNotifiedEventArgs.
Properties
- characteristic → GATTCharacteristic
-
The GATT characteristic which notified.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- peripheral → Peripheral
-
The peripheral which notified.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → Uint8List
-
The notified value.
final
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