An object that represents a parsed bytes field or an error code.
The underlying bytes are accessible via a stream::IntervalReader returned by GetBytesReader().
Message.message.h are deprecated.
Public Member Functions | |
| Bytes (Status status) | |
| Bytes (stream::IntervalReader reader) | |
| stream::IntervalReader | GetBytesReader () |
| bool | ok () |
| Status | status () |
| Result< bool > | Equal (ConstByteSpan bytes) |
Checks whether the bytes value exactly equals the given bytes. | |