DJI Payload SDK  1.5.3
Data Fields
T_LoadStateGetSkyportVersionAck Struct Reference

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
 

Detailed Description

Acquire support version of skyport for PSDK command ack data structure.

Field Documentation

◆ ackCode

uint8_t ackCode

Specifies PSDK command ack code. This parameter can be any value of E_PsdkCmdAckCode

◆ version

union { ... } version

Specifies PSDK version.


The documentation for this struct was generated from the following file: