Skip to main content

AirLinkDeviceTypeEnum

enum class AirLinkDeviceTypeEnum

Description: Image transmission frequency band reading and writing

enum class AirLinkDeviceTypeEnum(val value: Int) {

UNKNOWN(0),

/**
* remote control
*/
REMOTE(1),

/**
* airplane
*/
DRONE(2);
}