MiScaleDeviceV2 class

Inheritance

Constructors

MiScaleDeviceV2(DiscoveredDevice device)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The id of the discovered device
no setterinherited
name String
The name of the discovered device
no setterinherited
rssi int
The signal strength of the device when it was first discovered
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
parseScaleData(Uint8List data) MiScaleData?
Parse the raw advertisement data to obtain a MiScaleData instance
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

matchesDeviceType(DiscoveredDevice device) bool
Determine whether this class matches the device type of the given device