mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-31 07:51:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			260 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			260 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using System;
 | |
| using System.Collections.Generic;
 | |
| using System.Text;
 | |
| 
 | |
| namespace Esiur.Net.Packets
 | |
| {
 | |
|     public enum IIPPacketReport : byte
 | |
|     {
 | |
|         ManagementError,
 | |
|         ExecutionError,
 | |
|         ProgressReport = 0x8,
 | |
|         ChunkStream = 0x9
 | |
|     }
 | |
| 
 | |
| }
 |