Interface OPCOperationLevelResult
- 
- All Superinterfaces:
 OPCServiceLevelResult
public interface OPCOperationLevelResult extends OPCServiceLevelResult
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QualityCodegetOperationLevelStatus()- 
Methods inherited from interface com.inductiveautomation.ignition.gateway.util.OPCServiceLevelResult
getServiceLevelStatus 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getOperationLevelStatus
QualityCode getOperationLevelStatus()
- Returns:
 - The Quality for one of the resulting objects from a service call, i.e. the Quality returned for reading one particular node.
 
 
 - 
 
 -