[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

@@ -152,4 +152,6 @@ interface IMoGoAutopilotProvider : IMoGoFunctionServerProvider {
*获取协议版本
*/
fun getProtocolVersion(): Int
fun connectSpecifiedServer(ip: String)
}