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