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