public class

DJIRCControlChannel

extends Object
java.lang.Object
   ↳ dji.common.remotecontroller.DJIRCControlChannel

Class Overview

Remote controller's channel.

Summary

Fields
public DJIRCControlChannelName channel Name of the control channel.
public boolean isReverse The control channel's settings will be reversed.
Public Constructors
DJIRCControlChannel(DJIRCControlChannelName channel, boolean isReverse)
DJIRCControlChannel()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public DJIRCControlChannelName channel

Name of the control channel. The default is American.

public boolean isReverse

The control channel's settings will be reversed. For example, for throttle the joystick is moved up or down. If the control channel was reversed, the same motion that was once used for up would now move the aircraft down and the same motion that was once used for down would now move the aircraft up.

Public Constructors

public DJIRCControlChannel (DJIRCControlChannelName channel, boolean isReverse)

public DJIRCControlChannel ()