ElinkHealthRingDataParseUtils class

Inheritance

Constructors

ElinkHealthRingDataParseUtils(List<int> mac, {List<int> cid = ElinkHealthRingConfig.cidHealthRing})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCid() List<int>
inherited
getElinkA7Data(List<int> payload) Future<List<int>>
inherited
getMac() List<int>?
inherited
initialize(List<int> mac, {required List<int> cid}) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseElinkData(List<int> data) Future<void>
setCallback({ElinkHealthRingCommonCallback? commonCallback, ElinkHealthRingCheckupCallback? checkupCallback, ElinkHealthRingSleepStepCallback? sleepStepCallback, JFOTAUtils? jfotaUtils}) → void
toString() String
A string representation of this object.
inherited

Operators

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