Click or drag to resize

DataServerClientProtocolResult Enumeration

A status code sent by the data server when it received a packet.

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public enum DataServerClientProtocolResult
Members
  Member nameValueDescription
Ok0 The packet was successfully received and written to disk.
Error1 An error occurred while receiving or processing the packet.
OutOfRange2 The requested block offset was larger than the block size.
See Also