Layer2PayloadDecoder<T> class abstract

二层负载解码器抽象类(范型)

类型参数:

  • T:二层消息模型类型(例如 ControlBusMessage、DfuMessage)
Implementers

Constructors

Layer2PayloadDecoder()

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

decode(List<int> bytes) → T?
将二层负载字节序列解码为消息模型
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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