mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-09-13 12:43:17 +00:00
dtu
This commit is contained in:
18
Esiur/Net/Packets/IIPPacketNotification.cs
Normal file
18
Esiur/Net/Packets/IIPPacketNotification.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Esiur.Net.Packets
|
||||
{
|
||||
public enum IIPPacketNotification : byte
|
||||
{
|
||||
// Event Manage
|
||||
ResourceDestroyed = 0,
|
||||
ResourceReassigned,
|
||||
ResourceMoved,
|
||||
SystemFailure,
|
||||
// Event Invoke
|
||||
PropertyModified = 0x8,
|
||||
EventOccurred,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user