|
Electroneum
|
#include <transport.hpp>


Public Member Functions | |
| UnexpectedMessageException () | |
| UnexpectedMessageException (hw::trezor::messages::MessageType recvType, const std::shared_ptr< google::protobuf::Message > &recvMsg) | |
| ProtocolException () | |
| Public Member Functions inherited from hw::trezor::exc::ProtocolException | |
| ProtocolException () | |
| CommunicationException () | |
| Public Member Functions inherited from hw::trezor::exc::CommunicationException | |
| CommunicationException () | |
| TrezorException () | |
| TrezorException (std::string what) | |
| Public Member Functions inherited from hw::trezor::exc::TrezorException | |
| TrezorException () | |
| TrezorException (std::string what) | |
| virtual const char * | what () const throw () |
Protected Attributes | |
| hw::trezor::messages::MessageType | recvType |
| std::shared_ptr< google::protobuf::Message > | recvMsg |
| Protected Attributes inherited from hw::trezor::exc::TrezorException | |
| boost::optional< std::string > | reason |
Definition at line 330 of file transport.hpp.
|
inline |
Definition at line 337 of file transport.hpp.

|
inline |
Definition at line 338 of file transport.hpp.
Definition at line 118 of file exceptions.hpp.

|
protected |
Definition at line 333 of file transport.hpp.
|
protected |
Definition at line 332 of file transport.hpp.