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

This commit is contained in:
lixiaopeng
2023-03-23 11:20:06 +08:00
parent 7b45dc91ad
commit 6b03ac3050
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)
}