ScanResult class

Constructors

ScanResult({required BleDevice device, String? localName, int? rssi, int? txPower, Map<String, String>? manufacturerData, Map<String, ByteData>? serviceData, List<String>? uuids, String? rawAdvertisement})

Properties

device BleDevice
getter/setter pair
eqList Function
getter/setter pair
eqMap Function
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
localName String?
getter/setter pair
manufacturerData Map<String, String>?
getter/setter pair
rawAdvertisement String?
getter/setter pair
rssi int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceData Map<String, ByteData>?
getter/setter pair
txPower int?
getter/setter pair
uuids List<String>?
getter/setter pair

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.
override