Msize.this

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.

class Msize
this
(
uint size = 0
)

Parameters

size uint

Maximal message size (in bytes).

Typical usage:

Msize msize = new Msize(8192);

Meta