BluetoothClassicDataEvent class

Classic Bluetooth 数据事件。

Constructors

BluetoothClassicDataEvent({required String deviceId, required List<int> value})
创建 Classic 数据事件。
const
BluetoothClassicDataEvent.fromMap(Map<String, dynamic> map)
从原生 Map 创建 Classic 数据事件。
factory

Properties

deviceId String
Classic 设备地址。
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value List<int>
收到的字节数组。
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