add obu delay

This commit is contained in:
lixiaopeng
2022-03-23 15:03:24 +08:00
parent d72cc620ca
commit fc85d3ffff
5 changed files with 160 additions and 112 deletions

View File

@@ -13,4 +13,10 @@ interface IMoGoObuStatusListener {
* @param obuStatusInfo OBU 状态信息
*/
fun onObuStatusResponse(obuStatusInfo: ObuStatusInfo)
/**
* v2i时延
*/
fun onObuV2iDelayTime(delayTime: Long)
}