| Class | Description |
|---|---|
| BitBufferHelper |
BitBufferHelper class that provides utility methods to
- fetch specific bits from a serialized stream of bits
- convert bits to primitive data type - like short, int, long
- store bits in specified location in stream of bits
- convert primitive data types to stream of bits
|
| CustomTLVKey | |
| DataLinkAddress |
Abstract base class for a Datalink Address
|
| Ethernet |
Class that represents the Ethernet frame objects
|
| EthernetAddress | |
| HexEncode |
The class provides methods to convert hex encode strings
|
| LLDP |
Class that represents the LLDP frame objects
|
| LLDPTLV |
Class that represents the LLDPTLV objects
|
| NetUtils |
Utility class containing the common utility functions needed for operating on
networking data structures
|
| Packet |
Abstract class which represents the generic network packet object It provides
the basic methods which are common for all the packets, like serialize and
deserialize
|
| Enum | Description |
|---|---|
| EtherTypes |
The enum contains the most common 802.3 ethernet types and 802.2 + SNAP protocol ids
|
| LLDPTLV.TLVType |
| Exception | Description |
|---|---|
| BufferException |
Describes an exception that is raised during BitBufferHelper operations.
|
| ConstructionException | |
| PacketException |
Describes an exception that is raised when the process of serializing or
deserializing a network packet/stream fails.
|
Copyright © 2015. All Rights Reserved.