Iounit.this

A constructor that creates an object of the Iounit class with the given parameter in the form of unsigned value. If called without parameters, then the default parameter is zero.

class Iounit
this
(
uint iounit = 0
)

Parameters

iounit uint

Maximal size for atomic I/O operations.

Typical usage:

Iounit unit = new Iounit(0);

Meta