mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-09-13 12:43:17 +00:00
AsyncReply
This commit is contained in:
@@ -6,13 +6,14 @@ namespace Esiur.Net.Packets
|
||||
{
|
||||
public enum IIPPacketNotification : byte
|
||||
{
|
||||
// Event Manage
|
||||
ResourceDestroyed = 0,
|
||||
ResourceReassigned,
|
||||
ResourceMoved,
|
||||
SystemFailure,
|
||||
// Event Invoke
|
||||
PropertyModified = 0x8,
|
||||
EventOccurred,
|
||||
// Notification Invoke
|
||||
PropertyModified = 0x0,
|
||||
EventOccurred = 0x1,
|
||||
|
||||
// Notification Manage
|
||||
ResourceDestroyed = 0x8,
|
||||
ResourceReassigned = 0x9,
|
||||
ResourceMoved = 0xA,
|
||||
SystemFailure = 0xB,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user