public static class

DJIRCHardwareState.DJIRCHardwareJoystick

extends Object
java.lang.Object
   ↳ dji.common.remotecontroller.DJIRCHardwareState.DJIRCHardwareJoystick

Class Overview

Remote Controller's hardware joystick

Summary

Fields
public int value Joystick's channel value in the range of [-660, 660].
Public Constructors
DJIRCHardwareJoystick(int value)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public int value

Joystick's channel value in the range of [-660, 660]. This value may be different for the aileron, elevator, throttle, and rudder.

Public Constructors

public DJIRCHardwareJoystick (int value)