Uses of Class
com.prosysopc.ua.UaApplication.DiagnosticMask

Packages that use UaApplication.DiagnosticMask
com.prosysopc.ua Common classes for client and server side. 
com.prosysopc.ua.client Main client side classes of the SDK. 
 

Uses of UaApplication.DiagnosticMask in com.prosysopc.ua
 

Methods in com.prosysopc.ua that return UaApplication.DiagnosticMask
static UaApplication.DiagnosticMask UaApplication.DiagnosticMask.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UaApplication.DiagnosticMask[] UaApplication.DiagnosticMask.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of UaApplication.DiagnosticMask in com.prosysopc.ua.client
 

Methods in com.prosysopc.ua.client that return types with arguments of type UaApplication.DiagnosticMask
 EnumSet<UaApplication.DiagnosticMask> UaClient.getOperationDiagnosticMask()
          The currently requested operation diagnostics.
 EnumSet<UaApplication.DiagnosticMask> UaClient.getServiceDiagnosticMask()
           
 

Method parameters in com.prosysopc.ua.client with type arguments of type UaApplication.DiagnosticMask
 void UaClient.setOperationDiagnosticMask(EnumSet<UaApplication.DiagnosticMask> operationDiagnosticMask)
          Define the operational level diagnostic info to return for the service calls.
 void UaClient.setServiceDiagnosticMask(EnumSet<UaApplication.DiagnosticMask> serviceDiagnosticMask)
          Define the service level diagnostic info to return for the service calls.
 



Copyright © 2018. All rights reserved.