public interface PubSubDiagnosticsType extends BaseObjectType
UaNode.Parameters| Modifier and Type | Field and Description |
|---|---|
static String |
COUNTERS |
static String |
DIAGNOSTICS_LEVEL |
static String |
LIVE_VALUES |
static String |
RESET |
static String |
SUB_ERROR |
static String |
TOTAL_ERROR |
static String |
TOTAL_INFORMATION |
| Modifier and Type | Method and Description |
|---|---|
BaseObjectType |
getCountersNode() |
DiagnosticsLevel |
getDiagnosticsLevel() |
BaseDataVariableType |
getDiagnosticsLevelNode() |
BaseObjectType |
getLiveValuesNode() |
UaMethod |
getResetNode() |
BaseDataVariableType |
getSubErrorNode() |
UnsignedInteger |
getTotalError() |
PubSubDiagnosticsCounterType |
getTotalErrorNode() |
UnsignedInteger |
getTotalInformation() |
PubSubDiagnosticsCounterType |
getTotalInformationNode() |
Boolean |
isSubError() |
void |
reset() |
void |
setDiagnosticsLevel(DiagnosticsLevel value) |
void |
setSubError(Boolean value) |
void |
setTotalError(UnsignedInteger value) |
void |
setTotalInformation(UnsignedInteger value) |
getQualifiedNamecallMethod, getEventNotifier, getIcon, setEventNotifier, setIcongetTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionIdaddComponent, addOrganizes, addProperty, addReference, addReference, addReference, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getAttributesMap, getBrowseName, getBrowsePaths, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersionNode, getOrganizedNode, getOrganizedNodes, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUaBrowsePaths, getUaNodeId, getUserData, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserData, setUserWriteMask, setWriteMask, supportsAttribute, writeAttributestatic final String LIVE_VALUES
static final String COUNTERS
static final String TOTAL_ERROR
static final String SUB_ERROR
static final String TOTAL_INFORMATION
static final String DIAGNOSTICS_LEVEL
static final String RESET
PubSubDiagnosticsCounterType getTotalErrorNode()
UnsignedInteger getTotalError()
void setTotalError(UnsignedInteger value) throws StatusException
StatusExceptionBaseDataVariableType getSubErrorNode()
Boolean isSubError()
void setSubError(Boolean value) throws StatusException
StatusExceptionPubSubDiagnosticsCounterType getTotalInformationNode()
UnsignedInteger getTotalInformation()
void setTotalInformation(UnsignedInteger value) throws StatusException
StatusExceptionBaseDataVariableType getDiagnosticsLevelNode()
DiagnosticsLevel getDiagnosticsLevel()
void setDiagnosticsLevel(DiagnosticsLevel value) throws StatusException
StatusExceptionBaseObjectType getLiveValuesNode()
BaseObjectType getCountersNode()
UaMethod getResetNode()
void reset()
throws StatusException,
ServiceException
StatusExceptionServiceExceptionCopyright © 2026. All rights reserved.