public class

DJIRCControlMode

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

Class Overview

The control mode of a Remote Controller, it can be a Chinese, or Japanese, or American style. It can also be customized mode with the definition of each controller channel by users.

Summary

Fields
public DJIRCControlChannel[] controlChannel Setting controls for each of the channels.
public DJIRCControlStyle controlStyle The control style to which the Remote Controller is set.
Public Constructors
DJIRCControlMode()
DJIRCControlMode(DJIRCControlStyle controlStyle, DJIRCControlChannel[] controlChannel)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public DJIRCControlChannel[] controlChannel

Setting controls for each of the channels.

public DJIRCControlStyle controlStyle

The control style to which the Remote Controller is set.

Public Constructors

public DJIRCControlMode ()

public DJIRCControlMode (DJIRCControlStyle controlStyle, DJIRCControlChannel[] controlChannel)