public class

ConvertKeyUtil

extends Object
java.lang.Object
   ↳ dji.common.util.ConvertKeyUtil

Class Overview

This class will map the external keys to internal keys (Specially for the flight controller keys and gimbal internal keys).

Summary

Fields
public static HashMap<String, String> flightControllerConvertMap
public static HashMap<String, String> gimbalConvertMap
Public Constructors
ConvertKeyUtil()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static HashMap<String, String> flightControllerConvertMap

public static HashMap<String, String> gimbalConvertMap

Public Constructors

public ConvertKeyUtil ()