SetPushRodSpeedReq class
第三层:设置推杆速度请求
Constructors
- SetPushRodSpeedReq({required double speedA, required double speedB, required double speedC, required double speedD})
-
构造函数
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speedA → double
-
推杆 A 速度(s32 BE)
final
- speedB → double
-
推杆 B 速度(s32 BE)
final
- speedC → double
-
推杆 C 速度(s32 BE)
final
- speedD → double
-
推杆 D 速度(s32 BE)
final
Methods
-
encode(
) → List< int> - 编码第三层请求负载(s32 BE: A/B/C/D)
-
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