| 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
Public Enumeration DataServerClientProtocolResult
public enum class DataServerClientProtocolResult
type DataServerClientProtocolResult
Members
| Member name | Value | Description |
---|
| Ok | 0 |
The packet was successfully received and written to disk.
|
| Error | 1 |
An error occurred while receiving or processing the packet.
|
| OutOfRange | 2 |
The requested block offset was larger than the block size.
|
See Also