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