RadioControl

interface RadioControl : Peripheral

RadioControl peripheral interface for RemoteControl devices.

Allows to select the transport used between the remote control and the drone.

This peripheral can be obtained from a remote control using:

device.getPeripheral(RadioControl.class)

See also

com.parrot.drone.groundsdk.device.peripheral.Peripheral.Provider

Types

Link copied to clipboard
enum Transport
Transport used by the remote control - drone link.

Functions

Link copied to clipboard
abstract fun transport(): EnumSetting<RadioControl.Transport>
Gives access to the transport setting.