public final enum

DJIVisionSensorPosition

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ dji.common.flightcontroller.DJIVisionSensorPosition

Class Overview

Position of the sensor on the aircraft

Summary

Enum Values
DJIVisionSensorPosition  Left  The sensor is on the left or port side of the aircraft. 
DJIVisionSensorPosition  Nose  The sensor is on the front or nose of the aircraft. 
DJIVisionSensorPosition  Right  The sensor is on the right or starboard side of the aircraft. 
DJIVisionSensorPosition  Tail  The sensor is on the back or tail of the aircraft. 
DJIVisionSensorPosition  Unknown  Unknown  
Public Methods
boolean _equals(int b)
static DJIVisionSensorPosition find(int value)
int value()
static DJIVisionSensorPosition valueOf(String name)
final static DJIVisionSensorPosition[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final DJIVisionSensorPosition Left

The sensor is on the left or port side of the aircraft.

public static final DJIVisionSensorPosition Nose

The sensor is on the front or nose of the aircraft.

public static final DJIVisionSensorPosition Right

The sensor is on the right or starboard side of the aircraft.

public static final DJIVisionSensorPosition Tail

The sensor is on the back or tail of the aircraft.

public static final DJIVisionSensorPosition Unknown

Unknown

Public Methods

public boolean _equals (int b)

public static DJIVisionSensorPosition find (int value)

public int value ()

public static DJIVisionSensorPosition valueOf (String name)

public static final DJIVisionSensorPosition[] values ()