COMMS
Template library intended to help with implementation of communication protocols.
|
#include "comms/options.h"
Option that forces first element only of comms::field::ArrayList to be prefixed with its serialisation length.
Similar to SequenceElemSerLengthFieldPrefix, but applicable only to the lists where elements are of the same fixed size, where there is no need to prefix every element with its size.
TField | Type of the field that represents serialisation length |
TReadErrorStatus | Error status to return in case read operation fails when should not |