2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2025-12-17 17:30:25 +00:00
This commit is contained in:
2019-08-07 05:12:10 +03:00
parent de338a3350
commit 29c8252c10
74 changed files with 10372 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
class IIPPacketCommand
{
static const int Event = 0;
static const int Request = 1;
static const int Reply = 2;
static const int Report = 3;
}