远程控制adas

This commit is contained in:
wangcongtao
2020-10-18 11:51:09 +08:00
parent 4cf243d890
commit 32bb60c3b0
5 changed files with 125 additions and 35 deletions

View File

@@ -68,4 +68,11 @@ public interface IMogoADASController extends IProvider {
* @return
*/
EnumMapUI getCurrentSkinMode();
/**
* 给adas传递数据
*
* @param json
*/
void notifyAdas( String json );
}