12 namespace duds {
namespace hardware {
namespace interface {
static constexpr Flags MpfBreak
True/set to indicate that any kind of selection signal should be toggled, or a stop condition should ...
static constexpr Flags MpfInput
True/set for input; false for output.
virtual ~ConversationPart()
static constexpr Flags MpfBigendian
True/set to expect data to be big-endian.
duds::general::BitFlags< struct ConversationPartFlags, std::uint16_t > Flags
The type used to store flags that modify the operation of the classes derived from this class...
static constexpr Flags MpfExtract
True/set to extract message part contents with the ConversationExtractor.
static constexpr Flags MpfVarlen
True/set for a varying length; valid only for input.