IPacket (Interface)
Namespace: stdlibXtf.Common
Interface that provide the base properties of all the packages.
Properties
| MagicNumber | Gets the number that identify the correct start of the packet. |
| HeaderType | Gets the type of the packet header. |
| 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. |
Examples
example ...
Remarks
remarks ...