public interface ArmMetricGauge32 extends ArmMetric
ARM_Gauge32
).
Objects implementing this interface are created using
ArmMetricFactory.newArmMetricGauge32(org.opengroup.arm40.metric.ArmMetricGauge32Definition)
.Modifier and Type | Method and Description |
---|---|
int |
get()
Gets the gauge value.
|
int |
set(int value)
Sets the gauge value.
|
getDefinition
getErrorCode, getErrorMessage, setErrorCode
int get()
int set(int value)
value
- new gauge value.ArmInterface
).