|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IClient () |
| virtual void | ReportFileTransferStatus (std::string const &KeyId, M_FileTransfer::FileTransferStatusType const &Status, M_FileTransfer::FileTransferInfoOptionalType const &FileTransferInfo, bool IsRemoved) |
|
virtual |
|
virtual |
Current status data for the service which are dynamically updated on change.
| KeyId | The id of the status. |
| Status | The current status of the file transfer. |
| FileTransferInfo | Optional: The file transfer information. |
| 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. |