public static class

DJIRCHardwareState.DJIRCHardwareButton

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

Class Overview

Remote Controller has numerous momentary push buttons, which will use this state.

Summary

Fields
public boolean buttonDown true if button is pressed down.
public boolean isPresent true if the hardware button is present.
Public Constructors
DJIRCHardwareButton(boolean isButtonDown)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public boolean buttonDown

true if button is pressed down.

public boolean isPresent

true if the hardware button is present.

Public Constructors

public DJIRCHardwareButton (boolean isButtonDown)