Files
V2GDecoderC/csharp/dotnet/V2G
ChiKyun Kim 5afcce7a17 feat: Add CurrentDemandRes encoding support to universal EXI codec
- Implemented complete CurrentDemandRes encoder following C grammar states 317-329
- Added EncodeCurrentDemandResType with proper response code, DC_EVSEStatus, voltage/current values
- Added EncodeDC_EVSEStatusType for EVSE status with optional isolation status
- Fixed missing EncodeString and EncodeMeterInfo methods for string and meter data encoding
- Added EncodeInteger64 for 64-bit TMeter field support
- Fixed type conversions (uint to int) for proper bit stream encoding
- Verified encoding functionality with CurrentDemandRes test XML
- Encoder now supports both CurrentDemandReq and CurrentDemandRes as minimum requirement
- Structured for expansion to support all ISO 15118 message types (universal codec)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-10 17:04:27 +09:00
..