HBleDevice class

Constructors

HBleDevice.fromMap(Map mapData)

Properties

advertisementData Uint8List?
广告数据 Uint8List?
getter/setter pair
bytes String?
原始广播数据(仅安卓有效)
getter/setter pair
createTime int
扫描到到时间
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
identifier String
唯一标识
getter/setter pair
isConnect bool
是否已经连接
getter/setter pair
name String?
名称
getter/setter pair
rssi int
信号强度
getter/setter pair
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.
override
toUint8List(String? hexStr) Uint8List?

Operators

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