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/IIPPacketReport.dart
2019-08-07 17:12:20 +03:00

7 lines
191 B
Dart

class IIPPacketReport
{
static const int ManagementError = 0;
static const int ExecutionError = 1;
static const int ProgressReport = 0x8;
static const int ChunkStream = 0x9;
}