mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-05-06 20:02:59 +00:00
7 lines
157 B
Dart
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;
|
|
} |