class AccessLockerEncryptionStatus
class AccessLockerEncryptionStatus implements DJIValue, JNIProguardKeepTag, ByteStream
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Security code encryption status.
Class Members:
method getIsFeatureSupported
Boolean getIsFeatureSupported()
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Gets whether the storage device supports the security code function.
Return:
Boolean | Returns whether the storage device supports the security code function. |
method getIsFeatureEnabled
Boolean getIsFeatureEnabled()
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Gets whether the security code function of the storage device is enabled.
Return:
Boolean | Returns whether the security code function of the storage device is enabled. |
method getIsFeatureNeedToBeVerified
Boolean getIsFeatureNeedToBeVerified()
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Gets whether the security code of the storage device needs to be verified.
Return:
Boolean | Returns whether the security code of the storage device needs to be verified. |