[dev_arch_opt_3.0] 优化obu v2i和v2v开关,封装调用方法

This commit is contained in:
lixiaopeng
2023-02-17 19:06:48 +08:00
parent 38c5d1f660
commit 478be4a263
10 changed files with 384 additions and 356 deletions

View File

@@ -14,4 +14,6 @@ interface IMoGoObuProvider : IMoGoFunctionServerProvider {
fun disConnect()
fun isConnected(): Boolean
fun setObuLog(isChecked: Boolean)
}