mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-09-13 12:43:17 +00:00
dtu
This commit is contained in:
22
Esiur/Net/Packets/IIPPacketReply.cs
Normal file
22
Esiur/Net/Packets/IIPPacketReply.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Esiur.Net.Packets
|
||||
{
|
||||
public enum IIPPacketReply : byte
|
||||
{
|
||||
// Success
|
||||
Completed = 0x0,
|
||||
Propagated = 0x1,
|
||||
|
||||
// Error
|
||||
Permission = 0x81,
|
||||
Execution = 0x82,
|
||||
|
||||
// Partial
|
||||
Progress = 0x10,
|
||||
Chunk = 0x11,
|
||||
Warning = 0x12
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user