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

#include "comms/options.h"

Detailed Description

Option that forces field's read operation to ignore read data if invalid value is received.

If this option is provided to the field, the read operation will check the validity of the read value. If it is identified as invalid, the read value is not assigned to the field, i.e. the field's value remains unchanged, although no error is reported.


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