![]() |
DJI Payload SDK
1.5.3
|
Get widget value group data command ack data structure. More...
#include <psdk_cmdset_app_func.h>
Data Fields | |
uint8_t | ackCode |
uint8_t | widgetValueCount |
T_PsdkAppFuncWidgetValueItem | widgetValue [15] |
Get widget value group data command ack data structure.
uint8_t ackCode |
Specifies PSDK command ack code. This parameter can be any value of E_PsdkCmdAckCode
uint8_t widgetValueCount |
Specifies widget count of the group.
T_PsdkAppFuncWidgetValueItem widgetValue[15] |
Specifies widget value items of the group.