2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2026-04-04 02:08:21 +00:00
This commit is contained in:
2024-06-22 03:50:54 +03:00
parent 8a30c92e19
commit 26794f08e7
32 changed files with 1508 additions and 595 deletions

View 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;
}