KRPC Message structure. More...
#include <krpc.h>
Public Member Functions | |
| KrpcMessage () | |
Public Attributes | |
| KrpcMessageType | type |
| std::string | transaction_id |
| KrpcQueryType | query_type |
| NodeId | sender_id |
| NodeId | target_id |
| InfoHash | info_hash |
| uint16_t | port |
| std::string | token |
| NodeId | response_id |
| std::vector< KrpcNode > | nodes |
| std::vector< Peer > | peers |
| KrpcErrorCode | error_code |
| std::string | error_message |
| KrpcErrorCode librats::KrpcMessage::error_code |
| KrpcQueryType librats::KrpcMessage::query_type |
| KrpcMessageType librats::KrpcMessage::type |