DDS  ver. 3.6
Public Member Functions | Public Attributes | List of all members
dds::protocol_api::SBinaryAttachmentReceivedCmd Struct Reference

#include <BinaryAttachmentReceivedCmd.h>

Inheritance diagram for dds::protocol_api::SBinaryAttachmentReceivedCmd:
dds::protocol_api::SBasicCmd< SBinaryAttachmentReceivedCmd >

Public Member Functions

 SBinaryAttachmentReceivedCmd ()
 
size_t size () const
 
void _convertFromData (const dds::misc::BYTEVector_t &_data)
 
void _convertToData (dds::misc::BYTEVector_t *_data) const
 
bool operator== (const SBinaryAttachmentReceivedCmd &_val) const
 
- Public Member Functions inherited from dds::protocol_api::SBasicCmd< SBinaryAttachmentReceivedCmd >
void convertFromData (const dds::misc::BYTEVector_t &_data)
 
void convertToData (dds::misc::BYTEVector_t *_data) const
 

Public Attributes

std::string m_receivedFilePath
 Path to the received file. More...
 
std::string m_requestedFileName
 Requested name of the file. More...
 
uint16_t m_srcCommand
 Source command which initiated file transport. More...
 
uint32_t m_receivedFileSize
 Number of recieved bytes. More...
 
uint32_t m_downloadTime
 Time spent to download file [microseconds]. More...
 

Constructor & Destructor Documentation

◆ SBinaryAttachmentReceivedCmd()

SBinaryAttachmentReceivedCmd::SBinaryAttachmentReceivedCmd ( )

Member Function Documentation

◆ _convertFromData()

void SBinaryAttachmentReceivedCmd::_convertFromData ( const dds::misc::BYTEVector_t _data)

◆ _convertToData()

void SBinaryAttachmentReceivedCmd::_convertToData ( dds::misc::BYTEVector_t _data) const

◆ operator==()

bool SBinaryAttachmentReceivedCmd::operator== ( const SBinaryAttachmentReceivedCmd _val) const

◆ size()

size_t SBinaryAttachmentReceivedCmd::size ( ) const

Member Data Documentation

◆ m_downloadTime

uint32_t dds::protocol_api::SBinaryAttachmentReceivedCmd::m_downloadTime

Time spent to download file [microseconds].

◆ m_receivedFilePath

std::string dds::protocol_api::SBinaryAttachmentReceivedCmd::m_receivedFilePath

Path to the received file.

◆ m_receivedFileSize

uint32_t dds::protocol_api::SBinaryAttachmentReceivedCmd::m_receivedFileSize

Number of recieved bytes.

◆ m_requestedFileName

std::string dds::protocol_api::SBinaryAttachmentReceivedCmd::m_requestedFileName

Requested name of the file.

◆ m_srcCommand

uint16_t dds::protocol_api::SBinaryAttachmentReceivedCmd::m_srcCommand

Source command which initiated file transport.


The documentation for this struct was generated from the following files: