This Services controls the NetloadLimiter
More...
#include <INetloadLimiterService.hpp>
|
static IRscServiceProxyFactory & | GetProxyFactory (void) |
|
static IRscServiceProxyFactory & | GetProxyFactory (void) |
| Returns a reference to service proxy factory to create a proxy instance of the service More...
|
|
This Services controls the NetloadLimiter
This service is defined in library Arp.Hardware.Nim.
◆ DisableByteLimiter()
Disables the byte limiter for the selected network interface.
- Parameters
-
networkInterface | Id of the network interface |
- Returns
- Error code of operation
◆ DisablePacketLimiter()
Disables the packet limiter for the selected network interface.
- Parameters
-
networkInterface | Id of the network interface |
- Returns
- Error code of operation
◆ EnableByteLimiter()
Enables the byte limiter for the selected network interface.
- Parameters
-
networkInterface | Id of the network interface |
- Returns
- Error code of operation
◆ EnablePacketLimiter()
Enables the packet limiter for the selected network interface.
- Parameters
-
networkInterface | Id of the network interface |
- Returns
- Error code of operation
◆ GetSettings()
Gets the current settings for the selected network interface.
- Parameters
-
networkInterface | Id of the network interface |
settings | Current settings of selected network interface |
- Returns
- Error code of operation
◆ GetState()
Gets the current state of the selected network interface.
- Parameters
-
networkInterface | Id of the network interface |
state | Current state of selected network interface |
- Returns
- Error code of operation
◆ SetByteLimit()
Sets new byte limit for the selected network interface.
- Parameters
-
networkInterface | Id of the network interface |
limit | New byte limit for the selected network interface |
- Returns
- Error code of operation
◆ SetPacketLimit()
Sets new packet limit for the selected network interface.
- Parameters
-
networkInterface | Id of the network interface |
limit | New packet limit for the selected network interface |
- Returns
- Error code of operation
◆ SetSettings()
Sets settings for selected network interface.
- Parameters
-
networkInterface | Id of the network interface |
settings | New settings for the selected network interface |
- Returns
- Error code of operation
The documentation for this class was generated from the following file: