![]() |
DJI Payload SDK
1.5.0
|
Functions | |
static E_PsdkStat | AppFuncCmd_TT_AppToLoad (struct _PsdkProt *protHandle, const T_PsdkProtInfo *inProtInfo, const uint8_t *inProtData) |
Handle transparent data transmission from APP to load. More... | |
static E_PsdkStat | AppFuncCmd_GetWidgetListLength (struct _PsdkProt *protHandle, const T_PsdkProtInfo *inProtInfo, const uint8_t *inProtData) |
Handle Get Widget List Length Command. More... | |
static E_PsdkStat | AppFuncCmd_GetWidgetListValue (struct _PsdkProt *protHandle, const T_PsdkProtInfo *inProtInfo, const uint8_t *inProtData) |
Handle Get Widget List Value Command. More... | |
static E_PsdkStat | AppFuncCmd_GetWidgetGroupCount (struct _PsdkProt *protHandle, const T_PsdkProtInfo *inProtInfo, const uint8_t *inProtData) |
Handle Get Widget Group Count Command. More... | |
static E_PsdkStat | AppFuncCmd_GetWidgetGroupValue (struct _PsdkProt *protHandle, const T_PsdkProtInfo *inProtInfo, const uint8_t *inProtData) |
Handle Get Widget Group Value Command. More... | |
static E_PsdkStat | AppFuncCmd_SetWidgetValue (struct _PsdkProt *protHandle, const T_PsdkProtInfo *inProtInfo, const uint8_t *inProtData) |
Handle Set Widget Value Command. More... | |
static E_PsdkStat | AppFuncCmd_GetTextInputBoxParam (struct _PsdkProt *protHandle, const T_PsdkProtInfo *inProtInfo, const uint8_t *inProtData) |
Handle Get Text Input Box Param Command. More... | |
static E_PsdkStat | OsdkFuncCmd_TT_OsdkToLoad (struct _PsdkProt *protHandle, const T_PsdkProtInfo *inProtInfo, const uint8_t *inProtData) |
Handle transparent data transmission from Osdk to payload end. More... | |
|
static |
Handle transparent data transmission from APP to load.
protHandle | Pointer to PSDK protocol handle. |
inProtInfo | Pointer to PSDK protocol information of data package. |
inProtData | Pointer to data field of package. |
|
static |
Handle Get Widget List Length Command.
Send widget list length to SKYPORT.
protHandle | Pointer to PSDK protocol handle. |
inProtInfo | Pointer to PSDK protocol information of data package. |
inProtData | Pointer to data field of package. |
|
static |
Handle Get Widget List Value Command.
Send specified widget attribute to SKYPORT.
protHandle | Pointer to PSDK protocol handle. |
inProtInfo | Pointer to PSDK protocol information of data package. |
inProtData | Pointer to data field of package. |
|
static |
Handle Get Widget Group Count Command.
Send widget group count to SKYPORT.
protHandle | Pointer to PSDK protocol handle. |
inProtInfo | Pointer to PSDK protocol information of data package. |
inProtData | Pointer to data field of package. |
|
static |
Handle Get Widget Group Value Command.
Send widget value of a widget group to SKYPORT.
protHandle | Pointer to PSDK protocol handle. |
inProtInfo | Pointer to PSDK protocol information of data package. |
inProtData | Pointer to data field of package. |
|
static |
Handle Set Widget Value Command.
Determine whether the widget value meets requirements and write it to widget list.
protHandle | Pointer to PSDK protocol handle. |
inProtInfo | Pointer to PSDK protocol information of data package. |
inProtData | Pointer to data field of package. |
|
static |
Handle Get Text Input Box Param Command.
protHandle | Pointer to PSDK protocol handle. |
inProtInfo | Pointer to PSDK protocol information of data package. |
inProtData | Pointer to data field of package. |
|
static |
Handle transparent data transmission from Osdk to payload end.
protHandle | Pointer to PSDK protocol handle. |
inProtInfo | Pointer to PSDK protocol information of data package. |
inProtData | Pointer to data field of package. |