#include <transport.h>
|
virtual | ~Transport () |
|
virtual ssize_t | writeMessage (std::shared_ptr< const Message > message, uint32_t serial)=0 |
| Writes a message to the transport stream. More...
|
|
virtual std::shared_ptr< Message > | readMessage ()=0 |
| Read a message from the transport stream. More...
|
|
virtual bool | is_valid () const =0 |
| Check to see if this transport is valid. More...
|
|
virtual int | fd () const =0 |
| Returns the file descriptor that this transport acts on. More...
|
|
◆ ~Transport()
Transport::~Transport |
( |
| ) |
|
|
virtual |
◆ fd()
virtual int DBus::priv::Transport::fd |
( |
| ) |
const |
|
pure virtual |
◆ is_valid()
virtual bool DBus::priv::Transport::is_valid |
( |
| ) |
const |
|
pure virtual |
◆ open_transport()
std::shared_ptr< Transport > Transport::open_transport |
( |
std::string |
address | ) |
|
|
static |
◆ readMessage()
virtual std::shared_ptr<Message> DBus::priv::Transport::readMessage |
( |
| ) |
|
|
pure virtual |
◆ writeMessage()
virtual ssize_t DBus::priv::Transport::writeMessage |
( |
std::shared_ptr< const Message > |
message, |
|
|
uint32_t |
serial |
|
) |
| |
|
pure virtual |
◆ m_serverAddress
std::vector<uint8_t> DBus::priv::Transport::m_serverAddress |
|
protected |
The documentation for this class was generated from the following files: