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

#include <BinaryAttachmentStartCmd.h>

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

Public Member Functions

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

Public Attributes

boost::uuids::uuid m_fileId
 Unique ID of the file. More...
 
std::string m_fileName
 Name of the file. More...
 
uint32_t m_fileSize
 File size in bytes. More...
 
uint32_t m_fileCrc32
 File checksum. More...
 
uint16_t m_srcCommand
 Source command which initiated file transport. More...
 

Constructor & Destructor Documentation

◆ SBinaryAttachmentStartCmd()

SBinaryAttachmentStartCmd::SBinaryAttachmentStartCmd ( )

Member Function Documentation

◆ _convertFromData()

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

◆ _convertToData()

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

◆ operator==()

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

◆ size()

size_t SBinaryAttachmentStartCmd::size ( ) const

Member Data Documentation

◆ m_fileCrc32

uint32_t dds::protocol_api::SBinaryAttachmentStartCmd::m_fileCrc32

File checksum.

◆ m_fileId

boost::uuids::uuid dds::protocol_api::SBinaryAttachmentStartCmd::m_fileId

Unique ID of the file.

◆ m_fileName

std::string dds::protocol_api::SBinaryAttachmentStartCmd::m_fileName

Name of the file.

◆ m_fileSize

uint32_t dds::protocol_api::SBinaryAttachmentStartCmd::m_fileSize

File size in bytes.

◆ m_srcCommand

uint16_t dds::protocol_api::SBinaryAttachmentStartCmd::m_srcCommand

Source command which initiated file transport.


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