COMMS
Template library intended to help with implementation of communication protocols.
comms::option::def::ProtocolLayerDisallowReadUntilDataSplit Struct Reference

#include "comms/options.h"

Detailed Description

Disallow usage of ProtocolLayerForceReadUntilDataSplit option in earlier (outer wrapping) layers.

Some layers, such as comms::protocol::ChecksumLayer cannot split their "read" operation to "until" and "from" data layer. They can use this option to prevent outer layers from using ProtocolLayerForceReadUntilDataSplit one.


The documentation for this struct was generated from the following file: