OpenGroup::arm40::Provisional::metric::IArmMetricCounter64 Interface Reference
[ARM 4.0 Metrics, ARM 4.0 Metric Counters]
  IArmMetricCounter64 implements a 64-bit integer counter. More...
Inheritance diagram for OpenGroup::arm40::Provisional::metric::IArmMetricCounter64:
  
Public Member Functions | |
| long | get () | 
| Gets the counter value.   | |
| int | set (long value) | 
| Sets the counter value.   | |
Detailed Description
IArmMetricCounter64 is created with the newArmMetricCounter64() method of IArmMetricFactory.
It is the same as ARM 2.0 metric type=2 (ARM_Counter64).
Objects implementing this interface are created using IArmMetricFactory.newArmMetricCounter64
Member Function Documentation
| long OpenGroup::arm40::Provisional::metric::IArmMetricCounter64::get | ( | ) | 
- Returns:
 - the counter value.
 
| int OpenGroup::arm40::Provisional::metric::IArmMetricCounter64::set | ( | long | value | ) | 
- Parameters:
 - 
  
value new counter value.  
- Returns:
 - 0 on sucess; otherwise, a non-zero error code is returned (as specified in OpenGroup.arm40.Provisional.transaction.IArmInterface /returns>
 
The documentation for this interface was generated from the following file:
- opengroup/arm40/provisional/metric/IArmMetricCounter64.cs
 
      
          
          