PdCom
5.3
Process data communication client
|
Statistics about a connected client. More...
#include <ClientStatistics.h>
Public Attributes | |
std::string | name_ |
Text as specified using the name attribute in <remote_host/> . More... | |
std::string | application_name_ |
Text as specified using the applicationname attribute in <remote_host/> . More... | |
std::size_t | received_bytes_ |
Received bytes. More... | |
std::size_t | sent_bytes_ |
Transmitted bytes. More... | |
std::chrono::nanoseconds | connected_time_ |
Time when client connected. More... | |
Statistics about a connected client.
Can be fetched using Process::getClientStatistics().
std::string PdCom::ClientStatistics::application_name_ |
Text as specified using the applicationname attribute in <remote_host/>
.
std::chrono::nanoseconds PdCom::ClientStatistics::connected_time_ |
Time when client connected.
std::string PdCom::ClientStatistics::name_ |
Text as specified using the name attribute in <remote_host/>
.
std::size_t PdCom::ClientStatistics::received_bytes_ |
Received bytes.
std::size_t PdCom::ClientStatistics::sent_bytes_ |
Transmitted bytes.