#include <transport.hpp>
◆ Protocol()
| hw::trezor::Protocol::Protocol |
( |
| ) |
|
|
default |
◆ ~Protocol()
| virtual hw::trezor::Protocol::~Protocol |
( |
| ) |
|
|
virtualdefault |
◆ read()
| virtual void hw::trezor::Protocol::read |
( |
Transport & | transport, |
|
|
std::shared_ptr< google::protobuf::Message > & | msg, |
|
|
messages::MessageType * | msg_type = nullptr ) |
|
pure virtual |
◆ session_begin()
| virtual void hw::trezor::Protocol::session_begin |
( |
Transport & | transport | ) |
|
|
inlinevirtual |
◆ session_end()
| virtual void hw::trezor::Protocol::session_end |
( |
Transport & | transport | ) |
|
|
inlinevirtual |
◆ write()
| virtual void hw::trezor::Protocol::write |
( |
Transport & | transport, |
|
|
const google::protobuf::Message & | req ) |
|
pure virtual |
The documentation for this class was generated from the following file: