#include <NicControlType.h>
Public Types | |
| enum | Types { NOTHING, TRANSMISSION_OVER, PACKET_DROPPED } |
Public Member Functions | |
| NicControlType (Types t=NOTHING) | |
| Enables inspection. | |
| int | getType () const |
| Enables inspection. | |
| void | setType (Types t) |
| Enables inspection. | |
| std::string | info () const |
| Enables inspection. | |
Protected Attributes | |
| Types | type |
Enumerate for the kind field for control messages exchanged within a NIC
|
|
Enables inspection. If you want to know the description of a certain number, make this object out of the number and call info. |
|
|
Enables inspection. If you want to know the description of a certain number, make this object out of the number and call info. |
|
|
Enables inspection. If you want to know the description of a certain number, make this object out of the number and call info. |
|
|
Enables inspection. If you want to know the description of a certain number, make this object out of the number and call info. |
1.4.4