2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2026-04-03 17:58:21 +00:00
Files
esiur-dart/lib/src/Net/Packets/IIPPacketCommand.dart
2019-08-07 17:12:20 +03:00

7 lines
157 B
Dart

class IIPPacketCommand
{
static const int Event = 0;
static const int Request = 1;
static const int Reply = 2;
static const int Report = 3;
}