DeviceModel

interface DeviceModel

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

Inheritors

Types

Link copied to clipboard
annotation class Id

Int definition for a model unique identifier type.

Properties

Link copied to clipboard
@get:JvmName(name = "id")
abstract val id: Int

Model identifier.

Link copied to clipboard
@get:JvmName(name = "name")
abstract val name: String

Model name.

Functions

Link copied to clipboard

Unique identifier of the default device for this model.