| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<UaApplication.DiagnosticMask> |
UaClient.getOperationDiagnosticMask()
The currently requested operation diagnostics.
|
EnumSet<UaApplication.DiagnosticMask> |
UaClient.getServiceDiagnosticMask() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2026. All rights reserved.