interface CommandDataCallback |
| Package: | dji.sdk.payload |
This interface provides a callback to get command data sent from payload to the Mobile SDK.
void onGetCommandData(byte[] data) |
| Package: | dji.sdk.payload |
When the payload send some command bytes to the Mobile SDK, this method will be called.
| byte[] data | The received command data. |
{{searchCount}} Results