class BaseStationKey
class BaseStationKey extends DJIKey
|
Package: | dji.keysdk |
Inherits From: | DJIKey |
Description:
BaseStationKey
provides dedicated access to the base station attributes.
Class Members:
method create
static BaseStationKey create(@BaseStationKey.BaseStationParamKey @NonNull String paramKey)
|
Description:
Creates an BaseStation key.
@BaseStationKey.BaseStationParamKey @NonNull String paramKey | A valid paramKey. |
Return:
Inherited Methods:
Class Keys:
LOG_IN_AS_DEVICE_ADMIN |
Access: | ACTION | Type: | String
|
API: | - | LOG_OUT |
Access: | ACTION | Type: | -
|
API: | - | HAS_DEVICE_ADMIN_LOGGED_IN |
Access: | PUSH | Type: | Boolean
|
API: | - | BASE_STATION_STATE |
Access: | PUSH | Type: | BaseStationState
|
API: | - | NAME |
Access: | SET, GET | Type: | String
|
API: | - | CHANGE_PASSWORD |
Access: | ACTION | Type: | -
|
API: | - | BASE_STATION_REFERENCING_LOCATION |
Access: | SET, GET | Type: | LocationCoordinate3D
|
API: | - | RESET_BASE_STATION_REFERENCING_LOCATION |
Access: | ACTION | Type: | -
|
API: | - | BASE_STATION_BATTERY_STATE |
Access: | PUSH | Type: | BaseStationBatteryState
|
API: | - |