A constructor that creates an object of the Msize class with the given parameter in the form of unsigned value. If called without parameters, then the default parameter is zero.
Maximal message size (in bytes).
Typical usage:
Msize msize = new Msize(8192);
See Implementation
A constructor that creates an object of the Msize class with the given parameter in the form of unsigned value. If called without parameters, then the default parameter is zero.