org.opengroup.arm40.metric
public interface ArmMetricCounter32 extends ArmMetric
ARM_Counter32).
Objects implementing this interface are created using
ArmMetricFactory.
| Method Summary | |
|---|---|
| int | get()
Gets the counter value. |
| int | set(int value)
Sets the counter value. |
Returns: the counter value.
Parameters: value new counter value.
Returns: 0 on sucess; otherwise, a non-zero error code is returned (as specified in ArmInterface).