Electroneum
Public Attributes | List of all members
cryptonote::COMMAND_RPC_GET_NET_STATS::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_NET_STATS::response_t:
Collaboration graph
[legend]

Public Attributes

std::string status
 
uint64_t start_time
 
uint64_t total_packets_in
 
uint64_t total_bytes_in
 
uint64_t total_packets_out
 
uint64_t total_bytes_out
 

Member Data Documentation

◆ start_time

uint64_t cryptonote::COMMAND_RPC_GET_NET_STATS::response_t::start_time

◆ status

std::string cryptonote::COMMAND_RPC_GET_NET_STATS::response_t::status

◆ 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: