[6.4.4]增加getVIN接口

This commit is contained in:
xuxinchao
2024-05-27 16:21:03 +08:00
parent 4bfbc28fa1
commit f049429acc
3 changed files with 21 additions and 0 deletions

View File

@@ -337,6 +337,11 @@ interface IMoGoAutopilotControlProvider : IMoGoFunctionServerProvider {
*/
fun getProtocolVersion(): Int
/**
* 获取VIN车辆识别代号
*/
fun getVIN(): String
fun connectSpecifiedServer(ip: String)
/**