DJI Payload SDK  1.5.3
Data Structures | Enumerations

Data Structures

struct  T_PsdkAppFuncTransAppToLoadReq
 Transparent data transmission from mobile app to load command request data structure. More...
 
struct  T_PsdkAppFuncTransAppToLoadAck
 Transparent data transmission from mobile app to load command ack data structure. More...
 
struct  T_PsdkAppFuncTransLoadToAppReq
 Transparent data transmission from load to mobile app command request data structure. More...
 
struct  T_PsdkAppFuncTransLoadToAppAck
 Transparent data transmission from load to mobile app command ack data structure. More...
 
struct  T_PsdkAppFuncPushFloatWindowMsgReq
 Float window message transmission command request data structure. More...
 
struct  T_PsdkAppFuncPushFloatWindowMsgAck
 Float window message transmission command ack data structure. More...
 
struct  T_PsdkAppFuncGetWidgetListLengthReq
 Get widget list length command request data structure. More...
 
struct  T_PsdkAppFuncGetWidgetListLengthAck
 Get widget list length command ack data structure. More...
 
struct  T_PsdkAppFuncGetWidgetListValueReq
 Get widget list data command request data structure. More...
 
struct  T_PsdkAppFuncGetWidgetListValueAck
 Get widget list data command ack data structure. More...
 
struct  T_PsdkAppFuncGetWidgetGroupCountReq
 Get widget value group number command request data structure. More...
 
struct  T_PsdkAppFuncGetWidgetGroupCountAck
 Get widget value group number command ack data structure. More...
 
struct  T_PsdkAppFuncGetWidgetGroupValueReq
 Get widget value group data command request data structure. More...
 
struct  T_PsdkAppFuncGetWidgetGroupValueAck
 Get widget value group data command ack data structure. More...
 
struct  T_PsdkAppFuncSetWidgetValueReq
 Set widget value command request data structure. More...
 
struct  T_PsdkAppFuncSetWidgetValueAck
 Set widget value command ack data structure. More...
 
struct  T_PsdkAppFuncGetTextInputBoxParamReq
 Get text input box parameters command request data structure. More...
 
struct  T_PsdkAppFuncGetTextInputBoxParamAck
 Get text input box parameters command ack data structure. More...
 

Enumerations

enum  E_PsdkAppFuncCmd {
  PSDK_APPFUNC_CMDID_TT_APP_TO_LOAD = 0x01,
  PSDK_APPFUNC_CMDID_TT_LOAD_TO_APP = 0x02,
  PSDK_APPFUNC_CMDID_PUSH_FLOATING_WINDOW_MSG = 0x03,
  PSDK_APPFUNC_CMDID_GET_WIDGET_LIST_LENGTH = 0x04,
  PSDK_APPFUNC_CMDID_GET_WIDGET_LIST_VALUE = 0x05,
  PSDK_APPFUNC_CMDID_GET_WIDGET_GROUP_COUNT = 0x06,
  PSDK_APPFUNC_CMDID_GET_WIDGET_GROUP_VALUE = 0x07,
  PSDK_APPFUNC_CMDID_SET_WIDGET_VALUE = 0x08,
  PSDK_APPFUNC_CMDID_GET_TEXT_INPUT_BOX_PARAM = 0x09
}
 App Function Command ID. More...
 

Detailed Description

Enumeration Type Documentation

◆ E_PsdkAppFuncCmd

App Function Command ID.

Enumerator
PSDK_APPFUNC_CMDID_TT_APP_TO_LOAD 

Transparent data transmission from mobile app to load command

PSDK_APPFUNC_CMDID_TT_LOAD_TO_APP 

Transparent data transmission from load to mobile app command

PSDK_APPFUNC_CMDID_PUSH_FLOATING_WINDOW_MSG 

Float window data transmission command

PSDK_APPFUNC_CMDID_GET_WIDGET_LIST_LENGTH 

Get widget list length command, used to get total widget count.

PSDK_APPFUNC_CMDID_GET_WIDGET_LIST_VALUE 

Get widget list data command, used to get widget attribute.

PSDK_APPFUNC_CMDID_GET_WIDGET_GROUP_COUNT 

Get widget value group number command,

Note
max item count of widget group is APPFUNC_WIDGET_VALUE_GROUP_MAX_ITEM_COUNT.
PSDK_APPFUNC_CMDID_GET_WIDGET_GROUP_VALUE 

Get widget value group data command, used to get widget value data of a group.

Note
Max item count of widget group is APPFUNC_WIDGET_VALUE_GROUP_MAX_ITEM_COUNT.
PSDK_APPFUNC_CMDID_SET_WIDGET_VALUE 

Set widget value command

PSDK_APPFUNC_CMDID_GET_TEXT_INPUT_BOX_PARAM 

Get parameters of text input box in DJI Pilot command.