PdCom  5.3
Process data communication client
Loading...
Searching...
No Matches
PdCom::ClientStatistics Struct Reference

Statistics about a connected client. More...

#include <ClientStatistics.h>

Public Attributes

std::string name_
 Text as specified using the name attribute in <remote_host/>.
 
std::string application_name_
 Text as specified using the applicationname attribute in <remote_host/>.
 
std::size_t received_bytes_
 Received bytes.
 
std::size_t sent_bytes_
 Transmitted bytes.
 
std::chrono::nanoseconds connected_time_
 Time when client connected.
 

Detailed Description

Statistics about a connected client.

Can be fetched using Process::getClientStatistics().


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