Tobias Maier 7e3d16ad6a feat(transmission): add length_in_bytes method to Protocol300Transmission
Add a new method to calculate the byte length of Protocol300Transmission
variants without converting to bytes. The method returns:
- 1 byte for control characters (Ack, Enq, Eot, Nack)
- 3 bytes for Init
- telegram_length + 3 bytes for Message

Include comprehensive unit tests for all transmission variants to ensure
correct length calculation.
2026-01-17 18:47:25 +01:00
2025-11-10 13:31:32 +01:00
2026-01-16 22:33:53 +01:00
2026-01-16 22:33:53 +01:00
2025-11-11 22:39:18 +01:00
Description
No description provided
Readme 124 KiB
Languages
Rust 100%