|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IService () |
| virtual void | ConfigLanguage (std::string const &KeySubsystem, M_LanguageManager::LanguageType const &Language, bool IsRemoved) |
Language manager service interface. Contains operations that a client can command the language manager service to perform.
|
virtual |
|
virtual |
Set the desired language.
| KeySubsystem | Identifies a specific subsystem, if any. |
| Language | Language to be used in the subsystem. |
| IsRemoved | Indicates if the payload is no longer available Note: This will always be set to true when the instance has been shut down After this has been set to true, the payload will no longer be available to late joiners. |