sendDataToMSDK equivalent in PSDK
已完成Hi all,
I'm trying to update an older program to run on PSDK 3.5. In the old code, we used
vehicle->mobileDevice->sendDataToMSDK(msdkBuffer, msdkBufferSize); to send data to our Smart Controller and an MSDK program running on there. What is the equivalent in the PSDK, and what command would we use to receive the data on the Smart Controller in MSDK 5.3?
Thanks,
Peter
-
The interface for PSDK to send data is: https://github.com/dji-sdk/Payload-SDK/blob/59b71864e4687b2ff359f7373cae993c77756c9a/samples/sample_c/module_sample/data_transmission/test_data_transmission.c#LL166C19-L166C19 The data communication interface between MSDKV5 and PSDK is : sendDataToPayload
请先登录再写评论。
评论
1 条评论