public static class

DJIRCHardwareState.DJIRCHardwareRightWheel

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

Class Overview

Current state of the Camera Settings Dial (upper right wheel on the Remote Controller).

Summary

Fields
public boolean isPresent true if the right wheel is present.
public int value Wheel value is in the range of [0, 1320].
public boolean wheelButtonDown true if the wheel is being pressed.
public boolean wheelChanged true if the wheel value has changed.
public boolean wheelDirection true if the wheel is being turned in a counterclockwise direction.
Public Constructors
DJIRCHardwareRightWheel()
DJIRCHardwareRightWheel(boolean wheelChanged, boolean wheelButtonDown, boolean wheelOffsetSign, short wheelOffset)
Public Methods
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public boolean isPresent

true if the right wheel is present.

public int value

Wheel value is in the range of [0, 1320]. The value represents the difference in an operation.

public boolean wheelButtonDown

true if the wheel is being pressed.

public boolean wheelChanged

true if the wheel value has changed.

public boolean wheelDirection

true if the wheel is being turned in a counterclockwise direction.

Public Constructors

public DJIRCHardwareRightWheel ()

public DJIRCHardwareRightWheel (boolean wheelChanged, boolean wheelButtonDown, boolean wheelOffsetSign, short wheelOffset)

Public Methods

public String toString ()