Get the Garbage Terminator to send. Only after Initialize(). */
| 90 | |
| 91 | /** Get the Garbage Terminator to send. Only after Initialize(). */ |
| 92 | std::span<const std::byte> GetSendGarbageTerminator() const noexcept { return m_send_garbage_terminator; } |
| 93 | |
| 94 | /** Get the expected Garbage Terminator to receive. Only after Initialize(). */ |
| 95 | std::span<const std::byte> GetReceiveGarbageTerminator() const noexcept { return m_recv_garbage_terminator; } |
no outgoing calls