onboardapi  9.10.0
by Rheinmetall
M_FileTransfer::CmdStartFileTransfer Struct Reference

Start the file transfer. More...

Public Member Functions

 CmdStartFileTransfer ()
 
 CmdStartFileTransfer (std::string const &KeyId, M_FileTransfer::FileTransferInfoType const &FileTransferInfo)
 

Public Attributes

std::string KeyId
 The id of the transfer. More...
 
M_FileTransfer::FileTransferInfoType FileTransferInfo
 The file information of the transfer. More...
 

Detailed Description

Start the file transfer.

Constructor & Destructor Documentation

◆ CmdStartFileTransfer() [1/2]

M_FileTransfer::CmdStartFileTransfer::CmdStartFileTransfer ( )

◆ CmdStartFileTransfer() [2/2]

M_FileTransfer::CmdStartFileTransfer::CmdStartFileTransfer ( std::string const &  KeyId,
M_FileTransfer::FileTransferInfoType const &  FileTransferInfo 
)

Member Data Documentation

◆ FileTransferInfo

M_FileTransfer::FileTransferInfoType M_FileTransfer::CmdStartFileTransfer::FileTransferInfo

The file information of the transfer.

◆ KeyId

std::string M_FileTransfer::CmdStartFileTransfer::KeyId

The id of the transfer.