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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
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