IndexEntry (Class)
Namespace: stdlibXtf.Common
Define a index/value pair that is used to store and retrieve a packet location inside the XTF file.
Constructors
| IndexEntry() | Initializes a new instance of the IndexEntry class that has default zero values. |
| IndexEntry(Byte, UInt32) | Initializes a new instance of the IndexEntry class with the given values. |
Properties
| PacketType | Gets the number that identify the kind of packet header. |
| Index | Gets the position where start the packet inside the XTF file. |
Examples
example ...
Remarks
remarks ...