Maximum byte length of supported messages.
(&self)
| 56 | |
| 57 | /// Maximum byte length of supported messages. |
| 58 | pub const fn message_byte_len(&self) -> u32 { |
| 59 | (self.message_digit_len * self.log2_base).div_ceil(8) |
| 60 | } |
| 61 | |
| 62 | /// Total number of digits (message plus checksum). |
| 63 | pub const fn total_digit_len(&self) -> u32 { |
no outgoing calls
no test coverage detected