SetJoystickReq class
设置摇杆请求(SetJoystickReq)
Constructors
- SetJoystickReq({required int x, required int y, required int z})
-
构造函数
const
Properties
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