PacketHeaderStringItems EnumerationNetworkComms.Net Help
Any PacketHeader options which are stored as a string.

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

public enum PacketHeaderStringItems
Members

  Member nameValueDescription
PacketType0 The type of the packet. This is a compulsory option which determines how the incoming packet is handled.
ReceiveConfirmationRequired1 Specifies if a receive confirmation is required for this packet. String option as takes up less space for a boolean option.
RequestedReturnPacketType2 The packet type which should be used for any return packet type.
CheckSumHash3 A checksum corresponding to the payload data.
SourceNetworkIdentifier4 The network identifier of the packet source
PacketIdentifier5 Optional packet identifier.
NullDataSection6 The data section should be interpreted as a null
See Also