 a3ef00a687
			
		
	
	a3ef00a687
	
	
	
		
			
			- Port core EXI encoding/decoding functionality to C# - Implement V2G protocol parsing and analysis - Add simplified decoder/encoder for roundtrip testing - Create comprehensive error handling with EXI exceptions - Support both byte array and file stream operations - Include packet structure analysis for V2GTP data - Successfully builds and runs basic functionality tests 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			287 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			287 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| // <auto-generated/>
 | |
| global using global::System;
 | |
| global using global::System.Collections.Generic;
 | |
| global using global::System.IO;
 | |
| global using global::System.Linq;
 | |
| global using global::System.Net.Http;
 | |
| global using global::System.Threading;
 | |
| global using global::System.Threading.Tasks;
 |