DJI Payload SDK  1.5.3
Data Fields
T_LoadStatePsdkVersionAck Struct Reference

Acquire PSDK version command ack data structure. More...

#include <psdk_cmdset_payload_state.h>

Data Fields

uint8_t ackCode
 
union {
   struct {
      uint32_t   verDebug: 8
 
      uint32_t   verModify: 8
 
      uint32_t   verMinor: 8
 
      uint32_t   verMajor: 8
 
   }   ver
 
   uint32_t   data
 
version
 

Detailed Description

Acquire PSDK version 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 number.


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