[2.15.0][Feat]新增监听司机屏的回调

This commit is contained in:
chenfufeng
2023-04-17 21:10:50 +08:00
parent 29cab636d7
commit 0682db383f
3 changed files with 11 additions and 0 deletions

View File

@@ -108,6 +108,8 @@ class TeleMsgHandler : IMsgHandler {
val sn = String(it.body)
isReceiveSN = true
NettyTcpClient.sSERVER_SN = sn
invokeNettyConnResult("乘客屏收到司机屏发过来的SN为$sn")
CallerTelematicListenerManager.dispatchServerSn(sn)
}
// 美化模式是否忽略条件直接绘制
11 -> {