[dev_arch_opt_3.0] 添加obu 的versionName

This commit is contained in:
lixiaopeng
2023-03-01 11:41:57 +08:00
parent 5a8e5e3934
commit b1fe51d182
4 changed files with 75 additions and 17 deletions

View File

@@ -0,0 +1,22 @@
package com.mogo.eagle.core.function.api.obu
/**
* OBU 显示信息
* @author lixiaopeng
* @date 2023/2/28
*/
interface IMoGoObuInfoListener {
/**
* @param obuVersionName OBU硬件版本
*/
fun onGetObuVersionName(obuVersionName: String)
/**
* obuDeviceId
*/
fun onObuDeviceId(obuDeviceId: String)
}