|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IClient () |
| virtual void | ReportEntry (std::string const &KeyId, M_ErrorMemory::ErrorEntryType const &Value, bool IsRemoved) |
Client interface. Contains callback operations from the error memory service to the client.
|
virtual |
|
virtual |
Report an error entry.
| KeyId | Identifies the key of the error entry. |
| Value | Error entry. |
| IsRemoved | Indicates if the entry 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. |