mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-04 02:08:21 +00:00
package
This commit is contained in:
7
lib/src/Net/Packets/IIPPacketReport.dart
Normal file
7
lib/src/Net/Packets/IIPPacketReport.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
class IIPPacketReport
|
||||
{
|
||||
static const int ManagementError = 0;
|
||||
static const int ExecutionError = 1;
|
||||
static const int ProgressReport = 0x8;
|
||||
static const int ChunkStream = 0x9;
|
||||
}
|
||||
Reference in New Issue
Block a user