  | PacketFormatOption Enumeration | 
            Indicates how to read or write a 
Packet.
            
 Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic enum PacketFormatOption
Public Enumeration PacketFormatOption
public enum class PacketFormatOption
Members| Member name | Value | Description | 
|---|
| Default | 0 | 
            Reads or writes all fields.
             | 
| NoSequenceNumber | 1 | 
            Reads or writes all fields except the sequence number.
             | 
| ChecksumOnly | 2 | 
            Reads or writes only the checksum and the data.
             | 
See Also