Monero
Loading...
Searching...
No Matches
cryptonote::COMMAND_RPC_GET_NET_STATS::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Inheritance diagram for cryptonote::COMMAND_RPC_GET_NET_STATS::response_t:
Collaboration diagram for cryptonote::COMMAND_RPC_GET_NET_STATS::response_t:

Public Attributes

uint64_t start_time
uint64_t total_packets_in
uint64_t total_bytes_in
uint64_t total_packets_out
uint64_t total_bytes_out
Public Attributes inherited from cryptonote::rpc_response_base
std::string status
bool untrusted

Additional Inherited Members

Public Member Functions inherited from cryptonote::rpc_response_base
 rpc_response_base ()

Member Data Documentation

◆ start_time

uint64_t cryptonote::COMMAND_RPC_GET_NET_STATS::response_t::start_time

◆ total_bytes_in

uint64_t cryptonote::COMMAND_RPC_GET_NET_STATS::response_t::total_bytes_in

◆ total_bytes_out

uint64_t cryptonote::COMMAND_RPC_GET_NET_STATS::response_t::total_bytes_out

◆ total_packets_in

uint64_t cryptonote::COMMAND_RPC_GET_NET_STATS::response_t::total_packets_in

◆ total_packets_out

uint64_t cryptonote::COMMAND_RPC_GET_NET_STATS::response_t::total_packets_out

The documentation for this struct was generated from the following file: