Package com.parrot.drone.groundsdk.device

Types

ConnectionParameter
Link copied to clipboard
sealed class ConnectionParameter

A custom parameter that can be provided for connection.

DeviceConnector
Link copied to clipboard
abstract class DeviceConnector

Identifies device connection providers.

DeviceModel
Link copied to clipboard
interface DeviceModel

Represents a device model, which can either be a drone or a remote control model.

DeviceState
Link copied to clipboard
abstract class DeviceState
Device state information.
Drone
Link copied to clipboard
abstract class Drone : Instrument.Provider, Peripheral.Provider, PilotingItf.Provider

A generic drone. This is the base class to manage a specific drone.

DroneListEntry
Link copied to clipboard
abstract class DroneListEntry
An entry of the drone list returned by getDroneList.
RemoteControl
Link copied to clipboard
abstract class RemoteControl : Instrument.Provider, Peripheral.Provider

A generic remote control. This is the base class to manage a specific remote control.

RemoteControlListEntry
Link copied to clipboard
abstract class RemoteControlListEntry
An entry of the remote control list returned by getRemoteControlList.