[6.9.0]接管获取前后摄像头图片接口UUID数据类型修改

This commit is contained in:
xuxinchao
2024-12-02 11:43:09 +08:00
parent fdf1e4c0c4
commit 40e31a059a
3 changed files with 3 additions and 3 deletions

View File

@@ -730,5 +730,5 @@ interface IMoGoAutopilotControlProvider : IMoGoFunctionServerProvider {
* 例如下发uuid = 1 域控正常会回调两次响应接口 两次的uuid都是1通过isFront区分是前方还是后方摄像头
* 域控响应接口{@link OnAdasListener#onCaptureImgOnTakeOver(MessagePad.Header, boolean, MessagePad.CaptureImgOnTakeOver)}
*/
fun sendCaptureImgReqOnTakeOver(uuid: Int): Boolean
fun sendCaptureImgReqOnTakeOver(uuid: Long): Boolean
}