MiScaleDevice class abstract

Implementers

Constructors

MiScaleDevice(DiscoveredDevice _device)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The id of the discovered device
no setter
name String
The name of the discovered device
no setter
rssi int
The signal strength of the device when it was first discovered
no setter
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

from(DiscoveredDevice device) MiScaleDevice?
Constructs an instance of an extending MiScaleDevice class.