Merge branch 'dev_robotaxi-d_240523_6.4.4' of gitlab.zhidaoauto.com:SCA/L4HA/AndroidApp/MoGoEagleEye into dev_robotaxi-d_240523_6.4.4
This commit is contained in:
@@ -617,6 +617,13 @@ object CallerAutoPilotControlManager {
|
||||
return providerApi?.getProtocolVersion() ?: 0
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取VIN车辆识别代号
|
||||
*/
|
||||
fun getVIN(): String{
|
||||
return providerApi?.getVIN()?:""
|
||||
}
|
||||
|
||||
fun connectSpecifiedServer(ip: String) {
|
||||
providerApi?.connectSpecifiedServer(ip)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user