mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-04-04 20:38:21 +00:00
Layout
This commit is contained in:
19
Libraries/Esiur/Net/Packets/EpPacketNotification.cs
Normal file
19
Libraries/Esiur/Net/Packets/EpPacketNotification.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Esiur.Net.Packets
|
||||
{
|
||||
public enum EpPacketNotification : byte
|
||||
{
|
||||
// Notification Invoke
|
||||
PropertyModified = 0x0,
|
||||
EventOccurred = 0x1,
|
||||
|
||||
// Notification Manage
|
||||
ResourceDestroyed = 0x8,
|
||||
ResourceReassigned = 0x9,
|
||||
ResourceMoved = 0xA,
|
||||
SystemFailure = 0xB,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user