onboardapi  9.10.0
by Rheinmetall
M_HmiAppCtrl::CmdUnregisterApp Struct Reference

Public Member Functions

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

Public Attributes

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

Detailed Description

Unregister the managed app with the specified ID. This removed the app from the current runtime configuration in the Service. The app may be termiated.

Constructor & Destructor Documentation

◆ CmdUnregisterApp() [1/2]

M_HmiAppCtrl::CmdUnregisterApp::CmdUnregisterApp ( )

◆ CmdUnregisterApp() [2/2]

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

Member Data Documentation

◆ AppId

std::string M_HmiAppCtrl::CmdUnregisterApp::AppId

Identifies the managed app which should be unregistered.