Overload List
| Name | Description |
|---|---|
| Gauge32()()() | Constructs the default counter object.
The initial value is defined
by the super class default constructor
|
| Gauge32(Gauge32) | Constructs a new object with the same value
as the passed object.
|
| Gauge32(UInteger32) | Constructs a new object with the value
constrained in the UInteger32 object.
|
| Gauge32(String) | Constructor. Initialize class value with the unsigned integer 32-bit value
encoded as string in the argument.
|