DJI Payload SDK  1.5.3
Data Fields
U_AppFuncWidgetValue Union Reference

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
 

Detailed Description

Widget Value Union.

Field Documentation

◆ buttonVal

int32_t buttonVal

Specifies button value. This parameter can be any value of E_PsdkAppFuncButtonVal

Note
This value have meaning only when set value.

◆ switchVal

int32_t switchVal

Specifies switch value. This parameter can be any value of E_PsdkAppFuncSwitchVal

◆ scaleVal

int32_t scaleVal

Specifies scale value. This parameter must be between APPFUNC_WIDGET_SCALE_MIN_VALUE and APPFUNC_WIDGET_SCALE_MAX_VALUE

◆ listVal

int32_t listVal

Specifies the choose list item number. This parameter start at 0

◆ intInputBoxVal

int32_t intInputBoxVal

Specifies the int input box value.

◆ data

int32_t data

Specifies the widget value.


The documentation for this union was generated from the following file: