Overload List
| Name | Description | |
|---|---|---|
| Counter32()()() | Constructs the default counter object.
The initial value is defined
by the super class default constructor
| |
| Counter32(Counter32) | Constructs a new object with the same value
as the passed object.
| |
| Counter32(UInteger32) | Constructs a new object with the value
constrained in the UInteger32 object.
| |
| Counter32(String) | Simple class constructor that is used to create an initialize the new instance with the unsigned value decoded from the passed String argument. If the decoded argument is malformed, null, or evaluates to a negative value then an exception is generated. |