[dev_arch_opt_3.0] 添加obu信息展示,待联调

This commit is contained in:
lixiaopeng
2023-03-15 17:19:43 +08:00
parent 194d8894d7
commit fdbc224adc
5 changed files with 17 additions and 40 deletions

View File

@@ -9,14 +9,8 @@ package com.mogo.eagle.core.function.api.datacenter.obu
interface IMoGoObuInfoListener {
/**
* @param obuVersionName OBU硬件版本
* @param obuInfoStr OBU信息
*/
fun onGetObuVersionName(obuVersionName: String)
/**
* obuDeviceId
*/
fun onObuDeviceId(obuDeviceId: String)
fun onGetObuInfo(obuInfoStr: String)
}