COMMS
Template library intended to help with implementation of communication protocols.
|
#include "comms/options.h"
Option that forces every element of comms::field::ArrayList to be prefixed with its serialisation length.
Similar to SequenceSerLengthFieldPrefix but instead of the whole list, every element is prepended with its serialisation length.
TField | Type of the field that represents serialisation length |
TReadErrorStatus | Error status to return in case read operation fails when should not |