mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-04 02:08:21 +00:00
IAuth
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class IIPAuthPacketCommand
|
||||
{
|
||||
static const int Action = 0;
|
||||
static const int Declare = 1;
|
||||
static const int Acknowledge = 2;
|
||||
static const int Error = 3;
|
||||
static const int Initialize = 0x0;
|
||||
static const int Acknowledge = 0x1;
|
||||
static const int Action = 0x2;
|
||||
static const int Event = 0x3;
|
||||
}
|
||||
Reference in New Issue
Block a user