#include <src/api/mip/file/msg_inspector.h>
|
virtual const std::vector< uint8_t > & | GetBytes ()=0 |
| Get attachment as a binary byte vector.
|
|
virtual const std::string & | GetLongName () const =0 |
| Get attachment long name as a string.
|
|
virtual const std::string & | GetLongPath () const =0 |
| Get attachment long path name as a string.
|
|
virtual const std::string & | GetName () const =0 |
| Get attachment name as a string.
|
|
virtual const std::string & | GetPath () const =0 |
| Get attachment path name as a string.
|
|
virtual std::shared_ptr< Stream > | GetStream () const =0 |
| Get attachment as a binary stream.
|
|
Definition at line 49 of file msg_inspector.h.
◆ GetBytes()
virtual const std::vector< uint8_t > & MsgAttachmentData::GetBytes |
( |
| ) |
|
|
pure virtual |
Get attachment as a binary byte vector.
◆ GetLongName()
virtual const std::string & MsgAttachmentData::GetLongName |
( |
| ) |
const |
|
pure virtual |
Get attachment long name as a string.
◆ GetLongPath()
virtual const std::string & MsgAttachmentData::GetLongPath |
( |
| ) |
const |
|
pure virtual |
Get attachment long path name as a string.
if path not empty then reference attachment.
◆ GetName()
virtual const std::string & MsgAttachmentData::GetName |
( |
| ) |
const |
|
pure virtual |
Get attachment name as a string.
◆ GetPath()
virtual const std::string & MsgAttachmentData::GetPath |
( |
| ) |
const |
|
pure virtual |
Get attachment path name as a string.
if path not empty then reference attachment.
◆ GetStream()
virtual std::shared_ptr< Stream > MsgAttachmentData::GetStream |
( |
| ) |
const |
|
pure virtual |
Get attachment as a binary stream.
The documentation for this class was generated from the following file: