#include <transport.hpp>
|
| hw::trezor::messages::MessageType | recvType |
| std::shared_ptr< google::protobuf::Message > | recvMsg |
| boost::optional< std::string > | reason |
Definition at line 330 of file transport.hpp.
◆ UnexpectedMessageException() [1/2]
| hw::trezor::exc::UnexpectedMessageException::UnexpectedMessageException |
( |
| ) |
|
|
inline |
◆ UnexpectedMessageException() [2/2]
| hw::trezor::exc::UnexpectedMessageException::UnexpectedMessageException |
( |
hw::trezor::messages::MessageType | recvType, |
|
|
const std::shared_ptr< google::protobuf::Message > & | recvMsg ) |
|
inline |
Definition at line 338 of file transport.hpp.
341 reason = std::string(
"Trezor returned unexpected message: ") + std::to_string(
recvType);
342 }
boost::optional< std::string > reason
hw::trezor::messages::MessageType recvType
std::shared_ptr< google::protobuf::Message > recvMsg
◆ ProtocolException()
◆ recvMsg
| std::shared_ptr<google::protobuf::Message> hw::trezor::exc::UnexpectedMessageException::recvMsg |
|
protected |
◆ recvType
| hw::trezor::messages::MessageType hw::trezor::exc::UnexpectedMessageException::recvType |
|
protected |
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/src/device_trezor/trezor/transport.hpp