![]() |
DJI Payload SDK
1.5.3
|
Widget Value Union. More...
#include <psdk_cmdset_app_func.h>
Data Fields | |
int32_t | buttonVal |
int32_t | switchVal |
int32_t | scaleVal |
int32_t | listVal |
int32_t | intInputBoxVal |
int32_t | data |
Widget Value Union.
int32_t buttonVal |
Specifies button value. This parameter can be any value of E_PsdkAppFuncButtonVal
int32_t switchVal |
Specifies switch value. This parameter can be any value of E_PsdkAppFuncSwitchVal
int32_t scaleVal |
Specifies scale value. This parameter must be between APPFUNC_WIDGET_SCALE_MIN_VALUE and APPFUNC_WIDGET_SCALE_MAX_VALUE
int32_t listVal |
Specifies the choose list item number. This parameter start at 0
int32_t intInputBoxVal |
Specifies the int input box value.
int32_t data |
Specifies the widget value.