![]() |
DJI Payload SDK
1.5.3
|
Get text input box parameters command ack data structure. More...
#include <psdk_cmdset_app_func.h>
Data Fields | |
uint8_t | ackCode |
uint8_t | displayControlFlag |
uint8_t | boxName [32] |
uint8_t | boxDescription [32] |
Get text input box parameters command ack data structure.
uint8_t ackCode |
Specifies PSDK command ack code. This parameter can be any value of E_PsdkCmdAckCode
uint8_t displayControlFlag |
Specifies whether text input box display. This parameter can be any value of E_PsdkAppFuncTextInputBoxDisplayControlFlag
uint8_t boxName[32] |
Specifies text input box name.
uint8_t boxDescription[32] |
Specifies text input box description information.