2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2026-04-04 02:08:21 +00:00
Files
esiur-dart/lib/src/Net/Packets/IIPAuthPacketIAuthHeader.dart
2024-06-23 14:10:44 +03:00

14 lines
397 B
Dart

import '../../Data/IntType.dart';
class IIPAuthPacketIAuthHeader {
static UInt8 Reference = UInt8(0);
static UInt8 Destination = UInt8(1);
static UInt8 Clue = UInt8(2);
static UInt8 RequiredFormat = UInt8(3);
static UInt8 ContentFormat = UInt8(4);
static UInt8 Content = UInt8(5);
static UInt8 Trials = UInt8(6);
static UInt8 Issue = UInt8(7);
static UInt8 Expire = UInt8(8);
}