| 36 | uint32_t DC6Frame::getNextBlock() const { return _nextBlock; } |
| 37 | |
| 38 | uint32_t DC6Frame::getLength() const { return _length; } |
| 39 | |
| 40 | const std::vector<std::byte>& DC6Frame::getFrameData() const { return _frameData; } |
| 41 |
nothing calls this directly
no outgoing calls
no test coverage detected