public interface ArmMetricCounter32 extends ArmMetric
ARM_Counter32
).
Objects implementing this interface are created using
ArmMetricFactory.newArmMetricCounter32(org.opengroup.arm40.metric.ArmMetricCounter32Definition)
.Modifier and Type | Method and Description |
---|---|
int |
get()
Gets the counter value.
|
int |
set(int value)
Sets the counter value.
|
getDefinition
getErrorCode, getErrorMessage, setErrorCode
int get()
int set(int value)
value
- new counter value.ArmInterface
).