onboardapi  9.10.0
by Rheinmetall
M_HmiAppCtrl::CmdUninstallApp Struct Reference

Public Member Functions

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

Public Attributes

std::string AppId
 Identifies the managed app which should be uninstalled. More...
 

Detailed Description

Unintall the managed app with the specified ID. This removed the app from the configuration in the Service so that it is no longer available after a restart. Note: This only removes the app from the configuration, it does NOT terminate the app if it is running.

Constructor & Destructor Documentation

◆ CmdUninstallApp() [1/2]

M_HmiAppCtrl::CmdUninstallApp::CmdUninstallApp ( )

◆ CmdUninstallApp() [2/2]

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

Member Data Documentation

◆ AppId

std::string M_HmiAppCtrl::CmdUninstallApp::AppId

Identifies the managed app which should be uninstalled.