| 74 | void setPosition(uint32_t value); |
| 75 | |
| 76 | void alignWithBytes() { |
| 77 | _bitPosition = _position * 8; |
| 78 | } |
| 79 | |
| 80 | /** |
| 81 | * Writes a Boolean value. A signed 8-bit integer is written according to the value parameter, |
no outgoing calls
no test coverage detected