SetJoystickReq class

设置摇杆请求(SetJoystickReq)

Constructors

SetJoystickReq({required int x, required int y, required int z})
构造函数
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
x int
X 轴偏量(百分比,范围 -100..100),正为前,负为后
final
y int
Y 轴偏量(百分比,范围 -100..100),正为左,负为右
final
z int
Z 轴偏量(百分比,范围 -100..100),预留
final

Methods

encode() List<int>
编码为字节数组(s16 BE * 3)
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