|
DDS
ver. 3.6
|
#include <BinaryAttachmentStartCmd.h>
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... | |
| SBinaryAttachmentStartCmd::SBinaryAttachmentStartCmd | ( | ) |
| void SBinaryAttachmentStartCmd::_convertFromData | ( | const dds::misc::BYTEVector_t & | _data | ) |
| void SBinaryAttachmentStartCmd::_convertToData | ( | dds::misc::BYTEVector_t * | _data | ) | const |
| bool SBinaryAttachmentStartCmd::operator== | ( | const SBinaryAttachmentStartCmd & | _val | ) | const |
| size_t SBinaryAttachmentStartCmd::size | ( | ) | const |
| uint32_t dds::protocol_api::SBinaryAttachmentStartCmd::m_fileCrc32 |
File checksum.
| boost::uuids::uuid dds::protocol_api::SBinaryAttachmentStartCmd::m_fileId |
Unique ID of the file.
| std::string dds::protocol_api::SBinaryAttachmentStartCmd::m_fileName |
Name of the file.
| uint32_t dds::protocol_api::SBinaryAttachmentStartCmd::m_fileSize |
File size in bytes.
| uint16_t dds::protocol_api::SBinaryAttachmentStartCmd::m_srcCommand |
Source command which initiated file transport.
1.8.15