onboardapi  9.10.0
by Rheinmetall
M_HmiAppCtrl::CmdTerminateApp Struct Reference

Terminate the app with the specified ID. More...

Public Member Functions

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

Public Attributes

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

Detailed Description

Terminate the app with the specified ID.

Constructor & Destructor Documentation

◆ CmdTerminateApp() [1/2]

M_HmiAppCtrl::CmdTerminateApp::CmdTerminateApp ( )

◆ CmdTerminateApp() [2/2]

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

Member Data Documentation

◆ AppId

std::string M_HmiAppCtrl::CmdTerminateApp::AppId

Identifies the running app which should be terminated.