mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-04 02:08:21 +00:00
12 lines
336 B
Dart
12 lines
336 B
Dart
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;
|
|
} |