Any PacketHeader options which are stored as a string.
Namespace: NetworkCommsDotNetAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
PacketType | 0 | The type of the packet. This is a compulsory option which determines how the incoming packet is handled. | |
ReceiveConfirmationRequired | 1 | Specifies if a receive confirmation is required for this packet. String option as takes up less space for a boolean option. | |
RequestedReturnPacketType | 2 | The packet type which should be used for any return packet type. | |
CheckSumHash | 3 | A checksum corresponding to the payload data. | |
SourceNetworkIdentifier | 4 | The network identifier of the packet source | |
PacketIdentifier | 5 | Optional packet identifier. | |
NullDataSection | 6 | The data section should be interpreted as a null |
See Also