|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IClient () |
| virtual void | ReportOverlayCtrlSettings (M_OverlayCtrl::OverlayCtrlSettingsType const &Settings) |
| virtual void | ReportOverlayStatus (std::string const &KeyOverlayName, M_OverlayCtrl::OverlayCtrlStatusType const &Status, bool IsRemoved) |
|
virtual |
|
virtual |
|
virtual |
Report with the current status for an Overlay. This will be reported for every Overlay and updated every time a status is changed.
| KeyOverlayName | The name of the overlay. |
| Status | Overlay control status. |
| IsRemoved | Indicates if the status is no longer available. Note: This will always be set to true when a service has been shut down. After this has been set to true, the status will no longer be available to late joiners. |