DroneListEntry

abstract class DroneListEntry

An entry of the drone list returned by getDroneList.

Functions

getModel
Link copied to clipboard
abstract fun getModel(): Drone.Model
Gets the drone model.
getName
Link copied to clipboard
abstract fun getName(): String
Gets the drone name.
getState
Link copied to clipboard
abstract fun getState(): DeviceState
Gets the drone state.
getUid
Link copied to clipboard
abstract fun getUid(): String
Gets the drone uid.