ElinkProbeBaseCmdUtils class abstract
- Implementers
Constructors
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> -
getElinkA7Data(
List< int> payload) → Future<List< int> > -
getMac(
) → List< int> ? -
getVersion(
) → List< int> - 获取版本 使用UUID(elinkWriteAndNotifyUuid: FFE3)的特征值写入 Write using the characteristic value of UUID(elinkWriteAndNotifyUuid: FFE3)
-
initialize(
List< int> mac, {required List<int> cid}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
switchUnit(
int unit) → Future< List< int> > - 切换单位 unit 0: °C, 1: °F 使用UUID(elinkWriteUuid: FFE1)的特征值写入 Write using the characteristic value of UUID(elinkWriteUuid: FFE1)
-
syncTime(
{DateTime? dateTime}) → List< int> - 同步时间 使用UUID(elinkWriteAndNotifyUuid: FFE3)的特征值写入 Write using the characteristic value of UUID(elinkWriteAndNotifyUuid: FFE3)
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited