TpmsProcessor class

Constructors

TpmsProcessor()

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

initializeWithConfig(Config config) Future<void>
初始化配置接口
inputBleData(ReceiveModel data) Future<ResultModel>
数据输入接口 - 蓝牙广播帧
inputGpsSpeed(double speed) Future<void>
数据输入接口 - 车速
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() Future<void>
重置状态
toString() String
A string representation of this object.
inherited

Operators

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