|
Electroneum
|
#include <transport.hpp>
Public Member Functions | |
| GenericMessage () | |
| GenericMessage (messages::MessageType m_type, const std::shared_ptr< google::protobuf::Message > &m_msg) | |
| bool | empty () const |
Public Attributes | |
| hw::trezor::messages::MessageType | m_type |
| std::shared_ptr< google::protobuf::Message > | m_msg |
| bool | m_empty |
Generic message holder, type + obj
Definition at line 354 of file transport.hpp.
|
inline |
Definition at line 356 of file transport.hpp.
| hw::trezor::GenericMessage::GenericMessage | ( | messages::MessageType | m_type, |
| const std::shared_ptr< google::protobuf::Message > & | m_msg | ||
| ) |
|
inline |
Definition at line 358 of file transport.hpp.
| bool hw::trezor::GenericMessage::m_empty |
Definition at line 362 of file transport.hpp.
| std::shared_ptr<google::protobuf::Message> hw::trezor::GenericMessage::m_msg |
Definition at line 361 of file transport.hpp.
| hw::trezor::messages::MessageType hw::trezor::GenericMessage::m_type |
Definition at line 360 of file transport.hpp.