| COMMS
    Template library intended to help with implementation of communication protocols. | 
#include "comms/options.h"
Option that forces termination of the sequence when predefined value is encountered.
Sometimes protocols use zero-termination for strings instead of prefixing them with their size. Below is an example of how to achieve such termination using SequenceTerminationFieldSuffix option.
| TField | Type of the field that represents suffix |