onboardapi  9.10.0
by Rheinmetall
M_HmiAppCtrl::CmdRestartApp Struct Reference

Restarts the app with the specified ID. More...

Public Member Functions

 CmdRestartApp ()
 
 CmdRestartApp (std::string const &AppId)
 

Public Attributes

std::string AppId
 Identifies the running app which should be restarted. More...
 

Detailed Description

Restarts the app with the specified ID.

Constructor & Destructor Documentation

◆ CmdRestartApp() [1/2]

M_HmiAppCtrl::CmdRestartApp::CmdRestartApp ( )

◆ CmdRestartApp() [2/2]

M_HmiAppCtrl::CmdRestartApp::CmdRestartApp ( std::string const &  AppId)

Member Data Documentation

◆ AppId

std::string M_HmiAppCtrl::CmdRestartApp::AppId

Identifies the running app which should be restarted.