[dev_arch_opt_3.0] 添加设置obu发送频率控制

This commit is contained in:
lixiaopeng
2023-03-23 11:20:06 +08:00
parent 3377144347
commit 731e3c3f21
7 changed files with 73 additions and 2 deletions

View File

@@ -20,4 +20,6 @@ interface IMoGoObuProvider : IMoGoFunctionServerProvider {
fun uploadObuPack(filePathArray: Array<String>)
fun deleteObuFile()
fun setHvInfoSendCycle(time: Int)
}