HBleMissiveManage class

Constructors

HBleMissiveManage()

Properties

hashCode int
The hash code for this object.
no setterinherited
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.
inherited

Operators

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

Static Properties

doInitOne bool
getter/setter pair

Static Methods

characteristicsNotification({required HBleDeviceServicesCharacteristics characteristics, required bool enable}) → void
connectDevice(HBleDevice device) → void
disConnectDevice(HBleDevice device) → void
discoverService(HBleDevice device) → void
getCharacteristics(HBleDeviceServices services) → void
getHBleState() → void
getHistoryScanList(int time, int id) → void
init() → void
receiveHandler(dynamic result) bool
scan() → void
sent(String method, [dynamic arguments]) Future
stopScan() → void
writeCharacteristics({required HBleDeviceServicesCharacteristics characteristics, required Uint8List value, required bool withResponse}) → void