|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IClient () |
| virtual void | ReportTerminalSettings (M_TerminalCtrl::TerminalSettingsType const &Settings) |
| virtual void | ReportTerminalState (M_TerminalCtrl::TerminalStateType const &State, bool IsRemoved) |
Terminal Manager Client interface. Contains operations that a terminal can report to the the client(s) such as current brighness.
|
virtual |
|
virtual |
Reports the static settings for the Terminal.
| Settings | Settings data for the Terminal. |
|
virtual |
Reports the current state for the Terminal.
| State | Current state of the applicable Terminal. |
| IsRemoved | Indicates if the Terminal is no longer running. |