![]() |
DJI Payload SDK
1.5.3
|
Acquire support version of skyport for PSDK command ack data structure. More...
#include <psdk_cmdset_payload_state.h>
Data Fields | |
uint8_t | ackCode |
union { | |
struct { | |
uint32_t debugVer: 8 | |
uint32_t modifyVer: 8 | |
uint32_t minorVer: 8 | |
uint32_t majorVer: 8 | |
} ver | |
uint32_t data | |
} | version |
Acquire support version of skyport for PSDK command ack data structure.
uint8_t ackCode |
Specifies PSDK command ack code. This parameter can be any value of E_PsdkCmdAckCode
union { ... } version |
Specifies PSDK version.