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