mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-04 02:08:21 +00:00
IAuth
This commit is contained in:
12
lib/src/Net/Packets/IIPAuthPacketEvent.dart
Normal file
12
lib/src/Net/Packets/IIPAuthPacketEvent.dart
Normal file
@@ -0,0 +1,12 @@
|
||||
class IIPAuthPacketEvent
|
||||
{
|
||||
static const int ErrorTerminate = 0xC0;
|
||||
static const int ErrorMustEncrypt = 0xC1;
|
||||
static const int ErrorRetry = 0xC2;
|
||||
|
||||
static const int IndicationEstablished = 0xC8;
|
||||
|
||||
static const int IAuthPlain = 0xD0;
|
||||
static const int IAuthHashed = 0xD1;
|
||||
static const int IAuthEncrypted = 0xD2;
|
||||
}
|
||||
Reference in New Issue
Block a user