[6.8.2] add func of fusion color
This commit is contained in:
@@ -164,6 +164,12 @@ interface IMoGoAutopilotControlProvider : IMoGoFunctionServerProvider {
|
||||
*/
|
||||
fun setDemoMode(isEnable: Boolean)
|
||||
|
||||
/**
|
||||
* 融合颜色
|
||||
* 司机屏同步给乘客屏
|
||||
*/
|
||||
fun setFusionColor(isEnable: Boolean)
|
||||
|
||||
/**
|
||||
* 是否忽略条件直接绘制
|
||||
* 司机屏同步给乘客屏
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
package com.mogo.eagle.core.function.api.telematic
|
||||
|
||||
interface IReceivedMsgListener {
|
||||
fun onReceivedMsg(type: Int, byteArray: ByteArray)
|
||||
fun onReceivedMsg(type: Int, byteArray: ByteArray){}
|
||||
|
||||
fun onReceivedServerSn(sn: String?) {}
|
||||
|
||||
fun onDemoMode(isDemoMode: Boolean) {}
|
||||
|
||||
fun onFusionColor(fusionColor: Boolean){}
|
||||
}
|
||||
Reference in New Issue
Block a user