HBleSendHandle class

Constructors

HBleSendHandle({required HBle bleManager})

Properties

bleManager HBle
final
hashCode int
The hash code for this object.
no setterinherited
isWriting bool
getter/setter pair
lastWriteTime int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
willWriteList List<List<int>>
getter/setter pair
writeCharacteristic HBleDeviceServicesCharacteristics?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
nowTimeMilliSecond() int
toString() String
A string representation of this object.
inherited
write({required List<int> data, required HBleDeviceServicesCharacteristics writeCharacteristic, required bool withResponse}) → void
writeTheWillWriteList({required void whenComplete(), required bool withResponse}) → void

Operators

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

Static Properties

onePageMax int
getter/setter pair