[Update]支持乘客屏连接指定ip的司机屏,支持乘客屏请求司机屏车牌号

This commit is contained in:
chenfufeng
2022-04-02 19:43:16 +08:00
parent a5e5a2de8d
commit cba95d81b9
6 changed files with 160 additions and 54 deletions

View File

@@ -173,4 +173,8 @@ object CallerAutoPilotManager {
fun getProtocolVersion(): Int{
return providerApi?.getProtocolVersion() ?:0
}
fun connectSpecifiedServer(ip: String) {
providerApi?.connectSpecifiedServer(ip)
}
}