COMMS
Template library intended to help with implementation of communication protocols.
|
#include "comms/options.h"
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.