public static class

DJIRCHardwareState.DJIRCHardwareTransformationSwitch

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

Class Overview

Transformation Switch position. The Transformation Switch is around the Return To Home Button on Inspire, Inspire 1 and M100 Remote Controllers, and controls the state of the aircraft's landing gear.

Summary

Fields
public boolean isPresent true if the Transformation Switch is present.
public DJIRCHardwareState.DJIRCHardwareTransformationSwitchState transformationSwitchState Current transformation switch state.
Public Constructors
DJIRCHardwareTransformationSwitch(DJIRCHardwareState.DJIRCHardwareTransformationSwitchState state)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public boolean isPresent

true if the Transformation Switch is present.

public DJIRCHardwareState.DJIRCHardwareTransformationSwitchState transformationSwitchState

Current transformation switch state.

Public Constructors

public DJIRCHardwareTransformationSwitch (DJIRCHardwareState.DJIRCHardwareTransformationSwitchState state)