|
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/>. | |
| 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. | |
Statistics about a connected client.
Can be fetched using Process::getClientStatistics().