[6.11.0][adas] 新增云端配置查询和响应接口
This commit is contained in:
@@ -758,4 +758,9 @@ interface IMoGoAutopilotControlProvider : IMoGoFunctionServerProvider {
|
||||
*/
|
||||
fun sendCopyBagAbortCopy(): Boolean
|
||||
|
||||
/**
|
||||
* 云端配置查询
|
||||
*/
|
||||
fun sendCloudConfigRequest(): Boolean
|
||||
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
package com.mogo.eagle.core.function.api.autopilot
|
||||
|
||||
import mogo.telematics.pad.MessagePad
|
||||
|
||||
/**
|
||||
*云端配置
|
||||
*/
|
||||
interface IMoGoCloudConfigListener {
|
||||
|
||||
|
||||
fun onCloudConfig(config: MessagePad.CloudConfig) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user