public final enum

DJIRCControlChannelName

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ dji.common.remotecontroller.DJIRCControlChannelName

Class Overview

Remote Controller control channels. These will be used in RC Custom Control Style. See RCControlStyle.Custom and RCControlStyle.SlaveCustom.

Summary

Enum Values
DJIRCControlChannelName  Pitch  Pitch control channel for slave Remote Controller. 
DJIRCControlChannelName  Roll  Roll control channel for slave Remote Controller. 
DJIRCControlChannelName  Throttle  Throttle control channel. 
DJIRCControlChannelName  Yaw  Yaw control channel for slave Remote Controller. 
Public Methods
boolean _equals(int b)
static DJIRCControlChannelName find(int value)
int value()
static DJIRCControlChannelName valueOf(String name)
final static DJIRCControlChannelName[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final DJIRCControlChannelName Pitch

Pitch control channel for slave Remote Controller.

public static final DJIRCControlChannelName Roll

Roll control channel for slave Remote Controller.

public static final DJIRCControlChannelName Throttle

Throttle control channel.

public static final DJIRCControlChannelName Yaw

Yaw control channel for slave Remote Controller.

Public Methods

public boolean _equals (int b)

public static DJIRCControlChannelName find (int value)

public int value ()

public static DJIRCControlChannelName valueOf (String name)

public static final DJIRCControlChannelName[] values ()