DJI Payload SDK  1.5.3
Data Structures | Enumerations
Exported Types

Data Structures

struct  T_LoadStateIdentityVerifyReq
 Identity verify command request data structure. More...
 
struct  T_LoadStateIdentityVerifyAck
 Identity verify command ack data structure. More...
 
struct  T_LoadStatePsdkVersionAck
 Acquire PSDK version command ack data structure. More...
 
struct  T_LoadStateLinkHandShakeReq
 PSDK communication link hand-shake command request data structure. More...
 
struct  T_LoadStateLinkHandShakeAck
 PSDK communication link hand-shake command ack data structure. More...
 
struct  T_LoadStateGetProductInfoAck
 Acquire PSDK product information command ack data structure. More...
 
struct  T_LoadStateGetSkyportVersionReq
 Acquire support version of skyport for PSDK command request data structure. More...
 
struct  T_LoadStateGetSkyportVersionAck
 Acquire support version of skyport for PSDK command ack data structure. More...
 
struct  T_LoadStateGetProductAliasReq
 Acquire PSDK product alias command request data structure. More...
 
struct  T_LoadStateGetProductAliasAck
 Acquire PSDK product alias command ack data structure. More...
 
struct  T_PsdkUserInfo
 This is the set of ID information of your application with PSDK. More...
 
struct  T_PsdkUserFixSkyport
 This structure is used to store a fixed SkyPort FW version for your application. More...
 
struct  T_PsdkUserCustomInfo
 This structure is used for obtaining the alias of your product name. Used for defining more descriptive names for your product. More...
 
struct  T_PsdkUpper
 This is a structure type for defining a top-level structure for the integration of your application with PSDK. More...
 

Enumerations

enum  E_PsdkPayLoadStateCmd {
  PSDK_PAYLOADSTATE_CMDID_IDENTITY_VERIFY = 0x01,
  PSDK_PAYLOADSTATE_CMDID_SDK_VERSION = 0x02,
  PSDK_PAYLOADSTATE_CMDID_LINK_HANDSHAKE = 0x03,
  PSDK_PAYLOADSTATE_CMDID_PRODUCT_INFO = 0x04,
  PSDK_PAYLOADSTATE_CMDID_FIX_SKYPORT_VERSION = 0x05,
  PSDK_PAYLOADSTATE_CMDID_PRODUCT_ALIAS = 0x06
}
 Payload State Command ID. More...
 

Detailed Description

Enumeration Type Documentation

◆ E_PsdkPayLoadStateCmd

Payload State Command ID.

Enumerator
PSDK_PAYLOADSTATE_CMDID_IDENTITY_VERIFY 

identity verify command

PSDK_PAYLOADSTATE_CMDID_SDK_VERSION 

acquire PSDK version command

PSDK_PAYLOADSTATE_CMDID_LINK_HANDSHAKE 

communication link hand-shake command

PSDK_PAYLOADSTATE_CMDID_PRODUCT_INFO 

acquire PSDK product information command

PSDK_PAYLOADSTATE_CMDID_FIX_SKYPORT_VERSION 

acquire support version of skyport for PSDK command

PSDK_PAYLOADSTATE_CMDID_PRODUCT_ALIAS 

acquire PSDK product alias command