Click or drag to resize

PacketFormatOption Enumeration

Indicates how to read or write a Packet.

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public enum PacketFormatOption
Members
  Member nameValueDescription
Default0 Reads or writes all fields.
NoSequenceNumber1 Reads or writes all fields except the sequence number.
ChecksumOnly2 Reads or writes only the checksum and the data.
See Also