groundsdk 7.0.0 API
/
com.parrot.drone.groundsdk.device
/
DroneListEntry
Drone
List
Entry
abstract class
DroneListEntry
Content copied to clipboard
An entry of the drone list returned by
getDroneList
.
Functions
Functions
get
Model
Link copied to clipboard
@
NonNull
abstract fun
getModel
():
Drone.Model
Content copied to clipboard
Gets the drone model.
get
Name
Link copied to clipboard
@
NonNull
abstract fun
getName
():
String
Content copied to clipboard
Gets the drone name.
get
State
Link copied to clipboard
@
NonNull
abstract fun
getState
():
DeviceState
Content copied to clipboard
Gets the drone state.
get
Uid
Link copied to clipboard
@
NonNull
abstract fun
getUid
():
String
Content copied to clipboard
Gets the drone uid.