class PayloadBasicInfo
Package: | dji.v5.manager.aircraft.payload.data |
Description:
Payload basic information class.
Supported since MSDK 5.2.0
Class Members:
Members
method isConnected
Package: | dji.v5.manager.aircraft.payload.data |
Description:
Gets whether the payload is connected.
Return:
boolean | Returns whether the payload is connected. |
method getPayloadType
PayloadType getPayloadType()
|
Package: | dji.v5.manager.aircraft.payload.data |
Description:
Gets the paylaod type.
Return:
method getPayloadProductName
String getPayloadProductName()
|
Package: | dji.v5.manager.aircraft.payload.data |
Description:
Gets the product name defined by the payload manufacturer.
Return:
String | Returns the product name defined by the payload manufacturer. |
method getPayloadProductPhaseType
PayloadProductPhaseType getPayloadProductPhaseType()
|
Package: | dji.v5.manager.aircraft.payload.data |
Description:
Gets the current payload product phase.
Return:
method isFeatureOpened
boolean isFeatureOpened()
|
Package: | dji.v5.manager.aircraft.payload.data |
Description:
Get the paylaod product feature open status. If the feature of the product is not fully turned on, the following are the possible reasons.
1. The PSDK is not bound. 2. The payload status is abnormal, please check the application LOG of the payload. 3. The encryption chip is abnormal, please contact the technical support.</ li> 4. The aircraft does not support this payload.
Return:
boolean | Return to the product feature open status. |
method getSerialNumber
Package: | dji.v5.manager.aircraft.payload.data |
Description:
Gets the payload serial number.
Return:
String | Returns the payload serial number. |
method getFirmwareVersion
String getFirmwareVersion()
|
Package: | dji.v5.manager.aircraft.payload.data |
Description:
Gets the payload Firmware version.
Return:
String | Returns the payload Firmware version. |