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

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
 

Detailed Description

Definition at line 799 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ start_time

uint64_t cryptonote::COMMAND_RPC_GET_NET_STATS::response_t::start_time

Definition at line 801 of file core_rpc_server_commands_defs.h.

◆ status

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

Definition at line 800 of file core_rpc_server_commands_defs.h.

◆ total_bytes_in

uint64_t cryptonote::COMMAND_RPC_GET_NET_STATS::response_t::total_bytes_in

Definition at line 803 of file core_rpc_server_commands_defs.h.

◆ total_bytes_out

uint64_t cryptonote::COMMAND_RPC_GET_NET_STATS::response_t::total_bytes_out

Definition at line 805 of file core_rpc_server_commands_defs.h.

◆ total_packets_in

uint64_t cryptonote::COMMAND_RPC_GET_NET_STATS::response_t::total_packets_in

Definition at line 802 of file core_rpc_server_commands_defs.h.

◆ total_packets_out

uint64_t cryptonote::COMMAND_RPC_GET_NET_STATS::response_t::total_packets_out

Definition at line 804 of file core_rpc_server_commands_defs.h.


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