StatEntry (Class)
Namespace: stdlibXtf.Common
Define the container for the statistics of a specific packet.
Constructors
| StatEntry() | Initializes a new instance of the StatEntry class that has default zero values. |
| StatEntry(IPacket) | Initializes a new instance of the StatEntry class with the values from the given packet. |
Properties
| ID | Gets or sets the number that identify the kind of packet header. |
| Name | Gets the known name of the packet. |
| Description | Gets the known description of the packet. |
| Count | Gets the number of the packets added to this instance of StatEntry. |
| FirstPacket | Gets the packet used to inizialise this instance of StatEntry. |
| LastPacket | Gets the last packet added to this instance of StatEntry. |
Methods
| Add(IPacket) | The given packet will be added to this instance of the StatEntry class only if is of the same kind of the initialization one. |
Examples
example ...
Remarks
remarks ...