mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-31 07:51:36 +00:00 
			
		
		
		
	Pull Stream
This commit is contained in:
		| @@ -9,6 +9,7 @@ namespace Esiur.Net.Packets | ||||
|         // Success | ||||
|         Completed = 0x0, | ||||
|         Propagated = 0x1, | ||||
|         Stream = 0x2, | ||||
|  | ||||
|         // Error | ||||
|         PermissionError = 0x81, | ||||
|   | ||||
| @@ -32,6 +32,11 @@ namespace Esiur.Net.Packets | ||||
|         // Request Static | ||||
|         KeepAlive = 0x18, | ||||
|         ProcedureCall = 0x19, | ||||
|         StaticCall = 0x1A | ||||
|         StaticCall = 0x1A, | ||||
|         IndirectCall = 0x1B, | ||||
|         PullStream = 0x1C, | ||||
|         TerminateExecution = 0x1D, | ||||
|         HaltExecution = 0x1E, | ||||
|  | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user