|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IService () |
| virtual void | CmdStartFileTransfer (std::string const &KeyId, M_FileTransfer::FileTransferInfoType const &FileTransferInfo) |
| virtual void | CmdCancelFileTransfer (std::string const &KeyId) |
| virtual void | CmdPauseFileTransfer (std::string const &KeyId) |
| virtual void | CmdResumeFileTransfer (std::string const &KeyId) |
Service interface. Contains operations that a client can command the FileTransfer Service to perform.
|
virtual |
|
virtual |
Cancel the file transfer.
| KeyId | The id of the transfer. |
|
virtual |
Pause the file transfer.
| KeyId | The id of the transfer. |
|
virtual |
Resume the file transfer.
| KeyId | The id of the transfer. |
|
virtual |
Start the file transfer.
| KeyId | The id of the transfer. |
| FileTransferInfo | The file information of the transfer. |