|
Monero
|
#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 |
|
inline |
|
inline |
|
protected |
|
protected |