A constructor that creates an object of the Count class with the given parameter in the form of unsigned value. If called without parameters, then the default parameter is zero.
Number of unsigned bytes.
Typical usage:
Count count = new Count(0);
See Implementation
A constructor that creates an object of the Count class with the given parameter in the form of unsigned value. If called without parameters, then the default parameter is zero.