AdvertisementData class

Constructors

AdvertisementData({required String advName, required int? txPowerLevel, required int? appearance, required bool connectable, required Map<int, List<int>> manufacturerData, required Map<Guid, List<int>> serviceData, required List<Guid> serviceUuids})
AdvertisementData.fromProto(BmScanAdvertisement p)

Properties

advName String
final
appearance int?
final
connectable bool
final
hashCode int
The hash code for this object.
no setterinherited
localName String
no setter
manufacturerData Map<int, List<int>>
final
msd List<List<int>>
raw manufacturer specific data
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceData Map<Guid, List<int>>
final
serviceUuids List<Guid>
final
txPowerLevel 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.
override

Operators

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