|
Gocator API
|
Represents a measurement result.

Public Member Functions | |
| GoDecision | GoMeasurementData_Decision (GoMeasurementData data) |
| Gets the measurement data decision. More... | |
| GoDecisionCode | GoMeasurementData_DecisionCode (GoMeasurementData data) |
| Gets the measurement decision code. More... | |
| k64f | GoMeasurementData_Value (GoMeasurementData data) |
| Gets the measurement data value. More... | |
Public Attributes | |
| GoDecision | decision |
| Measurement decision value. | |
| GoDecisionCode | decisionCode |
| Measurement decision code - relevant only when the value represents a failure. | |
| k64f | value |
| Measurement value. | |