7e3d16ad6a2f75b0e6794caeb8d3a8465713de9c
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.
The file is empty.
Description
Languages
Rust
100%