IfaceStatistics.Statistic Enum Reference
Public Member Functions | |
Statistic (int value) | |
int | value () |
Static Public Member Functions | |
[static initializer] | |
static Statistic | valueOf (int _value) |
Public Attributes | |
RX_PACKETS =(0) | |
The number of packages received. | |
RX_ERRORS =(1) | |
The number of errors in received packages. | |
RX_DROPPED =(2) | |
The number of packages dropped when receiving. | |
TX_PACKETS =(3) | |
The number of packages transmitted. | |
TX_ERRORS =(4) | |
The number of errors in transmitted packages. | |
TX_DROPPED =(5) | |
The number of packages dropped in transmitted packages. | |
Constructor & Destructor Documentation
Statistic | ( | int | value | ) |
Constructor
- Parameters
-
value value
Member Function Documentation
int value | ( | ) |
- Returns
- value