OpenGroup::arm40::Provisional::metric::IArmMetricGauge32 Interface Reference
[ARM 4.0 Metrics, ARM 4.0 Metric Gauges]
  ArmMetricGauge32 implements a 32-bit integer gauge. More...
Inheritance diagram for OpenGroup::arm40::Provisional::metric::IArmMetricGauge32:
  
Public Member Functions | |
| int | get () | 
| Gets the gauge value.   | |
| int | set (int value) | 
| Sets the gauge value.   | |
Detailed Description
ArmMetricGauge32 is created with the newArmMetricGauge32() method of ArmMetricFactory.
Implements a 32-bit integer gauge. It is the same as ARM 2.0 metric type=4 (ARM_Gauge32).
Objects implementing this interface are created using IArmMetricFactory.newArmMetricGauge32
Member Function Documentation
| int OpenGroup::arm40::Provisional::metric::IArmMetricGauge32::get | ( | ) | 
- Returns:
 - the gauge value.
 
| int OpenGroup::arm40::Provisional::metric::IArmMetricGauge32::set | ( | int | value | ) | 
- Parameters:
 - 
  
value new gauge 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/IArmMetricGauge32.cs
 
      
          
          