PacketHeaderLongItems EnumerationNetworkComms.Net Help
Any PacketHeader options which are stored as a long.

Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public enum PacketHeaderLongItems
Members

  Member nameValueDescription
TotalPayloadSize0 The total size of the packet data payload in bytes. This is a compulsory option.
SerializerProcessors1 The data serialiser and data processor used to unwrap the payload. Used as flags.
PacketSequenceNumber2 The sequence number for this packet. Each connection maintains a unique counter which is increments on each sent packet. This is a compulsory option.
PacketCreationTime3 The creation time of the packet header.
See Also