PLCnext API Documentation 23.3.0.32
|
Service for the netload limiter statistic handling More...
#include <INetloadLimiterStatisticService.hpp>
Public Types | |
using | Ptr = std::shared_ptr< INetloadLimiterStatisticService > |
![]() | |
typedef std::shared_ptr< IRscService > | Ptr |
Public Member Functions | |
INetloadLimiterStatisticService (void)=default | |
Constructs an INetloadLimiterStatisticService instance. | |
virtual NetloadLimiterStatisticResult | GetStatistic (uint8 networkInterfaceId)=0 |
Read the statistic values of die specified network interface More... | |
virtual std::vector< NetloadLimiterStatisticResult > | GetStatistics (const std::vector< uint8 > &networkInterfaceIds)=0 |
Read the statistic values of die specified network interfaces More... | |
virtual NetloadLimiterErrorCode | ResetStatistic (uint8 networkInterfaceId)=0 |
Reset the statistic values Max, Peak and Duration of the packet and byte statistics for the specified interface. More... | |
![]() | |
IRscService (void)=default | |
Constructs an IRscService instance. | |
virtual | ~IRscService (void)=default |
Destructs this instance and frees all resouces. | |
Static Public Member Functions | |
static IRscServiceProxyFactory & | GetProxyFactory (void) |
![]() | |
static IRscServiceProxyFactory & | GetProxyFactory (void) |
Returns a reference to service proxy factory to create a proxy instance of the service More... | |
Service for the netload limiter statistic handling
|
pure virtual |
Read the statistic values of die specified network interface
networkInterfaceId | Id of the network interface |
|
pure virtual |
Read the statistic values of die specified network interfaces
networkInterfaceIds | Array of network interface ids. An empty array addresses all network adapters |
|
pure virtual |
Reset the statistic values Max, Peak and Duration of the packet and byte statistics for the specified interface.
networkInterfaceId | Id of the network interface. 0 to address all network adapters |