* Wrapper for reading a byte from the buffer. * @return The read byte. */
| 408 | * @return The read byte. |
| 409 | */ |
| 410 | uint8_t SlReadByte() |
| 411 | { |
| 412 | return _sl.reader->ReadByte(); |
| 413 | } |
| 414 | |
| 415 | /** |
| 416 | * Wrapper for writing a byte to the dumper. |
no test coverage detected