PacketSniffer (Class)
Namespace: stdlibXtf
Implements: IPacket
Extract the packet basic information from the given array of bytes.
Constructors
| PacketSniffer() | Initializes a new instance of the PacketSniffer class that has default zero values. |
| PacketSniffer(Byte[]) | Initializes a new instance of the PacketSniffer class that contain the values extracted from the given byte array. |
Properties
| HeaderType | Gets the type of the packet header. |
| MagicNumber | Gets the number that identify the correct start of the packet. |
| SubChannelNumber | Gets the index number of which channels this packet are referred. |
| NumberChannelsToFollow | Gets the number of channels that follow this packet. |
| NumberBytesThisRecord | Total byte count for this packet, including the header and the data if available. |
| PacketTime | Gets the packet recording time. |
| TimeTag | Gets the system time reference in milliseconds. Available only in specific packet types. |
Examples
...
Remarks
remarks ...