DroneListEntry

abstract class DroneListEntry

An entry of the drone list returned by GroundSdk.getDroneList.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val model: Drone.Model

Gets the drone model.

Link copied to clipboard
abstract val name: String

Gets the drone name.

Link copied to clipboard
abstract val state: DeviceState

Gets the drone state.

Link copied to clipboard
abstract val uid: String

Gets the drone uid.