RemoteControlListEntry

abstract class RemoteControlListEntry

An entry of the remote control list returned by GroundSdk.getRemoteControlList.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Gets the remote control model.

Link copied to clipboard
abstract val name: String

Gets the remote control name.

Link copied to clipboard
abstract val state: DeviceState

Gets the remote control state.

Link copied to clipboard
abstract val uid: String

Gets the remote control uid.