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

#include "comms/options.h"

Detailed Description

Option to force comms::protocol::ProtocolLayerBase class to split read operation "until" and "from" data (payload) layer.

Can be used by some layers which require its read operation to be fully complete before read is forwared to data layer, i.e. until message contents being read.


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