| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.client.nodes |
Client side implementation classes for the
UaNode model. |
| com.prosysopc.ua.nodes |
Common
UaNode model. |
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| com.prosysopc.ua.server.io |
Classes related to dynamically handing Read/Write services.
|
| com.prosysopc.ua.server.nodes |
Server side implementation classes for the
UaNode model. |
| com.prosysopc.ua.stack.builtintypes |
OPC UA Part 6 defines 25 builtin types.
|
| com.prosysopc.ua.stack.utils |
Utility classes
|
| com.prosysopc.ua.types.gds | |
| com.prosysopc.ua.types.gds.client | |
| com.prosysopc.ua.types.gds.server | |
| com.prosysopc.ua.types.opcua | |
| com.prosysopc.ua.types.opcua.client | |
| com.prosysopc.ua.types.opcua.server |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodCallStatusException
Exception from a Method Call failure .
|
| Modifier and Type | Method and Description |
|---|---|
DataValue |
AggregateFunction.calculate(AggregateFunction.AggregateFunctionParameters parameters,
List<DataValue> values) |
AggregateCalculator.AggregateCalculatorContinuationPoint |
AggregateCalculator.calculateAggregates(DateTime startTime,
DateTime endTime,
double processingIntervalInMillis,
NodeId aggregateType,
AggregateConfiguration aggregateConfiguration,
boolean useSteppedInterpolation,
AggregateCalculator.HistoryDataProvider history,
AggregateCalculator.AggregateCalculatorContinuationPoint continuationPoint,
HistoryData aggregateData)
Function for calculating the aggregate specified by the aggregateType NodeId from the list of
DataValues provided in values.
|
static <T extends Number,S extends AbstractOptionSetDataType<?,T,?,?>> |
OptionSetUtils.convert(Variant value,
Class<T> builtInTypeClass,
Class<S> optionSetClass,
OptionSetUtils.Factory<T,S> factory)
Converts the given Variant to an equal ValueRank output (scalar or somedimensional array) of
the given OptionSet type.
|
S |
OptionSetUtils.Factory.create(T data)
Returns objects based on the input data or throws on failure.
|
protected NodeId |
ModelParserBase.doAddNode(AddNodesItem item)
Add a new node to the address space.
|
protected void |
ModelParserBase.doAddReference(AddReferencesItem item)
Add a new reference to the address space.
|
protected void |
SubscriptionBase.enabledChanged()
Handles a change in PublishingEnabled
|
MonitoredItemBase |
SubscriptionBase.getItem(UnsignedInteger itemId)
Get an item from the subscription.
|
protected abstract UaNode |
ModelParserBase.getNode(NodeId nodeId)
Get an existing node in the address space.
|
List<DataValue> |
AggregateCalculator.HistoryDataProvider.readRawAll(DateTime startTime,
DateTime endTime,
boolean returnStartBound,
boolean returnEndBound)
Get all the values from the history that are between startTime and endTime.
|
abstract MonitoredItemBase |
SubscriptionBase.removeItem(MonitoredItemBase item)
Remove an item from the subscription.
|
MonitoredItemBase |
SubscriptionBase.removeItem(UnsignedInteger itemId)
Remove an item from the subscription.
|
void |
SubscriptionBase.setPublishingEnabled(boolean publishingEnabled)
A Boolean parameter with the following values :
TRUE
publishing is enabled for the Subscription.
|
BrowsePathTarget[] |
UaAddressSpace.translateBrowsePathToNodeIds(NodeId startingNode,
RelativePath relativePath)
Request the NodeIds for the nodes that are references from the startingNode using the given
path.
|
| Modifier and Type | Method and Description |
|---|---|
MonitoredItemCreateResult |
Subscription.addItem(MonitoredItem item)
Adds a monitored item to the subscription.
|
NodeId |
AddressSpace.addNode(AddNodesItem node)
Add a new node to the server.
|
NodeId |
AddressSpace.addNode(NodeId parentNodeId,
NodeId referenceTypeId,
NodeId newNodeId,
QualifiedName browseName,
NodeClass nodeClass,
NodeAttributes nodeAttributes,
NodeId typeDefinition)
Add a new node to the server.
|
void |
AddressSpace.addReference(AddReferencesItem reference)
Add a new reference to the server.
|
Subscription |
UaClient.addSubscription(Subscription subscription)
Create a new subscription and add it to Subscriptions.
|
List<ReferenceDescription> |
AddressSpace.browse(ExpandedNodeId nodeId)
Browse a single node using the browse settings defined in the class.
|
List<ReferenceDescription> |
AddressSpace.browse(ExpandedNodeId nodeId,
BrowseDirection direction,
NodeId referenceType,
boolean includeSubTypes,
NodeClass... nodeClasses)
Browse references of the specified type from the specified node.
|
List<ReferenceDescription> |
AddressSpace.browse(NodeId nodeId)
Browse a single node using the browse settings defined in the class.
|
protected List<ReferenceDescription> |
AddressSpace.browse(NodeId nodeId,
BrowseDescription browseDescription)
Browses the given node.
|
List<ReferenceDescription> |
AddressSpace.browse(NodeId nodeId,
BrowseDirection direction,
NodeId referenceType)
Browse references of the specified type from the specified node.
|
List<ReferenceDescription> |
AddressSpace.browse(NodeId nodeId,
BrowseDirection direction,
NodeId referenceType,
boolean includeSubTypes,
EnumSet<BrowseResultMask> resultMaskSet,
NodeClass... nodeClasses)
Browse references of the specified type from the specified node.
|
List<ReferenceDescription> |
AddressSpace.browse(NodeId nodeId,
BrowseDirection direction,
NodeId referenceType,
boolean includeSubTypes,
NodeClass... nodeClasses)
Browse references of the specified type from the specified node.
|
List<ReferenceDescription> |
AddressSpace.browse(UaNodeId nodeId)
Browse a single node using the browse settings defined in the class.
|
List<ReferenceDescription> |
AddressSpace.browse(UaNodeId nodeId,
BrowseDirection direction,
UaNodeId referenceType,
boolean includeSubTypes,
NodeClass... nodeClasses)
Browse references of the specified type from the specified node.
|
List<ReferenceDescription> |
AddressSpace.browseMethods(ExpandedNodeId nodeId)
Browse references to object methods.This performs a browse to HasComponent references ending to
Method node classes.
|
List<ReferenceDescription> |
AddressSpace.browseMethods(NodeId nodeId)
Browse references to object methods.This performs a browse to HasComponent references ending to
Method node classes.
|
List<ReferenceDescription> |
AddressSpace.browseMethods(UaNodeId nodeId)
Browse references to object methods.This performs a browse to HasComponent references ending to
Method node classes.
|
List<ReferenceDescription> |
AddressSpace.browseUp(ExpandedNodeId nodeId)
Browse up in the address space hierarchy.
|
List<ReferenceDescription> |
AddressSpace.browseUp(UaNodeId nodeId)
Browse up in the address space hierarchy.
|
protected void |
Subscription.checkOperationResult(StatusCode statusCode) |
void |
AddressSpace.deleteNode(DeleteNodesItem node)
Delete a node from the server.
|
void |
AddressSpace.deleteReference(DeleteReferencesItem reference)
Delete a reference from the server.
|
protected void |
Subscription.enabledChanged() |
UaMethod |
AddressSpace.getMethod(ExpandedNodeId methodId)
Get an UA method definition from the server.
|
UaMethod |
AddressSpace.getMethod(NodeId methodId)
Get an UA method definition from the server.
|
UaMethod |
AddressSpace.getMethod(UaNodeId methodId)
Get an UA method definition from the server.
|
UaMethod |
AddressSpace.getMethodByName(NodeId nodeId,
QualifiedName methodName)
Get a method with methodName of a node.
|
List<UaMethod> |
AddressSpace.getMethods(NodeId nodeId)
Get all methods of an object node.
|
NamespaceTable |
UaLoopbackClient.getNamespaceTable(boolean forceRefresh) |
NamespaceTable |
UaClient.getNamespaceTable(boolean forceRefresh)
The server NamespaceTable.
|
protected NodeId |
GlobalServerList.getNodeId(BrowsePathResult[] results,
int i) |
ServerStatusDataType |
UaLoopbackClient.getServerStatus() |
ServerStatusDataType |
UaClient.getServerStatus()
The status of the server that we are connected.
|
ServerTable |
UaClient.getServerTable(boolean forceRefresh)
The server ServerTable.
|
HistoryUpdateResult |
UaClient.historyDeleteAtTimes(NodeId nodeId,
DateTime[] reqTimes)
Deletes history at specified times.
|
HistoryUpdateResult |
UaClient.historyDeleteEvents(NodeId nodeId,
List<ByteString> eventIds)
Deletes specified events from history.
|
HistoryUpdateResult |
UaClient.historyDeleteModified(NodeId nodeId,
DateTime startTime,
DateTime endTime)
Deletes modified history from a specified interval.
|
HistoryUpdateResult |
UaClient.historyDeleteRaw(NodeId nodeId,
DateTime startTime,
DateTime endTime)
Deletes raw history from a specified interval.
|
DataValue[] |
UaClient.historyReadAtTimes(NodeId nodeId,
DateTime[] reqTimes,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn)
Reads history at specified times.
|
DataValue[] |
UaClient.historyReadAtTimes(NodeId nodeId,
DateTime[] reqTimes,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
Boolean useSimpleBounds)
Reads history at specified times.
|
HistoryEventFieldList[] |
UaClient.historyReadEvents(NodeId nodeId,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
EventFilter filter,
TimestampsToReturn timestampsToReturn)
Reads events from history.
|
HistoryModifiedData |
UaClient.historyReadModified(NodeId nodeId,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn)
Reads Modified values from the history.
|
DataValue[] |
UaClient.historyReadProcessed(NodeId nodeId,
DateTime startTime,
DateTime endTime,
Double processingInterval,
NodeId aggregateType,
AggregateConfiguration aggregateConfiguration,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn)
Reads processed history data.
|
DataValue[] |
UaClient.historyReadRaw(NodeId nodeId,
DateTime startTime,
DateTime endTime,
long numValuesPerNode,
Boolean returnBounds,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn)
Reads raw history data.
|
DataValue[] |
UaClient.historyReadRaw(NodeId nodeId,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
Boolean returnBounds,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn)
Reads raw history data.
|
HistoryUpdateResult |
UaClient.historyUpdateData(NodeId nodeId,
PerformUpdateType performInsertReplace,
DataValue[] updateValues)
Updates history data.
|
HistoryUpdateResult |
UaClient.historyUpdateEvent(NodeId nodeId,
PerformUpdateType performInsertReplace,
EventFilter filter,
HistoryEventFieldList[] eventData)
Updates historical events in the server.
|
HistoryUpdateResult |
UaClient.historyUpdateStructureData(NodeId nodeId,
PerformUpdateType performInsertReplace,
DataValue[] updateValues)
Updates historical structure data.
|
DataValue |
UaClient.readAttribute(ExpandedNodeId nodeId,
UnsignedInteger attributeId)
Reads the value for the specified single node attribute.
|
DataValue |
UaClient.readAttribute(ExpandedNodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
Double maxCacheAge)
Reads the value for the specified single node attribute.
|
DataValue |
UaClient.readAttribute(NodeId nodeId,
UnsignedInteger attributeId)
Reads the value for the specified single node attribute.
|
DataValue |
UaClient.readAttribute(NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
Double maxCacheAge)
Reads the value for the specified single node attribute.
|
DataValue |
UaClient.readAttribute(UaNodeId nodeId,
UnsignedInteger attributeId)
Reads the value for the specified single node attribute.
|
DataValue |
UaClient.readAttribute(UaNodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
Double maxCacheAge)
Reads the value for the specified single node attribute.
|
DataValue[] |
UaClient.readAttributes(ExpandedNodeId nodeId,
UnsignedInteger... attributeIds)
Read all attributes of a Node.
|
DataValue[] |
UaClient.readAttributes(ExpandedNodeId nodeId,
UnsignedInteger[] attributeIds,
NumericRange[] indexRanges,
Double maxCacheAge)
Read all attributes of a Node.
|
DataValue[] |
UaClient.readAttributes(UaNodeId nodeId,
UnsignedInteger... attributeIds)
Read all attributes of a Node.
|
DataValue[] |
UaClient.readAttributes(UaNodeId nodeId,
UnsignedInteger[] attributeIds,
NumericRange[] indexRanges,
Double maxCacheAge)
Read all attributes of a Node.
|
DataValue |
UaClient.readValue(ExpandedNodeId nodeId)
Reads the value attribute of a node.
|
DataValue |
UaClient.readValue(ExpandedNodeId nodeId,
Double maxCacheAge)
Reads the value attribute of a node.
|
DataValue |
UaClient.readValue(ExpandedNodeId nodeId,
NumericRange indexRange)
Reads the value attribute of a node.
|
DataValue |
UaClient.readValue(ExpandedNodeId nodeId,
NumericRange indexRange,
Double maxCacheAge)
Reads the value attribute of a node.
|
DataValue |
UaClient.readValue(NodeId nodeId)
Reads the value attribute of a node.
|
DataValue |
UaClient.readValue(NodeId nodeId,
Double maxCacheAge)
Reads the value attribute of a node.
|
DataValue |
UaClient.readValue(NodeId nodeId,
NumericRange indexRange)
Reads the value attribute of a node.
|
DataValue |
UaClient.readValue(NodeId nodeId,
NumericRange indexRange,
Double maxCacheAge)
Reads the value attribute of a node.
|
DataValue |
UaClient.readValue(UaNodeId nodeId)
Reads the value attribute of a node.
|
DataValue |
UaClient.readValue(UaNodeId nodeId,
Double maxCacheAge)
Reads the value attribute of a node.
|
DataValue |
UaClient.readValue(UaNodeId nodeId,
NumericRange indexRange)
Reads the value attribute of a node.
|
DataValue |
UaClient.readValue(UaNodeId nodeId,
NumericRange indexRange,
Double maxCacheAge)
Reads the value attribute of a node.
|
DataValue[] |
UaClient.readValues(ExpandedNodeId[] nodeIds)
Reads the value attribute of several nodes at once.
|
DataValue[] |
UaClient.readValues(ExpandedNodeId[] nodeIds,
NumericRange[] indexRanges)
Reads the value attribute of several nodes at once.
|
DataValue[] |
UaClient.readValues(ExpandedNodeId[] nodeIds,
NumericRange[] indexRanges,
TimestampsToReturn timestamps)
Reads the value attribute of several nodes at once.
|
DataValue[] |
UaClient.readValues(ExpandedNodeId[] nodeIds,
NumericRange[] indexRanges,
TimestampsToReturn timestamps,
Double maxCacheAge)
Reads the value attribute of several nodes at once.
|
DataValue[] |
UaClient.readValues(ExpandedNodeId[] nodeIds,
TimestampsToReturn timestamps)
Reads the value attribute of several nodes at once.
|
DataValue[] |
UaClient.readValues(UaNodeId[] nodeIds)
Reads the value attribute of several nodes at once.
|
DataValue[] |
UaClient.readValues(UaNodeId[] nodeIds,
NumericRange[] indexRanges)
Reads the value attribute of several nodes at once.
|
DataValue[] |
UaClient.readValues(UaNodeId[] nodeIds,
NumericRange[] indexRanges,
TimestampsToReturn timestamps)
Reads the value attribute of several nodes at once.
|
DataValue[] |
UaClient.readValues(UaNodeId[] nodeIds,
NumericRange[] indexRanges,
TimestampsToReturn timestamps,
Double maxCacheAge)
Reads the value attribute of several nodes at once.
|
DataValue[] |
UaClient.readValues(UaNodeId[] nodeIds,
TimestampsToReturn timestamps)
Reads the value attribute of several nodes at once.
|
MonitoredItemBase |
Subscription.removeItem(MonitoredItemBase item)
Remove a monitored item from the subscription.
|
MonitoredItemBase |
Subscription.removeItem(UnsignedInteger clientHandle)
Remove a monitored item from the subscription.
|
void |
MonitoredDataItem.setAggregateFilter(AggregateFilter filter) |
void |
MonitoredDataItem.setDataChangeFilter(DataChangeFilter filter)
Define the filter for selecting which notification the server should send.
|
void |
Subscription.transferTo(UaClient newClient)
Move the subscription to another client connection.
|
void |
Subscription.transferTo(UaClient newClient,
boolean sendInitialValues)
Move the subscription to another client connection.
|
void |
Subscription.transferTo(UaClient newClient,
UnsignedInteger subscriptionId)
Move the subscription to another client connection, using the provided SubscriptionId.
|
protected void |
Subscription.transferTo(UaClient newClient,
UnsignedInteger subscriptionId,
boolean sendInitialValues)
Internal.
|
BrowsePathTarget[] |
AddressSpace.translateBrowsePathToNodeId(NodeId startingNode,
RelativePathElement... elements)
Translate a single browse path to a NodeId.
|
BrowsePathTarget[] |
AddressSpace.translateBrowsePathToNodeIds(NodeId startingNode,
RelativePath relativePath) |
boolean |
UaClient.writeAttribute(ExpandedNodeId nodeId,
UnsignedInteger attributeId,
Object value)
Write a single attribute value.
|
boolean |
UaClient.writeAttribute(ExpandedNodeId nodeId,
UnsignedInteger attributeId,
Object value,
boolean autoConvert)
Write a single attribute value.
|
boolean |
UaClient.writeAttribute(ExpandedNodeId nodeId,
UnsignedInteger attributeId,
Object value,
NumericRange indexRange)
Write a single attribute value.
|
boolean |
UaClient.writeAttribute(NodeId nodeId,
UnsignedInteger attributeId,
Object value)
Write a single attribute value.
|
boolean |
UaClient.writeAttribute(NodeId nodeId,
UnsignedInteger attributeId,
Object value,
boolean autoConvert)
Write a single attribute value.
|
boolean |
UaClient.writeAttribute(NodeId nodeId,
UnsignedInteger attributeId,
Object value,
NumericRange indexRange)
Write a single attribute value.
|
boolean |
UaClient.writeAttribute(UaNodeId nodeId,
UnsignedInteger attributeId,
Object value)
Write a single attribute value.
|
boolean |
UaClient.writeAttribute(UaNodeId nodeId,
UnsignedInteger attributeId,
Object value,
boolean autoConvert)
Write a single attribute value.
|
boolean |
UaClient.writeAttribute(UaNodeId nodeId,
UnsignedInteger attributeId,
Object value,
NumericRange indexRange)
Write a single attribute value.
|
boolean |
UaClient.writeValue(ExpandedNodeId nodeId,
Object value)
Write the value attribute of a node.
|
boolean |
UaClient.writeValue(ExpandedNodeId nodeId,
Object value,
boolean autoConvert)
Write the value attribute of a node.
|
boolean |
UaClient.writeValue(ExpandedNodeId nodeId,
Object value,
NumericRange indexRange)
Write the value attribute of a node.
|
boolean |
UaClient.writeValue(NodeId nodeId,
Object value)
Write the value attribute of a node.
|
boolean |
UaClient.writeValue(NodeId nodeId,
Object value,
boolean autoConvert)
Write the value attribute of a node.
|
boolean |
UaClient.writeValue(NodeId nodeId,
Object value,
NumericRange indexRange)
Write the value attribute of a node.
|
boolean |
UaClient.writeValue(UaNodeId nodeId,
Object value)
Write the value attribute of a node.
|
boolean |
UaClient.writeValue(UaNodeId nodeId,
Object value,
boolean autoConvert)
Write the value attribute of a node.
|
boolean |
UaClient.writeValue(UaNodeId nodeId,
Object value,
NumericRange indexRange)
Write the value attribute of a node.
|
| Modifier and Type | Method and Description |
|---|---|
DataValue |
UaNodeImpl.getPropertyValue(QualifiedName propertyName)
Get the value of a property.
|
protected void |
UaViewImpl.readAttributeValue(UnsignedInteger attributeId,
DataValue dataValue) |
protected void |
UaVariableTypeImpl.readAttributeValue(UnsignedInteger attributeId,
DataValue dataValue) |
protected void |
UaVariableImpl.readAttributeValue(UnsignedInteger attributeId,
DataValue dataValue) |
protected void |
UaTypeImpl.readAttributeValue(UnsignedInteger attributeId,
DataValue dataValue) |
protected void |
UaReferenceTypeImpl.readAttributeValue(UnsignedInteger attributeId,
DataValue dataValue) |
protected void |
UaObjectImpl.readAttributeValue(UnsignedInteger attributeId,
DataValue dataValue) |
protected void |
UaNodeImpl.readAttributeValue(UnsignedInteger attributeId,
DataValue dataValue)
Read the value of an attribute.
|
protected void |
UaMethodImpl.readAttributeValue(UnsignedInteger attributeId,
DataValue dataValue) |
protected void |
UaDataTypeImpl.readAttributeValue(UnsignedInteger attributeId,
DataValue dataValue) |
DataValue |
UaVariableImpl.readValue()
Reads the current value of the variable from the server.
|
void |
UaVariableTypeImpl.setAttribute(UnsignedInteger attributeId,
DataValue dataValue) |
void |
UaVariableImpl.setAttribute(UnsignedInteger attributeId,
DataValue dataValue) |
void |
UaNodeImpl.setAttribute(UnsignedInteger attributeId,
DataValue dataValue)
Unconditionally, set the value of the specified attribute.
|
void |
UaObjectTypeImpl.setIcon(UaProperty icon) |
void |
UaObjectImpl.setIcon(UaProperty icon) |
protected void |
UaNodeImpl.setNodeVersion(String nodeVersion)
Set the value of the NodeVersion property.
|
void |
UaNodeImpl.setPropertyValue(QualifiedName propertyName,
Object value)
Set the value of a property.
|
void |
UaVariableImpl.setValue(DataValue value) |
void |
UaVariableTypeImpl.setValue(Object value)
Set value.
|
void |
UaVariableImpl.setValue(Object value)
Set value.
|
protected void |
UaViewImpl.setViewVersion(Integer viewVersion)
Set the value of the ViewVersion property.
|
boolean |
UaNodeImpl.writeAttribute(UnsignedInteger attributeId,
DataValue dataValue)
Write the attribute value in a node.
|
protected void |
UaViewImpl.writeAttributeValue(UnsignedInteger attributeId,
Object value,
StatusCode statusCode,
DateTime sourceTime,
UnsignedShort sourcePicoseconds) |
protected void |
UaVariableTypeImpl.writeAttributeValue(UnsignedInteger attributeId,
Object value,
StatusCode statusCode,
DateTime sourceTime,
UnsignedShort sourcePicoseconds) |
protected void |
UaVariableImpl.writeAttributeValue(UnsignedInteger attributeId,
Object value,
StatusCode statusCode,
DateTime sourceTime,
UnsignedShort sourcePicoseconds) |
protected void |
UaTypeImpl.writeAttributeValue(UnsignedInteger attributeId,
Object value,
StatusCode statusCode,
DateTime sourceTime,
UnsignedShort sourcePicoseconds) |
protected void |
UaReferenceTypeImpl.writeAttributeValue(UnsignedInteger attributeId,
Object value,
StatusCode statusCode,
DateTime sourceTime,
UnsignedShort sourcePicoseconds) |
protected void |
UaObjectImpl.writeAttributeValue(UnsignedInteger attributeId,
Object value,
StatusCode statusCode,
DateTime sourceTime,
UnsignedShort sourcePicoseconds) |
protected void |
UaNodeImpl.writeAttributeValue(UnsignedInteger attributeId,
Object value,
StatusCode statusCode,
DateTime sourceTime,
UnsignedShort sourcePicoseconds) |
protected void |
UaMethodImpl.writeAttributeValue(UnsignedInteger attributeId,
Object value,
StatusCode statusCode,
DateTime sourceTime,
UnsignedShort sourcePicoseconds) |
protected void |
UaDataTypeImpl.writeAttributeValue(UnsignedInteger attributeId,
Object value,
StatusCode statusCode,
DateTime sourceTime,
UnsignedShort sourcePicoseconds) |
boolean |
UaVariableImpl.writeValue(Object value)
Writes the value to the variable in the server.
|
boolean |
UaVariableImpl.writeValue(Object value,
boolean autoConvert)
Writes the value to the variable in the server.
|
| Modifier and Type | Method and Description |
|---|---|
Object[] |
UaObject.callMethod(NodeId methodId,
Object... inputArgs)
Call a method on the object.
|
void |
UaNode.setAttribute(UnsignedInteger attributeId,
DataValue dataValue)
Unconditionally, set the value of the specified attribute.
|
void |
UaObjectType.setIcon(UaProperty icon)
Set the value of the Icon property.
|
void |
UaObject.setIcon(UaProperty icon)
Set the value of the Icon property.
|
void |
UaValueNode.setValue(DataValue value)
The default Value for instances of this type.
|
void |
UaValueNode.setValue(Object value)
Set value.
|
boolean |
UaNode.writeAttribute(UnsignedInteger attributeId,
DataValue dataValue)
Write the attribute value in a node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubException
Super Exception type for PubSub-related operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
EventManagerUaNode.acknowledge(ServiceContext serviceContext,
AcknowledgeableConditionTypeNode condition,
ByteString eventId,
LocalizedText comment) |
protected ByteString |
Session.addBrowseContinuationPoint(BrowseContinuationPoint c) |
protected boolean |
EventManagerUaNode.addComment(ServiceContext serviceContext,
ConditionTypeNode condition,
ByteString eventId,
LocalizedText comment) |
void |
NodeManagerUaNode.addComponent(UaNode parent,
UaInstance component)
Add a node as a component of another node into the address space.
|
MonitoredEventItem |
Subscription.addEventItem(ServiceContext serviceContext,
NodeId nodeId,
EventFilter eventFilter,
EventFilterResult filterResult)
Add a new item to event monitoring.
|
protected ByteString |
Session.addHistoryContinuationPoint(HistoryContinuationPoint historyContinuationPoint) |
protected NodeId |
NodeManagerTable.addNode(ServiceContext serviceContext,
AddNodesItem nodeToAdd) |
protected NodeId |
NodeManagementServiceHandler.addNode(ServiceContext serviceContext,
AddNodesItem nodeToAdd) |
protected NodeId |
UaServer.NodeManagerUaServer.addNode(ServiceContext serviceContext,
NodeId nodeId,
NodeId parentNodeId,
QualifiedName browseName,
NodeClass nodeClass,
ExpandedNodeId typeDefinitionId,
NodeAttributes attributes,
NodeId referenceTypeId) |
protected NodeId |
NodeManagerUaNode.addNode(ServiceContext serviceContext,
NodeId nodeId,
NodeId parentNodeId,
QualifiedName browseName,
NodeClass nodeClass,
ExpandedNodeId typeDefinitionId,
NodeAttributes attributes,
NodeId referenceTypeId) |
protected NodeId |
NodeManagerTable.addNode(ServiceContext serviceContext,
NodeId nodeId,
NodeId parentNodeId,
QualifiedName browseName,
NodeClass nodeClass,
ExpandedNodeId typeDefinitionId,
NodeAttributes attributes,
NodeId referenceTypeId) |
protected NodeId |
NodeManagerRoot.addNode(ServiceContext serviceContext,
NodeId nodeId,
NodeId parentNodeId,
QualifiedName browseName,
NodeClass nodeClass,
ExpandedNodeId typeDefinitionId,
NodeAttributes attributes,
NodeId referenceTypeId) |
protected NodeId |
NodeManager.addNode(ServiceContext serviceContext,
NodeId nodeId,
NodeId parentNodeId,
QualifiedName browseName,
NodeClass nodeClass,
ExpandedNodeId typeDefinitionId,
NodeAttributes attributes,
NodeId referenceTypeId)
Handle adding a new node.
|
UaNode |
NodeManagerUaNode.addNode(UaNode newNode)
Adds a new node - unless it already exists in the node manager.
|
UaNode |
NodeManager.addNode(UaNode node)
Adds a new node - unless it already exists in the node manager.
|
UaNode |
NodeManagerUaNode.addNodeAndReference(UaNode parent,
UaNode newNode,
NodeId referenceTypeId) |
void |
NodeManagerUaNode.addReference(NodeId sourceId,
ExpandedNodeId targetId,
NodeId referenceTypeId,
boolean isInverse)
Adds a Reference.
|
void |
NodeManagerUaNode.addReference(NodeId sourceId,
NodeId targetId,
NodeId referenceTypeId,
boolean isInverse)
Adds a reference to the Node Manager, if both the source and target are found.
|
protected void |
NodeManagerTable.addReference(ServiceContext serviceContext,
AddReferencesItem addReferencesItem) |
protected void |
NodeManagementServiceHandler.addReference(ServiceContext serviceContext,
AddReferencesItem addReferencesItem) |
protected void |
UaServer.NodeManagerUaServer.addReference(ServiceContext serviceContext,
NodeId sourceNodeId,
ExpandedNodeId targetNodeId,
NodeId referenceTypeId,
boolean isForward,
NodeClass targetNodeClass,
String targetServerUri) |
protected void |
NodeManagerUaNode.addReference(ServiceContext serviceContext,
NodeId sourceNodeId,
ExpandedNodeId targetNodeId,
NodeId referenceTypeId,
boolean isForward,
NodeClass targetNodeClass,
String targetServerUri) |
protected void |
NodeManagerRoot.addReference(ServiceContext serviceContext,
NodeId sourceNodeId,
ExpandedNodeId targetNodeId,
NodeId referenceTypeId,
boolean isForward,
NodeClass targetNodeClass,
String targetServerUri) |
protected void |
NodeManager.addReference(ServiceContext serviceContext,
NodeId sourceNodeId,
ExpandedNodeId targetNodeId,
NodeId referenceTypeId,
boolean isForward,
NodeClass targetNodeClass,
String targetServerUri)
Handle adding a reference.
|
void |
UaServer.addToServerArray(String uri)
Add a server description to the serverArray.
|
protected void |
SubscriptionManager.addTriggeringLink(Subscription s,
MonitoredItemBase triggeringItem,
UnsignedInteger linkToAdd) |
<T extends UaType> |
NodeManagerUaNode.addType(ExpandedNodeId newTypeDefinitionId,
String name,
T baseType) |
<T extends UaType> |
NodeManagerUaNode.addType(NodeId nodeId,
String name,
T baseType)
Add a new Object type Node to the Node Manager.
|
protected void |
NodeManagerTable.afterCreateMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredDataItem item) |
protected void |
NodeManagerTable.afterCreateMonitoredEventItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredEventItem item) |
protected void |
NodeManagerTable.afterDeleteMonitoredItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredItem item) |
protected void |
NodeManagerTable.afterModifyMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredDataItem item) |
protected void |
NodeManagerTable.afterModifyMonitoredEventItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredEventItem item) |
static void |
IoManager.applyIndexRangeToReadValue(DataValue dataValue,
NumericRange indexRange)
"Cuts" the specified indexRange out of the provided dataValue.
|
static DataValue |
IoManager.applyIndexRangeToWriteValue(DataValue currentValue,
DataValue newValue,
NumericRange indexRange)
Writes the newValue to currentValue in the location specified by the indexRange.
|
protected void |
FilterOperatorDefinition.applyNodeManager(NodeManagerRoot nodeManager) |
protected BrowseContinuationPoint |
NodeManagementServiceHandler.browseNode(ServiceContext serviceContext,
List<ReferenceDescription> referenceDescriptions,
NodeId nodeId,
int maxReferences,
BrowseDirection browseDirection,
NodeId referenceTypeId,
Boolean includeSubTypes,
EnumSet<NodeClass> nodeClassSet,
EnumSet<BrowseResultMask> resultSet,
ViewDescription view,
int startIndex)
Get an array of Reference Descriptions for the node.
|
protected BrowseContinuationPoint |
NodeManagerTable.browseNode(ServiceContext serviceContext,
List<ReferenceDescription> referenceDescriptions,
NodeId nodeId,
int maxReferences,
BrowseDirection browseDirection,
NodeId referenceTypeId,
Boolean includeSubTypes,
QualifiedName browseName,
EnumSet<NodeClass> nodeClassSet,
EnumSet<BrowseResultMask> resultSet,
ViewDescription view,
int startIndex) |
protected BrowseContinuationPoint |
NodeManager.browseNode(ServiceContext serviceContext,
List<ReferenceDescription> referenceDescriptions,
NodeId nodeId,
int maxReferences,
BrowseDirection browseDirection,
NodeId referenceTypeId,
Boolean includeSubTypes,
QualifiedName browseName,
EnumSet<NodeClass> nodeClassSet,
EnumSet<BrowseResultMask> resultSet,
ViewDescription viewDescription,
int startIndex)
Browse a single node and filter according to the parameters.
|
protected Variant[] |
NodeManagerTable.callMethod(ServiceContext serviceContext,
NodeId objectId,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
protected Variant[] |
NodeManager.callMethod(ServiceContext serviceContext,
NodeId objectId,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
protected Variant[] |
NodeManagementServiceHandler.callMethod(ServiceContext serviceContext,
NodeId objectId,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
MethodManagerUaNode.callMethod(ServiceContext serviceContext,
NodeId objectId,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
MethodManager.callMethod(ServiceContext serviceContext,
NodeId objectId,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos)
Handle a method call.
|
protected void |
IoManager.checkAccessLevel(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaVariable variable,
AccessLevelType.Options accessLevel)
Validate that the node enables access for a certain accessLevel.
|
protected void |
IoManager.checkDataType(NodeId nodeId,
UaValueNode valueNode,
DataValue dataValue)
Checks the Variant within the DataValue can be applied to the given node.
|
protected void |
IoManager.checkExecutable(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaMethod method)
Validate that the (method) node is Executable for the user.
|
protected static void |
IoManager.checkIndexRange(Object value,
NumericRange indexRange,
int dimension) |
static void |
MethodManager.checkInputArguments(Class<?>[] expectedTypes,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos,
boolean acceptNulls)
Validates the input arguments that they are of expected type.
|
static void |
MethodManager.checkInputArguments(Class<?>[] expectedTypes,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos,
boolean[] acceptNulls)
Validates the input arguments that they are of expected type.
|
protected void |
MethodManagerUaNode.checkInputArguments(Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos,
UaMethod method) |
protected void |
ServiceManagerBase.checkIsMethod(UaNode node) |
protected void |
ServiceManagerBase.checkIsValueNode(UaNode node)
Check if the node is a Variable or VariableType, which both implement UaValueNode.
|
protected void |
ServiceManagerBase.checkIsVariable(UaNode node)
Check if the node is a Variable.
|
protected void |
ServiceManagerBase.checkIsVariableOrVariableType(UaNode node)
Deprecated.
|
protected void |
MethodManagerUaNode.checkOutputArguments(Variant[] outputArguments,
UaMethod method) |
protected void |
IoManager.checkSupportsAttribute(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId)
Checks the given node supports the given Attribute.
|
protected void |
IoManager.checkWriteMask(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId)
Checks the given node has the specified Attribute as writeable.
|
protected boolean |
EventManagerUaNode.confirm(ServiceContext serviceContext,
AcknowledgeableConditionTypeNode condition,
ByteString eventId,
LocalizedText comment) |
protected MonitoredDataItem |
SubscriptionManager.createMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredItemCreateRequest itemToCreate,
TimestampsToReturn timestampsToReturn,
MonitoringFilter filter) |
protected void |
NodeManagerUaNode.createMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
MonitoringParameters params,
MonitoringFilter filter,
AggregateFilterResult filterResult,
MonitoringMode monitoringMode) |
protected void |
NodeManagerTable.createMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
MonitoringParameters params,
MonitoringFilter filter,
AggregateFilterResult filterResult,
MonitoringMode monitoringMode) |
protected void |
NodeManager.createMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
MonitoringParameters params,
MonitoringFilter filter,
AggregateFilterResult filterResult,
MonitoringMode monitoringMode)
Check that the monitored item request is valid.
|
protected MonitoredItem |
SubscriptionManager.createMonitoredEventItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredItemCreateRequest itemToCreate,
EventFilter eventFilter) |
protected void |
NodeManagerTable.createMonitoredEventItem(ServiceContext serviceContext,
Subscription subscription,
NodeId nodeId,
EventFilter eventFilter,
EventFilterResult filterResult) |
protected void |
NodeManager.createMonitoredEventItem(ServiceContext serviceContext,
Subscription subscription,
NodeId nodeId,
EventFilter eventFilter,
EventFilterResult eventFilterResult) |
protected void |
EventManager.createMonitoredEventItem(ServiceContext serviceContext,
Subscription subscription,
NodeId nodeId,
EventFilter filter,
EventFilterResult eventFilterResult) |
protected MonitoredEventItem |
Subscription.createMonitoredEventItem(ServiceContext serviceContext,
Subscription subscription,
UnsignedInteger monitoredItemId,
NodeId nodeId,
EventFilter eventFilter,
EventFilterResult filterResult)
This can be overridden to use a subtyped
MonitoredEventItem in a subtyped
Subscription. |
protected MonitoredItem |
SubscriptionManager.createMonitoredItem(ServiceContext serviceContext,
Subscription subscription,
TimestampsToReturn timestampsToReturn,
MonitoredItemCreateRequest itemToCreate) |
protected NodeManager |
UaServer.createNewNodeManager(ServiceContext serviceContext,
String namespaceUri)
Creates a new node manager as a response to an AddNodes request with a NodeId that is not
managed by any node managers, yet.
|
protected void |
NodeManagerTable.createNewNodeManager(ServiceContext serviceContext,
String namespaceUri) |
protected void |
HistoryManager.deleteAtTimes(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
DateTime[] reqTimes,
StatusCode[] operationResults,
DiagnosticInfo[] operationDiagnostics)
Handle a single historyUpdate operation, which is using DeleteAtTimesDetails.
|
protected void |
HistoryManager.deleteEvents(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
ByteString[] eventIds,
StatusCode[] operationResults,
DiagnosticInfo[] operationDiagnostics)
Handle a single historyUpdate operation, which is using DeleteEventDetails.
|
protected void |
HistoryManager.deleteModified(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
DateTime startTime,
DateTime endTime)
Handle a single historyUpdate operation, which is using DeleteRawModifiedDetails and has the
isModified set to true.
|
protected void |
NodeManagerTable.deleteMonitoredItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredItem monitoredItem) |
protected void |
NodeManager.deleteMonitoredItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredItem item) |
protected MonitoredItemBase |
SubscriptionManager.deleteMonitoredItem(ServiceContext serviceContext,
Subscription subscription,
UnsignedInteger itemId) |
UaNode |
NodeManagerUaNode.deleteNode(NodeId nodeId,
boolean deleteTargetReferences,
boolean deleteChildren)
Delete a node from the node manager.
|
protected void |
NodeManagementServiceHandler.deleteNode(ServiceContext serviceContext,
DeleteNodesItem deleteNodesItem) |
protected void |
NodeManagerTable.deleteNode(ServiceContext serviceContext,
ExpandedNodeId expandedNodeId,
boolean deleteTargetReferences) |
protected void |
UaServer.NodeManagerUaServer.deleteNode(ServiceContext serviceContext,
NodeId nodeId,
Boolean deleteTargetReferences) |
protected void |
NodeManagerUaNode.deleteNode(ServiceContext serviceContext,
NodeId nodeId,
Boolean deleteTargetReferences) |
protected void |
NodeManagerTable.deleteNode(ServiceContext serviceContext,
NodeId nodeId,
Boolean deleteTargetReferences) |
protected void |
NodeManagerRoot.deleteNode(ServiceContext serviceContext,
NodeId nodeId,
Boolean deleteTargetReferences) |
protected void |
NodeManager.deleteNode(ServiceContext serviceContext,
NodeId nodeId,
Boolean deleteTargetReferences) |
UaNode |
NodeManagerUaNode.deleteNode(UaNode node,
boolean deleteTargetReferences,
boolean deleteChildren)
Delete a node from the node manager.
|
protected UaNode |
NodeManagerUaNode.deleteNode(UaNode node,
boolean deleteTargetReferences,
boolean deleteChildren,
boolean doNotDeleteIfInverseHierarchicalRefs) |
protected void |
HistoryManager.deleteRaw(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
DateTime startTime,
DateTime endTime)
Handle a single historyUpdate operation, which is using DeleteRawModifiedDetails and has the
isModified set to false.
|
void |
NodeManagerUaNode.deleteReference(NodeId sourceNodeId,
ExpandedNodeId targetNodeId,
NodeId referenceTypeId)
Delete a reference between the source and target node.
|
protected void |
NodeManagementServiceHandler.deleteReference(ServiceContext serviceContext,
DeleteReferencesItem deleteReferencesItem) |
protected void |
UaServer.NodeManagerUaServer.deleteReference(ServiceContext serviceContext,
NodeId sourceNodeId,
ExpandedNodeId targetNodeId,
NodeId referenceTypeId,
Boolean isForward,
Boolean deleteBidirectional) |
protected void |
NodeManagerUaNode.deleteReference(ServiceContext serviceContext,
NodeId sourceNodeId,
ExpandedNodeId targetNodeId,
NodeId referenceTypeId,
Boolean isForward,
Boolean deleteBidirectional) |
protected void |
NodeManagerTable.deleteReference(ServiceContext serviceContext,
NodeId sourceNodeId,
ExpandedNodeId targetNodeId,
NodeId referenceTypeId,
Boolean isForward,
Boolean deleteBidirectional) |
protected void |
NodeManagerRoot.deleteReference(ServiceContext serviceContext,
NodeId sourceNodeId,
ExpandedNodeId targetNodeId,
NodeId referenceTypeId,
Boolean isForward,
Boolean deleteBidirectional) |
protected void |
NodeManager.deleteReference(ServiceContext serviceContext,
NodeId sourceNodeId,
ExpandedNodeId targetNodeId,
NodeId referenceTypeId,
Boolean isForward,
Boolean deleteBidirectional) |
void |
NodeManagerUaNode.deleteReference(UaNode sourceNode,
ExpandedNodeId targetNodeId,
NodeId referenceTypeId)
Delete a reference between the source and target node.
|
void |
NodeManagerUaNode.deleteReference(UaNode sourceNode,
UaNode targetNode,
NodeId referenceTypeId)
Delete a reference between the source and target node.
|
protected boolean |
EventManagerUaNode.disable(ServiceContext serviceContext,
ConditionTypeNode condition) |
protected NodeId |
ModelParser.doAddNode(AddNodesItem item) |
protected void |
ModelParser.doAddReference(AddReferencesItem item) |
protected boolean |
EventManagerUaNode.enable(ServiceContext serviceContext,
ConditionTypeNode condition) |
protected void |
NodeManager.fireAddNode(ServiceContext serviceContext,
NodeId parentNodeId,
UaNode parent,
NodeId nodeId,
NodeClass nodeClass,
QualifiedName browseName,
NodeAttributes attributes,
UaReferenceType referenceType,
ExpandedNodeId typeDefinitionId,
UaNode typeDefinition) |
protected void |
NodeManager.fireAddReference(ServiceContext serviceContext,
NodeId sourceNodeId,
UaNode sourceNode,
ExpandedNodeId targetNodeId,
UaNode targetNode,
NodeId referenceTypeId,
UaReferenceType referenceType,
boolean isForward) |
protected void |
NodeManager.fireAfterAddNode(ServiceContext serviceContext,
NodeId parentNodeId,
UaNode parent,
NodeId nodeId,
UaNode node,
NodeClass nodeClass,
QualifiedName browseName,
NodeAttributes attributes,
UaReferenceType referenceType,
ExpandedNodeId typeDefinitionId,
UaNode typeDefinition) |
protected void |
NodeManager.fireAfterAddReference(ServiceContext serviceContext,
NodeId sourceNodeId,
UaNode sourceNode,
ExpandedNodeId targetNodeId,
UaNode targetNode,
NodeId referenceTypeId,
UaReferenceType referenceType,
boolean isForward) |
protected boolean |
MethodManagerUaNode.fireCall(ServiceContext serviceContext,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos,
NodeId objectId,
UaNode node,
NodeId methodId,
UaMethod method,
Variant[] output) |
protected void |
EventManager.fireConditionRefresh(ServiceContext serviceContext,
Subscription subscription) |
protected void |
EventManager.fireConditionRefresh2(ServiceContext serviceContext,
MonitoredEventItem item) |
protected void |
NodeManager.fireCreateMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
NumericRange indexRange,
MonitoringParameters params,
MonitoringFilter filter,
AggregateFilterResult filterResult,
MonitoringMode monitoringMode) |
protected void |
NodeManager.fireDeleteNode(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
boolean deleteTargetReferences) |
protected void |
NodeManager.fireDeleteReference(ServiceContext serviceContext,
NodeId sourceNodeId,
UaNode sourceNode,
ExpandedNodeId targetNodeId,
UaNode targetNode,
NodeId referenceTypeId,
UaReferenceType referenceType,
boolean isForward,
boolean deleteBidirectional) |
protected void |
NodeManager.fireModifyMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredDataItem item,
UaNode node,
MonitoringParameters requestedParameters,
MonitoringFilter filter,
AggregateFilterResult filterResult) |
protected AccessLevelType |
IoManager.getAccessLevel(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaVariable variable)
Returns the AccessLevel Attribute value of the given node.
|
protected BrowseContinuationPoint |
Session.getBrowseContinuationPoint(ByteString continuationPoint)
Find the BrowseContinuationPoint object indexed with the byte array.
|
Collection<ConditionTypeNode> |
EventManagerUaNode.getConditions(NodeId nodeId)
Get a list of all Condition nodes in the server address space that are listenable from the
specified node.
|
UaDataType |
NodeManagerUaNode.getDataType(NodeId dataTypeId)
Get a matching
UaDataType node for the id. |
UaDataType |
NodeManagerTable.getDataType(NodeId dataTypeId)
Convenience method for
NodeManagerTable.getNode(NodeId) and casting the result to UaDataType. |
protected boolean |
IoManager.getExecutable(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaMethod node)
Returns the Executable Attribute value of the given node.
|
UaNode |
NodeManagerTable.getExternalNode(NodeId nodeId) |
protected HistoryContinuationPoint |
Session.getHistoryContinuationPoint(ByteString continuationPoint)
Find the HistoryContinuationPoint object indexed with the byte array.
|
HistoryManager |
NodeManagerTable.getHistoryManager(NodeId nodeId) |
IoManager |
NodeManagerTable.getIoManager(NodeId nodeId) |
protected boolean |
NodeManager.getIsOfType(NodeId typeDefinitionId,
UaType typeDefinition,
NodeId expectedTypeId,
UaType expectedType) |
MethodManager |
NodeManager.getMethodManager() |
UaNode |
ServiceManagerBase.getNode(ExpandedNodeId nodeId)
Convenience method for
ServiceManagerBase.getNode(NodeId) that takes ExpandedNodeId instead of NodeId |
UaNode |
NodeManagerTable.getNode(ExpandedNodeId nodeId) |
UaNode |
NodeManager.getNode(ExpandedNodeId nodeId)
Gets the node, corresponding to a nodeId, if it exists in the local server.
|
<T extends UaNode> |
ServiceManagerBase.getNode(ExpandedNodeId nodeId,
Class<T> clazz)
Convenience method for
ServiceManagerBase.getNode(ExpandedNodeId) that casts the result |
<T extends UaNode> |
NodeManagerTable.getNode(ExpandedNodeId nodeId,
Class<T> clazz) |
protected UaNode |
NodeManagerUaNode.getNode(ExpandedNodeId nodeId,
UnsignedInteger errorCode)
Get the node or return a specific error.
|
UaNode |
ServiceManagerBase.getNode(NodeId nodeId)
Convenience method for getNodeManagerTable().getNode
|
UaNode |
ServiceHandler.getNode(NodeId nodeId)
Find the Node for nodeId.
|
UaNode |
NodeManagerTable.getNode(NodeId nodeId)
Find a node from the NodeManagers managed by the NodeManagerTable.
|
UaNode |
NodeManager.getNode(NodeId nodeId) |
protected UaNode |
ModelParser.getNode(NodeId nodeId) |
UaExternalNode |
ExternalNodeManager.getNode(NodeId nodeId) |
<T extends UaNode> |
ServiceManagerBase.getNode(NodeId nodeId,
Class<T> clazz)
Convenience method for
ServiceManagerBase.getNode(NodeId) that casts the result |
<T extends UaNode> |
NodeManagerTable.getNode(NodeId nodeId,
Class<T> clazz)
Convinience method for
NodeManagerTable.getNode(NodeId) that casts the result to given class |
protected UaNode |
NodeManagerUaNode.getNode(NodeId nodeId,
UnsignedInteger errorCode)
Get the node or return a specific error.
|
UaNode |
NodeManagerTable.getNode(UaNodeId nodeId) |
<T extends UaNode> |
NodeManagerTable.getNode(UaNodeId nodeId,
Class<T> clazz) |
NodeManager |
NodeManagerTable.getNodeManager(ExpandedNodeId expandedNodeId)
Get a NodeManager that handles the specified node.
|
NodeManager |
NodeManagerTable.getNodeManager(int namespaceIndex)
Get a certain NodeManager from the table.
|
NodeManager |
NodeManagerTable.getNodeManager(NodeId nodeId)
Get a NodeManager that handles the specified node.
|
NodeManager |
NodeManagerTable.getNodeManager(String namespaceUri)
Find the node manager for the defined namespaceUri
The method equals to
getNodeManager(getNamespaceTable().getIndex(namespaceUri))
|
UaNode |
NodeManagerTable.getNodeOrExternal(NodeId nodeId)
Mostly for internal use.
|
UaNode |
NodeManagerTable.getNodeOrExternalIfExist(NodeId nodeId)
Mostly for internal use.
|
PubSubConfigurator |
UaServer.getPubSubConfigurator()
This method is designed for SDK internal use only, but it is called from other packages thus
being public.
|
protected UaReferenceType |
NodeManager.getReferenceType(NodeId referenceTypeId) |
UaType |
NodeManagerUaNode.getType(NodeId typeId)
Find the type node with a specific Id
|
UaType |
NodeManagerTable.getType(NodeId typeId)
Find the type node with a specific Id.
|
NodeId |
NodeManagerUaNode.getVariableDataType(NodeId nodeId,
UaValueNode variable) |
abstract NodeId |
NodeManager.getVariableDataType(NodeId nodeId,
UaValueNode valueNode)
Get the data type of a variable node, managed by this node manager.
|
protected NodeId |
IoManager.getVariableDataType(NodeId nodeId,
UaValueNode valueNode)
Returns DataType Attribute value for the given node.
|
protected AttributeWriteMask |
IoManager.getWriteMask(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node)
Returns the WriteMask Attribute value of the given node.
|
boolean |
ExternalNodeManager.hasNode(NodeId nodeId) |
protected HistoryResult |
NodeManagerTable.historyRead(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
NumericRange indexRange,
HistoryContinuationPoint continuationPoint,
HistoryReadDetails details,
int aggregateIndex) |
protected HistoryResult |
HistoryManager.historyRead(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
NumericRange indexRange,
HistoryContinuationPoint continuationPoint,
HistoryReadDetails details,
int aggregateIndex)
Handles all historyRead requests.
|
protected void |
NodeManagerTable.historyUpdate(ServiceContext serviceContext,
Object operationContext,
HistoryUpdateDetails details,
HistoryUpdateResult historyUpdateResult) |
protected void |
HistoryManager.historyUpdate(ServiceContext serviceContext,
Object operationContext,
HistoryUpdateDetails details,
HistoryUpdateResult historyUpdateResult)
Handles all history update requests.
|
protected void |
NodeManagerTable.init() |
protected void |
NodeManager.init()
Initialize the NodeManager.
|
protected void |
NodeManagementServiceHandler.init() |
protected void |
NodeManagerTable.initializeMonitoredDataItem(ServiceContext serviceContext,
MonitoredDataItem monitoredItem,
DataValue dataValue) |
protected void |
IoManager.initializeMonitoredDataItem(ServiceContext serviceContext,
MonitoredDataItem monitoredItem,
DataValue dataValue)
Get the initial value for a new MonitoredDataItem.
|
protected void |
Subscription.internalRemoveItem(MonitoredItem item)
The actual method that will remove the item from the Subscription.
|
boolean |
NodeManager.isOfType(NodeId typeDefinitionId,
UaType typeDefinition,
NodeId expectedTypeId,
UaType expectedType)
Check if the given type is of the expectedType.
|
boolean |
NodeManagerTable.isTypeOf(NodeId typeDefinitionId,
UaType typeDefinition,
NodeId expectedTypeId,
UaType expectedType) |
protected void |
NodeManagerTable.modifyMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredDataItem item,
MonitoringParameters params,
MonitoringFilter filter,
AggregateFilterResult filterResult) |
protected void |
NodeManager.modifyMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredDataItem item,
MonitoringParameters requestedParameters,
MonitoringFilter filter,
AggregateFilterResult filterResult) |
protected void |
NodeManagerTable.modifyMonitoredEventItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredEventItem item,
EventFilter eventFilter,
EventFilterResult filterResult) |
protected void |
NodeManager.modifyMonitoredEventItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredEventItem item,
EventFilter eventFilter,
EventFilterResult eventFilterResult) |
protected void |
EventManager.modifyMonitoredEventItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredEventItem item,
EventFilter eventFilter,
EventFilterResult eventFilterResult) |
protected MonitoredItem |
SubscriptionManager.modifyMonitoredItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredItemModifyRequest request,
TimestampsToReturn timestampsToReturn,
MonitoringParameters params) |
default boolean |
EventManagerListener.onAcknowledge(ServiceContext serviceContext,
AcknowledgeableConditionTypeNode condition,
ByteString eventId,
LocalizedText comment)
Notifies that the client wants to acknowledge a condition event.
|
default boolean |
SessionManagerListener.onActivateSession(Session session,
ServerUserIdentity userIdentity)
Notification of session activation.
|
default boolean |
EventManagerListener.onAddComment(ServiceContext serviceContext,
ConditionTypeNode condition,
ByteString eventId,
LocalizedText comment)
Notifies that the client wants to add a new comment to the event.
|
NodeId |
PubSubConfigurator.onAddConnection(PublishSubscribeTypeNode publishSubscribeTypeNode,
ServiceContext serviceContext,
PubSubConnectionDataType configuration) |
NodeId |
PubSubConfigurator.onAddDataSetFolder(DataSetFolderTypeNode dataSetFolderTypeNode,
ServiceContext serviceContext,
String name) |
NodeId |
PubSubConfigurator.onAddDataSetReader(ReaderGroupTypeNode readerGroupTypeNode,
ServiceContext serviceContext,
DataSetReaderDataType configuration) |
NodeId |
PubSubConfigurator.onAddDataSetWriter(WriterGroupTypeNode writerGroupTypeNode,
ServiceContext serviceContext,
DataSetWriterDataType configuration) |
NodeId |
PubSubConfigurator.onAddExtensionField(ExtensionFieldsTypeNode extensionFieldsTypeNode,
ServiceContext serviceContext,
QualifiedName fieldName,
Object fieldValue) |
default void |
NodeManagerListener.onAddNode(ServiceContext serviceContext,
NodeId parentNodeId,
UaNode parent,
NodeId nodeId,
NodeClass nodeClass,
QualifiedName browseName,
NodeAttributes attributes,
UaReferenceType referenceType,
ExpandedNodeId typeDefinitionId,
UaNode typeDefinition)
A notification of an AddNode request to add a new node into the node manager.
|
DataSetFolderType.AddPublishedDataItemsMethodOutputs |
PubSubConfigurator.onAddPublishedDataItems(DataSetFolderTypeNode dataSetFolderTypeNode,
ServiceContext serviceContext,
String name,
String[] fieldNameAliases,
DataSetFieldFlags[] fieldFlags,
PublishedVariableDataType[] variablesToAdd) |
DataSetFolderType.AddPublishedDataItemsTemplateMethodOutputs |
PubSubConfigurator.onAddPublishedDataItemsTemplate(DataSetFolderTypeNode dataSetFolderTypeNode,
ServiceContext serviceContext,
String name,
DataSetMetaDataType dataSetMetaData,
PublishedVariableDataType[] variablesToAdd) |
DataSetFolderType.AddPublishedEventsMethodOutputs |
PubSubConfigurator.onAddPublishedEvents(DataSetFolderTypeNode dataSetFolderTypeNode,
ServiceContext serviceContext,
String name,
NodeId eventNotifier,
String[] fieldNameAliases,
DataSetFieldFlags[] fieldFlags,
SimpleAttributeOperand[] selectedFields,
ContentFilter filter) |
NodeId |
PubSubConfigurator.onAddPublishedEventsTemplate(DataSetFolderTypeNode dataSetFolderTypeNode,
ServiceContext serviceContext,
String name,
DataSetMetaDataType dataSetMetaData,
NodeId eventNotifier,
SimpleAttributeOperand[] selectedFields,
ContentFilter filter) |
NodeId |
PubSubConfigurator.onAddReaderGroup(PubSubConnectionTypeNode pubSubConnectionTypeNode,
ServiceContext serviceContext,
ReaderGroupDataType configuration) |
default void |
NodeManagerListener.onAddReference(ServiceContext serviceContext,
NodeId sourceNodeId,
UaNode sourceNode,
ExpandedNodeId targetNodeId,
UaNode targetNode,
NodeId referenceTypeId,
UaReferenceType referenceType,
boolean isForward)
A notification of an AddReference request to add a new reference into the node manager.
|
StatusCode[] |
PubSubConfigurator.onAddTargetVariables(TargetVariablesTypeNode targetVariablesTypeNode,
ServiceContext serviceContext,
ConfigurationVersionDataType configurationVersion,
FieldTargetDataType[] targetVariablesToAdd) |
PublishedDataItemsType.AddVariablesMethodOutputs |
PubSubConfigurator.onAddVariables(PublishedDataItemsTypeNode publishedDataItemsTypeNode,
ServiceContext serviceContext,
ConfigurationVersionDataType configurationVersion,
String[] fieldNameAliases,
Boolean[] promotedFields,
PublishedVariableDataType[] variablesToAdd) |
NodeId |
PubSubConfigurator.onAddWriterGroup(PubSubConnectionTypeNode pubSubConnectionTypeNode,
ServiceContext serviceContext,
WriterGroupDataType configuration) |
default void |
NodeManagerListener.onAfterAddNode(ServiceContext serviceContext,
NodeId parentNodeId,
UaNode parent,
NodeId nodeId,
UaNode node,
NodeClass nodeClass,
QualifiedName browseName,
NodeAttributes attributes,
UaReferenceType referenceType,
ExpandedNodeId typeDefinitionId,
UaNode typeDefinition)
Called after a node is added as a result of an AddNodes call.
|
default void |
NodeManagerListener.onAfterAddReference(ServiceContext serviceContext,
NodeId sourceNodeId,
UaNode sourceNode,
ExpandedNodeId targetNodeId,
UaNode targetNode,
NodeId referenceTypeId,
UaReferenceType referenceType,
boolean isForward)
Called after a reference is added as a result of an AddReferences call.
|
boolean |
EventManagerUaNode.onCall(ServiceContext serviceContext,
NodeId objectId,
UaNode object,
NodeId methodId,
UaMethod method,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos,
Variant[] output) |
boolean |
EventManagerRoot.onCall(ServiceContext serviceContext,
NodeId objectId,
UaNode object,
NodeId methodId,
UaMethod method,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos,
Variant[] output) |
boolean |
EventManager.onCall(ServiceContext serviceContext,
NodeId objectId,
UaNode object,
NodeId methodId,
UaMethod method,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos,
Variant[] output) |
boolean |
CallableListener.onCall(ServiceContext serviceContext,
NodeId objectId,
UaNode object,
NodeId methodId,
UaMethod method,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos,
Variant[] outputs)
A method call notification.
|
default void |
EventManagerListener.onConditionRefresh(ServiceContext serviceContext,
Subscription subscription)
Handle a ConditionRefresh call from a client.
|
default void |
EventManagerListener.onConditionRefresh2(ServiceContext serviceContext,
MonitoredEventItem item)
Handle a ConditionRefresh2 call from a client.
|
default boolean |
EventManagerListener.onConfirm(ServiceContext serviceContext,
AcknowledgeableConditionTypeNode condition,
ByteString eventId,
LocalizedText comment)
Notifies that the client wants to confirm a condition event.
|
NodeId |
PubSubConfigurator.onCreateDataSetMirror(DataSetReaderTypeNode dataSetReaderTypeNode,
ServiceContext serviceContext,
String parentNodeName,
RolePermissionType[] rolePermissions) |
default void |
NodeManagerListener.onCreateMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
NumericRange indexRange,
MonitoringParameters params,
MonitoringFilter filter,
AggregateFilterResult filterResult,
MonitoringMode monitoringMode)
Notification of a new MonitoredDataItem request from a client application.
|
default void |
SubscriptionManagerListener.onCreateMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
MonitoringParameters params,
MonitoringFilter filter,
AggregateFilterResult filterResult,
MonitoringMode monitoringMode)
Notification of a new MonitoredDataItem request from a client application.
|
default void |
EventManagerListener.onCreateMonitoredEventItem(ServiceContext serviceContext,
NodeId nodeId,
EventFilter eventFilter,
EventFilterResult eventFilterResult)
Notification of a new MonitoredEventItem request from a client application.
|
default void |
SubscriptionManagerListener.onCreateMonitoredEventItem(ServiceContext serviceContext,
Subscription subscription,
NodeId nodeId,
EventFilter eventFilter,
EventFilterResult filterResult)
Notification of a new MonitoredEventItem request from a client application.
|
default NodeManager |
UaServerListener.onCreateNewNodeManager(ServiceContext serviceContext,
String namespaceUri)
Called, when a client application is creating new nodes that do not have a respective
NodeManager.
|
default void |
SessionManagerListener.onCreateSession(Session session)
Notification of session creation.
|
StatusCode[] |
PubSubConfigurator.onCreateTargetVariables(DataSetReaderTypeNode dataSetReaderTypeNode,
ServiceContext serviceContext,
ConfigurationVersionDataType configurationVersion,
FieldTargetDataType[] targetVariablesToAdd) |
default void |
HistoryManagerListener.onDeleteAtTimes(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
DateTime[] reqTimes,
StatusCode[] operationResults,
DiagnosticInfo[] operationDiagnostics)
Handle a single historyUpdate operation, which is using DeleteAtTimesDetails.
|
default void |
HistoryManagerListener.onDeleteEvents(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
ByteString[] eventIds,
StatusCode[] operationResults,
DiagnosticInfo[] operationDiagnostics)
Notification of a single historyUpdate operation, which is using DeleteEventDetails.
|
default void |
HistoryManagerListener.onDeleteModified(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
DateTime startTime,
DateTime endTime)
Handle a single historyUpdate operation, which is using DeleteRawModifiedDetails and has the
isModified set to true.
|
default void |
SubscriptionManagerListener.onDeleteMonitoredItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredItem item)
Notification of monitored item deletion request.
|
default void |
SubscriptionManagerListener.onDeleteMonitoredItems(ServiceContext serviceContext,
Subscription subscription,
List<MonitoredItem> items)
Notification of monitored item(s) deletion request.
|
default void |
NodeManagerListener.onDeleteNode(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
boolean deleteTargetReferences)
Confirm a request to delete a node permanently from the address space of the node manager.
|
default void |
HistoryManagerListener.onDeleteRaw(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
DateTime startTime,
DateTime endTime)
Handle a single historyUpdate operation, which is using DeleteRawModifiedDetails and has the
isModified set to false.
|
default void |
NodeManagerListener.onDeleteReference(ServiceContext serviceContext,
NodeId sourceNodeId,
UaNode sourceNode,
ExpandedNodeId targetNodeId,
UaNode targetNode,
NodeId referenceTypeId,
UaReferenceType referenceType,
boolean isForward,
boolean deleteBidirectional)
Confirm a request to delete a reference permanently from the address space of the node manager.
|
void |
PubSubConfigurator.onDisable(PubSubStatusTypeNode pubSubStatusTypeNode,
ServiceContext serviceContext) |
default boolean |
EventManagerListener.onDisable(ServiceContext serviceContext,
ConditionTypeNode condition)
Notifies that the client wants to disable a condition.
|
void |
PubSubConfigurator.onEnable(PubSubStatusTypeNode pubSubStatusTypeNode,
ServiceContext serviceContext) |
default boolean |
EventManagerListener.onEnable(ServiceContext serviceContext,
ConditionTypeNode condition)
Notifies that the client wants to enable a condition.
|
protected boolean |
EventManagerUaNode.oneshotshelve(ServiceContext serviceContext,
AlarmConditionTypeNode condition,
ShelvedStateMachineTypeNode stateMachine) |
NodeId |
PubSubConfigurator.onGetSecurityGroup(PubSubKeyServiceTypeNode pubSubKeyServiceTypeNode,
ServiceContext serviceContext,
String securityGroupId) |
PubSubKeyServiceType.GetSecurityKeysMethodOutputs |
PubSubConfigurator.onGetSecurityKeys(PubSubKeyServiceTypeNode pubSubKeyServiceTypeNode,
ServiceContext serviceContext,
String securityGroupId,
UnsignedInteger startingTokenId,
UnsignedInteger requestedKeyCount) |
ConfigurationVersionDataType |
PubSubConfigurator.onModifyFieldSelection(PublishedEventsTypeNode publishedEventsTypeNode,
ServiceContext serviceContext,
ConfigurationVersionDataType configurationVersion,
String[] fieldNameAliases,
Boolean[] promotedFields,
SimpleAttributeOperand[] selectedFields) |
default void |
SubscriptionManagerListener.onModifyMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredDataItem item,
MonitoringParameters params,
MonitoringFilter filter,
MonitoringFilterResult filterResult)
Notification of monitored event item modification request.
|
default void |
NodeManagerListener.onModifyMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredDataItem item,
UaNode node,
MonitoringParameters params,
MonitoringFilter filter,
AggregateFilterResult filterResult)
Notification of a modify request on the monitoring parameters of a monitored item.
|
default void |
SubscriptionManagerListener.onModifyMonitoredEventItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredEventItem item,
EventFilter filter,
EventFilterResult filterResult)
Notification of monitored event item modification request.
|
default void |
EventManagerListener.onModifyMonitoredEventItem(ServiceContext serviceContext,
Subscription subscription,
MonitoredEventItem monitoredItem,
EventFilter eventFilter,
EventFilterResult eventFilterResult)
Notification of a modify request to the monitoring parameters of a monitored event item.
|
default boolean |
EventManagerListener.onOneshotShelve(ServiceContext serviceContext,
AlarmConditionTypeNode condition,
ShelvedStateMachineTypeNode stateMachine)
Notification of an OneshotShelve request for an Alarm object.
|
default Object |
HistoryManagerListener.onReadAtTimes(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object continuationPoint,
DateTime[] reqTimes,
Boolean useSimpleBounds,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadAtTimeDetails.
|
default Object |
HistoryManagerListener.onReadEvents(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
EventFilter filter,
HistoryEvent historyEvent)
Handle a single historyRead operation, which is using ReadEventDetails The request us used to
read Events from the event history for the specified time domain for one or more event nodes.
|
default Object |
HistoryManagerListener.onReadModified(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
NumericRange indexRange,
HistoryModifiedData historyData)
Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the
isModified set to true.
|
default Object |
HistoryManagerListener.onReadProcessed(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
Double resampleInterval,
NodeId aggregateType,
AggregateConfiguration aggregateConfiguration,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadProcessedDetails The server should
return Aggregate values from the node history matching the requested timestamps.
|
default Object |
HistoryManagerListener.onReadRaw(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
Boolean returnBounds,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the
isModified set to true.
|
void |
PubSubConfigurator.onRemoveConnection(PublishSubscribeTypeNode publishSubscribeTypeNode,
ServiceContext serviceContext,
NodeId connectionId) |
void |
PubSubConfigurator.onRemoveDataSetFolder(DataSetFolderTypeNode dataSetFolderTypeNode,
ServiceContext serviceContext,
NodeId dataSetFolderNodeId) |
void |
PubSubConfigurator.onRemoveDataSetReader(ReaderGroupTypeNode readerGroupTypeNode,
ServiceContext serviceContext,
NodeId dataSetReaderNodeId) |
void |
PubSubConfigurator.onRemoveDataSetWriter(WriterGroupTypeNode writerGroupTypeNode,
ServiceContext serviceContext,
NodeId dataSetWriterNodeId) |
void |
PubSubConfigurator.onRemoveExtensionField(ExtensionFieldsTypeNode extensionFieldsTypeNode,
ServiceContext serviceContext,
NodeId fieldId) |
void |
PubSubConfigurator.onRemoveGroup(PubSubConnectionTypeNode pubSubConnectionTypeNode,
ServiceContext serviceContext,
NodeId groupId) |
void |
PubSubConfigurator.onRemovePublishedDataSet(DataSetFolderTypeNode dataSetFolderTypeNode,
ServiceContext serviceContext,
NodeId dataSetNodeId) |
StatusCode[] |
PubSubConfigurator.onRemoveTargetVariables(TargetVariablesTypeNode targetVariablesTypeNode,
ServiceContext serviceContext,
ConfigurationVersionDataType configurationVersion,
UnsignedInteger[] targetsToRemove) |
PublishedDataItemsType.RemoveVariablesMethodOutputs |
PubSubConfigurator.onRemoveVariables(PublishedDataItemsTypeNode publishedDataItemsTypeNode,
ServiceContext serviceContext,
ConfigurationVersionDataType configurationVersion,
UnsignedInteger[] variablesToRemove) |
void |
PubSubConfigurator.onReset(PubSubDiagnosticsTypeNode pubSubDiagnosticsTypeNode,
ServiceContext serviceContext) |
void |
PubSubConfigurator.onSetSecurityKeys(PublishSubscribeTypeNode publishSubscribeTypeNode,
ServiceContext serviceContext,
String securityGroupId,
String securityPolicyUri,
UnsignedInteger currentTokenId,
ByteString currentKey,
ByteString[] futureKeys,
Double timeToNextKey,
Double keyLifetime) |
default boolean |
UaServerListener.onShutdownRequest(ServiceContext serviceContext,
int seconds,
LocalizedText reason,
boolean restart)
Called when client asks to begin shutdown process.
|
default boolean |
EventManagerListener.onTimedShelve(ServiceContext serviceContext,
AlarmConditionTypeNode condition,
ShelvedStateMachineTypeNode stateMachine,
double shelvingTime)
Notification of a TimedShelve request for an Alarm object.
|
default boolean |
EventManagerListener.onUnshelve(ServiceContext serviceContext,
AlarmConditionTypeNode condition,
ShelvedStateMachineTypeNode stateMachine)
Notification of an Unshelve request for an Alarm object.
|
default void |
HistoryManagerListener.onUpdateData(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
DataValue[] updateValues,
PerformUpdateType performInsertReplace,
StatusCode[] operationResults,
DiagnosticInfo[] operationDiagnostics)
Handle a single historyUpdate operation, which is using UpdateDataDetails.
|
default void |
HistoryManagerListener.onUpdateEvent(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
Variant[] eventFields,
EventFilter filter,
PerformUpdateType performInsertReplace,
StatusCode[] operationResults,
DiagnosticInfo[] operationDiagnostics)
Handle a single historyUpdate operation, which is using UpdateEventDetails.
|
default void |
HistoryManagerListener.onUpdateStructureData(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
DataValue[] updateValues,
PerformUpdateType performUpdateType,
StatusCode[] operationResults,
DiagnosticInfo[] operationDiagnostics)
Handle a single historyUpdate operation, which is using UpdateStructureDataDetails.
|
boolean |
UserValidator.onValidate(Session session,
ServerUserIdentity userIdentity)
Validate the user specified by token.
|
protected Object |
HistoryManager.readAtTimes(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime[] reqTimes,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadAtTimeDetails.
|
DataValue |
IoManager.readAttribute(NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
DateTime minTimestamp)
Read attribute directly from this IoManager.
|
protected void |
NodeManagerTable.readAttribute(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue)
Read the value of a single node attribute.
|
protected void |
IoManager.readAttribute(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue)
Read the value of a single node attribute.
|
protected void |
AttributeServiceHandler.readAttribute(ServiceContext serviceContext,
Object dataset,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue)
Read the value of a single node attribute.
|
protected Object |
HistoryManager.readEvents(ServiceContext serviceContext,
Object operationContext,
Object operationContext2,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
EventFilter filter,
HistoryEvent historyData)
Handle a single historyRead operation, which is using ReadEventDetails The request us used to
read Events from the event history for the specified time domain for one or more event nodes.
|
protected Object |
HistoryManager.readModified(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
NumericRange indexRange,
HistoryModifiedData historyData)
Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the
isModified set to true.
|
protected HistoryResult |
AttributeServiceHandler.readNodeHistory(ServiceContext serviceContext,
Object dataset,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
NumericRange indexRange,
HistoryContinuationPoint continuationPoint,
HistoryReadDetails details,
int aggregateIndex)
Read history of a single node.
|
protected void |
IoManagerUaNode.readNonValue(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue) |
protected void |
IoManager.readNonValue(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue)
Read the value of a node attribute, except for the Value of a variable node.
|
protected Object |
HistoryManager.readProcessed(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
Double resampleInterval,
NodeId aggregateType,
AggregateConfiguration aggregateConfiguration,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadProcessedDetails.
|
protected Object |
HistoryManager.readRaw(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
Boolean returnBounds,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the
isModified set to true.
|
protected void |
IoManagerUaNode.readValue(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaValueNode node,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue) |
protected void |
IoManager.readValue(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaValueNode variable,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue)
Read the Value attribute of a Variable node.
|
protected boolean |
EventManagerRoot.refresh(ServiceContext serviceContext,
Subscription subscription)
Handle a ConditionRefresh call from a client.
|
protected boolean |
EventManagerRoot.refresh(ServiceContext serviceContext,
Subscription subscription,
MonitoredEventItem monitoredItem)
Handle a ConditionRefresh2 call from a client.
|
protected void |
EventManager.refreshItems(ServiceContext serviceContext,
Subscription subscription)
Handles condition refresh for a subscription.
|
protected NodeId |
NodeManagerTable.registerNode(ServiceContext serviceContext,
NodeId nodeId) |
protected NodeId |
NodeManager.registerNode(ServiceContext serviceContext,
NodeId nodeId) |
protected NodeId |
NodeManagementServiceHandler.registerNode(ServiceContext serviceContext,
NodeId nodeId) |
protected void |
NodeManagerTable.releaseHistoryContinuationPoint(ServiceContext serviceContext,
NodeId nodeId,
ByteString continuationPoint) |
protected void |
HistoryManager.releaseHistoryContinuationPoint(ServiceContext serviceContext,
NodeId nodeId,
ByteString continuationPoint) |
protected void |
AttributeServiceHandler.releaseHistoryContinuationPoint(ServiceContext serviceContext,
NodeId nodeId,
ByteString continuationPoint) |
MonitoredItemBase |
Subscription.removeItem(MonitoredItemBase item) |
MonitoredItemBase |
Subscription.removeItem(UnsignedInteger itemId) |
protected void |
MonitoredItem.removeLink(MonitoredItem linkToRemove)
Removes a link
|
boolean |
ExternalNodeManager.removeNode(NodeId nodeId) |
boolean |
ExternalNodeManager.removeNode(UaExternalNode oldNode) |
protected void |
SubscriptionManager.removeTriggeringLink(SubscriptionBase s,
MonitoredItemBase triggeringItem,
UnsignedInteger linkToRemove) |
protected void |
NodeManagerUaNode.replaceExternalNode(UaExternalNode oldNode,
UaNode newNode) |
boolean |
UaServer.requestServerStateChange(ServiceContext serviceContext,
ServerState state,
DateTime estimatedReturnTime,
UnsignedInteger secondsTillShutdown,
LocalizedText reason,
Boolean restart)
Request a change in server state (shutdown or restart server).
|
protected void |
SubscriptionManager.setMonitoringMode(ServiceContext serviceContext,
Subscription subscription,
UnsignedInteger monitoredItemId,
MonitoringMode mode) |
protected void |
SubscriptionManager.setPublishingMode(ServiceContext serviceContext,
UnsignedInteger subscriptionId,
Boolean publishingEnabled) |
protected void |
SessionManager.start()
Start the session manager.
|
protected void |
NodeManagerTable.start()
Start all node managers.
|
protected void |
NodeManagerRoot.start() |
protected void |
NodeManager.start()
Start the NodeManager, i.e.
|
void |
NodeManagementServiceHandler.start() |
protected void |
DiagnosticsManager.start() |
protected boolean |
EventManagerUaNode.timedshelve(ServiceContext serviceContext,
AlarmConditionTypeNode condition,
ShelvedStateMachineTypeNode stateMachine,
double shelvingTime) |
protected BrowsePathTarget[] |
NodeManagerTable.translateBrowsePath(ServiceContext serviceContext,
NodeId startingNode,
RelativePath relativePath) |
protected BrowsePathTarget[] |
NodeManager.translateBrowsePath(ServiceContext serviceContext,
NodeId startingNodeId,
RelativePath relativePath) |
protected BrowsePathTarget[] |
NodeManagementServiceHandler.translateBrowsePath(ServiceContext serviceContext,
NodeId startingNode,
RelativePath relativePath) |
BrowsePathTarget[] |
NodeManagerTable.translateBrowsePathToNodeIds(NodeId startingNode,
RelativePath relativePath)
Request the NodeIds for the nodes that are references from the startingNode using paths.
|
protected void |
NodeManagerTable.unregisterNode(ServiceContext serviceContext,
NodeId nodeId) |
protected void |
NodeManagementServiceHandler.unregisterNode(ServiceContext serviceContext,
NodeId nodeId) |
protected boolean |
EventManagerUaNode.unshelve(ServiceContext serviceContext,
AlarmConditionTypeNode condition,
ShelvedStateMachineTypeNode stateMachine) |
protected void |
HistoryManager.updateData(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
DataValue[] updateValues,
PerformUpdateType performInsertReplace,
StatusCode[] operationResults,
DiagnosticInfo[] operationDiagnostics)
Handle a single historyUpdate operation, which is using UpdateDataDetails.
|
protected void |
HistoryManager.updateEvent(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
Variant[] eventFields,
EventFilter filter,
PerformUpdateType performInsertReplace,
StatusCode[] operationResults,
DiagnosticInfo[] operationDiagnostics)
Handle a single historyUpdate operation, which is using UpdateEventDetails.
|
protected void |
AttributeServiceHandler.updateNodeHistory(ServiceContext serviceContext,
Object dataset,
HistoryUpdateDetails details,
HistoryUpdateResult historyUpdateResult) |
protected void |
UaServer.updateServerArray() |
protected void |
HistoryManager.updateStructureData(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
DataValue[] updateValues,
PerformUpdateType performInsertReplace,
StatusCode[] operationResults,
DiagnosticInfo[] operationDiagnostics)
Handle a single historyUpdate operation, which is using UpdateStructureDataDetails.
|
protected void |
ServiceHandler.validateEncoding(HistoryReadValueId historyReadValueId) |
protected void |
ServiceHandler.validateEncoding(ReadValueId v) |
protected static void |
IoManager.validateIndexRange(int dim,
int length,
NumericRange indexRange) |
protected void |
FilterOperatorDefinition.validateOperand(com.prosysopc.ua.server.FilterOperatorDefinition.OperandDefinition operand,
int index) |
protected boolean |
UaServer.validateUserIdentity(Session session,
ServerUserIdentity userIdentity) |
void |
IoManager.writeAttribute(NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
DataValue dataValue)
Write the value of a single node attribute.
|
protected boolean |
NodeManagerTable.writeAttribute(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
DataValue value)
Write the value of a single node attribute.
|
protected boolean |
IoManager.writeAttribute(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
DataValue dataValue)
Write the value of a single node attribute.
|
protected boolean |
AttributeServiceHandler.writeAttribute(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
DataValue value)
Write the value of a single node attribute.
|
protected boolean |
IoManagerUaNode.writeNonValue(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue) |
protected boolean |
IoManager.writeNonValue(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue)
Write the value of a single node attribute, except for the Value of a variable node.
|
protected boolean |
IoManagerUaNode.writeValue(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaValueNode node,
NumericRange indexRange,
DataValue dataValue) |
protected boolean |
IoManager.writeValue(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaValueNode valueNode,
NumericRange indexRange,
DataValue dataValue)
Write the Value attribute of a Variable node.
|
| Constructor and Description |
|---|
MonitoredEventItem(ServiceContext serviceContext,
Subscription subscription,
UnsignedInteger monitoredItemId,
NodeId nodeId,
EventFilter filter,
EventFilterResult filterResult) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TypeIoManagerListener.onReadNonValue(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue) |
boolean |
NodeIoManagerListener.onReadNonValue(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue) |
boolean |
IoManagerListenerChainImpl.onReadNonValue(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue) |
default boolean |
IoManagerListener.onReadNonValue(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue)
Notification of a read request for a node attribute, except for the Value attribute of a
variable node (which goes to onReadValue).
|
boolean |
UaTypeIoListenerImpl.onReadNonValue(ServiceContext serviceContext,
UaInstance instance,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue) |
boolean |
UaTypeIoListener.onReadNonValue(ServiceContext serviceContext,
UaInstance instance,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue)
|
boolean |
UaVariableIoListenerImpl.onReadNonValue(ServiceContext serviceContext,
UnsignedInteger attributeId,
DataValue dataValue)
|
boolean |
UaVariableIoListener.onReadNonValue(ServiceContext serviceContext,
UnsignedInteger attributeId,
DataValue dataValue)
|
boolean |
TypeIoManagerListener.onReadValue(ServiceContext serviceContext,
NodeId nodeId,
UaValueNode node,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue) |
boolean |
NodeIoManagerListener.onReadValue(ServiceContext serviceContext,
NodeId nodeId,
UaValueNode node,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue) |
boolean |
IoManagerListenerChainImpl.onReadValue(ServiceContext serviceContext,
NodeId nodeId,
UaValueNode node,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue) |
default boolean |
IoManagerListener.onReadValue(ServiceContext serviceContext,
NodeId nodeId,
UaValueNode variable,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue)
Notification of a read request for the Value attribute of a Variable node.
|
boolean |
UaVariableIoListenerImpl.onReadValue(ServiceContext serviceContext,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue)
|
boolean |
UaVariableIoListener.onReadValue(ServiceContext serviceContext,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue)
|
boolean |
UaTypeIoListenerImpl.onReadValue(ServiceContext serviceContext,
UaInstance instance,
UaValueNode node,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue) |
boolean |
UaTypeIoListener.onReadValue(ServiceContext serviceContext,
UaInstance instance,
UaValueNode node,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue)
|
boolean |
TypeIoManagerListener.onWriteNonValue(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue) |
boolean |
NodeIoManagerListener.onWriteNonValue(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue) |
boolean |
IoManagerListenerChainImpl.onWriteNonValue(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue) |
default boolean |
IoManagerListener.onWriteNonValue(ServiceContext serviceContext,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue)
Notification of a write request for the value of a single node attribute, except for the Value
of a variable node.
|
boolean |
UaTypeIoListenerImpl.onWriteNonValue(ServiceContext serviceContext,
UaInstance instance,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue) |
boolean |
UaTypeIoListener.onWriteNonValue(ServiceContext serviceContext,
UaInstance instance,
UaNode node,
UnsignedInteger attributeId,
DataValue dataValue)
|
boolean |
UaVariableIoListenerImpl.onWriteNonValue(ServiceContext serviceContext,
UnsignedInteger attributeId,
DataValue dataValue)
|
boolean |
UaVariableIoListener.onWriteNonValue(ServiceContext serviceContext,
UnsignedInteger attributeId,
DataValue dataValue)
|
boolean |
TypeIoManagerListener.onWriteValue(ServiceContext serviceContext,
NodeId nodeId,
UaValueNode node,
NumericRange indexRange,
DataValue dataValue) |
boolean |
NodeIoManagerListener.onWriteValue(ServiceContext serviceContext,
NodeId nodeId,
UaValueNode node,
NumericRange indexRange,
DataValue dataValue) |
boolean |
IoManagerListenerChainImpl.onWriteValue(ServiceContext serviceContext,
NodeId nodeId,
UaValueNode node,
NumericRange indexRange,
DataValue dataValue) |
default boolean |
IoManagerListener.onWriteValue(ServiceContext serviceContext,
NodeId nodeId,
UaValueNode valueNode,
NumericRange indexRange,
DataValue dataValue)
Notification of a write request for the Value attribute of a Variable node.
|
boolean |
UaVariableIoListenerImpl.onWriteValue(ServiceContext serviceContext,
NumericRange indexRange,
DataValue dataValue)
|
boolean |
UaVariableIoListener.onWriteValue(ServiceContext serviceContext,
NumericRange indexRange,
DataValue dataValue)
|
boolean |
UaTypeIoListenerImpl.onWriteValue(ServiceContext serviceContext,
UaInstance instance,
UaValueNode node,
NumericRange indexRange,
DataValue dataValue) |
boolean |
UaTypeIoListener.onWriteValue(ServiceContext serviceContext,
UaInstance instance,
UaValueNode node,
NumericRange indexRange,
DataValue dataValue)
|
| Modifier and Type | Method and Description |
|---|---|
Object[] |
UaObjectNode.callMethod(NodeId methodId,
Object... inputArgs)
Call a method on the object.
|
Variant[] |
UaObjectNode.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos)
Fallback implementation when no subtype handles the method call.
|
Variant[] |
UaCallable.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
protected ReflectiveInstanceProperty |
BaseNode.createReflectiveInstanceProperty(String name,
NodeId instanceDeclarationId) |
protected ReflectiveInstanceProperty |
BaseNode.createReflectiveInstanceProperty(String name,
NodeId instanceDeclarationId,
NodeId nodeId) |
protected abstract void |
UaVariableNode.doSetValue(DataValue value)
Perform the actual value set.
|
protected void |
PlainVariable.doSetValue(DataValue value) |
protected void |
PlainInstanceVariable.doSetValue(DataValue value) |
protected abstract void |
InstanceVariable.doSetValue(DataValue value)
Perform the actual value set.
|
protected void |
CallbackVariable.doSetValue(DataValue value) |
protected void |
CallbackInstanceVariable.doSetValue(DataValue value) |
protected void |
CacheVariable.doSetValue(DataValue value) |
DataValue |
BaseNode.getPropertyValue(QualifiedName propertyName)
Get the value of a property.
|
Object |
UaVariableCallback.getValue() |
Object |
ReflectionCallback.getValue() |
protected void |
UaViewNode.readAttributeValue(UnsignedInteger attributeId,
DataValue dataValue) |
protected void |
UaVariableTypeNode.readAttributeValue(UnsignedInteger attributeId,
DataValue dataValue) |
protected void |
UaVariableNode.readAttributeValue(UnsignedInteger attributeId,
DataValue dataValue) |
protected void |
UaTypeNode.readAttributeValue(UnsignedInteger attributeId,
DataValue dataValue) |
protected void |
UaReferenceTypeNode.readAttributeValue(UnsignedInteger attributeId,
DataValue dataValue) |
protected void |
UaObjectNode.readAttributeValue(UnsignedInteger attributeId,
DataValue dataValue) |
protected void |
UaMethodNode.readAttributeValue(UnsignedInteger attributeId,
DataValue dataValue) |
protected void |
UaDataTypeNode.readAttributeValue(UnsignedInteger attributeId,
DataValue dataValue) |
protected void |
BaseNode.readAttributeValue(UnsignedInteger attributeId,
DataValue dataValue)
Read the value of an attribute.
|
protected CallbackInstanceProperty |
BaseNode.registerCallbackProperty(String name,
NodeId dataTypeId,
NodeId typeDefinitionId,
UaVariableCallback callback) |
protected <T> PlainInstanceProperty<T> |
BaseNode.registerPlainInstanceProperty(String name,
NodeId instanceDecalarationId,
NodeId dataTypeId)
Register a new property node as a property of this node.
|
protected <T> PlainInstanceProperty<T> |
BaseNode.registerPlainInstanceProperty(String name,
NodeId instanceDecalarationId,
T initialValue)
Register a new property node as a property of this node.
|
protected ReflectiveInstanceVariable |
BaseNode.registerReflectiveInstanceVariable(NodeId nodeId,
String name,
NodeId instanceDecalarationId,
NodeId dataTypeId) |
void |
UaExternalNodeImpl.setAttribute(UnsignedInteger attributeId,
DataValue dataValue) |
void |
InstanceVariable.setAttribute(UnsignedInteger attributeId,
DataValue dataValue) |
void |
BaseNode.setAttribute(UnsignedInteger attributeId,
DataValue dataValue)
Unconditionally, set the value of the specified attribute.
|
void |
UaObjectTypeNode.setIcon(UaProperty icon) |
void |
UaObjectNode.setIcon(UaProperty icon) |
void |
BaseNode.setPropertyValue(QualifiedName propertyName,
Object value)
Set the value of a property.
|
void |
UaVariableNode.setValue(DataValue value) |
void |
InstanceVariable.setValue(DataValue value) |
void |
UaVariableTypeNode.setValue(Object value)
Set value.
|
void |
UaVariableNode.setValue(Object value)
Set value.
|
boolean |
UaVariableCallback.setValue(Object newValue) |
boolean |
ReflectionCallback.setValue(Object newValue) |
void |
InstanceVariable.setValue(Object value) |
protected void |
UaViewNode.setViewVersion(Integer viewVersion)
Set the value of the ViewVersion property.
|
void |
UaVariableNode.updateValue(Object newValue)
Update the current value and status.
|
void |
CacheVariable.updateValue(Object newValue) |
protected void |
UaVariableNode.updateValue(Object newValue,
StatusCode status,
DateTime sourceTime,
UnsignedShort sourcePicoseconds)
Update the current value and status.
|
protected void |
PlainVariable.updateValue(Object newValue,
StatusCode status,
DateTime sourceTime,
UnsignedShort sourcePicoseconds) |
void |
CacheVariable.updateValue(Object newValue,
StatusCode status,
DateTime sourceTime,
UnsignedShort sourcePicoseconds) |
boolean |
InstanceVariable.writeAttribute(UnsignedInteger attributeId,
DataValue dataValue) |
boolean |
BaseNode.writeAttribute(UnsignedInteger attributeId,
DataValue dataValue)
Write the attribute value in a node.
|
protected void |
UaViewNode.writeAttributeValue(UnsignedInteger attributeId,
Object value,
StatusCode statusCode,
DateTime sourceTime,
UnsignedShort sourcePicoseconds) |
protected void |
UaVariableTypeNode.writeAttributeValue(UnsignedInteger attributeId,
Object value,
StatusCode statusCode,
DateTime sourceTime,
UnsignedShort sourcePicoseconds) |
protected void |
UaVariableNode.writeAttributeValue(UnsignedInteger attributeId,
Object value,
StatusCode statusCode,
DateTime sourceTime,
UnsignedShort sourcePicoseconds) |
protected void |
UaTypeNode.writeAttributeValue(UnsignedInteger attributeId,
Object value,
StatusCode statusCode,
DateTime sourceTime,
UnsignedShort sourcePicoseconds) |
protected void |
UaReferenceTypeNode.writeAttributeValue(UnsignedInteger attributeId,
Object value,
StatusCode statusCode,
DateTime sourceTime,
UnsignedShort sourcePicoseconds) |
protected void |
UaObjectNode.writeAttributeValue(UnsignedInteger attributeId,
Object value,
StatusCode statusCode,
DateTime sourceTime,
UnsignedShort sourcePicoseconds) |
protected void |
UaMethodNode.writeAttributeValue(UnsignedInteger attributeId,
Object value,
StatusCode statusCode,
DateTime sourceTime,
UnsignedShort sourcePicoseconds) |
protected void |
ServerNode.writeAttributeValue(UnsignedInteger attributeId,
Object value,
StatusCode statusCode,
DateTime sourceTime,
UnsignedShort sourcePicoseconds) |
protected void |
BaseNode.writeAttributeValue(UnsignedInteger attributeId,
Object value,
StatusCode statusCode,
DateTime sourceTime,
UnsignedShort sourcePicoseconds) |
| Constructor and Description |
|---|
CallbackInstanceProperty(NodeManagerUaNode nodeManager,
NodeId nodeId,
NodeId instanceDeclarationId)
Create a new node, referring to an instance declaration node.
|
CallbackInstanceVariable(NodeManagerUaNode nodeManager,
NodeId nodeId,
NodeId instanceDeclarationId)
Create a new node, referring to an instance declaration node.
|
InstanceVariable(NodeManagerUaNode nodeManager,
NodeId nodeId,
NodeId instanceDeclarationId)
Create a new node, referring to an instance declaration node.
|
PlainInstanceProperty(NodeManagerUaNode nodeManager,
NodeId nodeId,
NodeId instanceDeclarationId)
Create a new node, referring to an instance declaration node.
|
PlainInstanceVariable(NodeManagerUaNode nodeManager,
NodeId nodeId,
NodeId instanceDeclarationId)
Create a new node, referring to an instance declaration node.
|
ReflectiveInstanceProperty(NodeManagerUaNode nodeManager,
NodeId nodeId,
Object source,
String propertyName,
NodeId instanceDeclarationId)
Create a new node, referring to an instance declaration node.
|
ReflectiveInstanceVariable(NodeManagerUaNode nodeManager,
NodeId nodeId,
Object source,
String propertyName,
NodeId instanceDeclarationId)
Create a new node, referring to an instance declaration node.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IEncodeable> |
ExtensionObject.decode(EncoderContext ctx,
Class<T> expectedClass,
UnsignedInteger statusCodeOnFailure)
Casts the data within this object to the expected class (decoding if needed), throwing on
failure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NumericRange.applyTo(DataValue dataValue)
"Cuts" the given
DataValue based on this NumericRange. |
| Modifier and Type | Method and Description |
|---|---|
CertificateDirectoryType.CheckRevocationStatusMethodOutputs |
CertificateDirectoryType.checkRevocationStatus(ByteString f_certificate) |
ApplicationRecordDataType[] |
DirectoryType.findApplications(String f_applicationUri) |
KeyCredentialServiceType.FinishRequestMethodOutputs |
KeyCredentialServiceType.finishRequest(NodeId f_requestId,
Boolean f_cancelRequest) |
CertificateDirectoryType.FinishRequestMethodOutputs |
CertificateDirectoryType.finishRequest(NodeId f_applicationId,
NodeId f_requestId) |
ApplicationRecordDataType |
DirectoryType.getApplication(NodeId f_applicationId) |
NodeId[] |
CertificateDirectoryType.getCertificateGroups(NodeId f_applicationId) |
CertificateDirectoryType.GetCertificatesMethodOutputs |
CertificateDirectoryType.getCertificates(NodeId f_applicationId,
NodeId f_certificateGroupId) |
Boolean |
CertificateDirectoryType.getCertificateStatus(NodeId f_applicationId,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId) |
AuthorizationServiceType.GetServiceDescriptionMethodOutputs |
AuthorizationServiceType.getServiceDescription() |
NodeId |
CertificateDirectoryType.getTrustList(NodeId f_applicationId,
NodeId f_certificateGroupId) |
DirectoryType.QueryApplicationsMethodOutputs |
DirectoryType.queryApplications(UnsignedInteger f_startingRecordId,
UnsignedInteger f_maxRecordsToReturn,
String f_applicationName,
String f_applicationUri,
UnsignedInteger f_applicationType,
String f_productUri,
String[] f_capabilities) |
DirectoryType.QueryServersMethodOutputs |
DirectoryType.queryServers(UnsignedInteger f_startingRecordId,
UnsignedInteger f_maxRecordsToReturn,
String f_applicationName,
String f_applicationUri,
String f_productUri,
String[] f_serverCapabilities) |
NodeId |
DirectoryType.registerApplication(ApplicationRecordDataType f_application) |
String |
AuthorizationServiceType.requestAccessToken(UserIdentityToken f_identityToken,
String f_resourceId) |
void |
KeyCredentialServiceType.revoke(String f_credentialId) |
void |
CertificateDirectoryType.revokeCertificate(NodeId f_applicationId,
ByteString f_certificate) |
void |
CertificateRequestedAuditEventType.setCertificateGroup(NodeId value) |
void |
CertificateDeliveredAuditEventType.setCertificateGroup(NodeId value) |
void |
CertificateRequestedAuditEventType.setCertificateType(NodeId value) |
void |
CertificateDeliveredAuditEventType.setCertificateType(NodeId value) |
void |
KeyCredentialServiceType.setProfileUris(String[] value) |
void |
KeyCredentialServiceType.setResourceUri(String value) |
void |
KeyCredentialServiceType.setSecurityPolicyUris(String[] value) |
void |
AuthorizationServiceType.setServiceCertificate(ByteString value) |
void |
AuthorizationServiceType.setServiceUri(String value) |
void |
AuthorizationServiceType.setUserTokenPolicies(UserTokenPolicy[] value) |
NodeId |
CertificateDirectoryType.startNewKeyPairRequest(NodeId f_applicationId,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
String f_subjectName,
String[] f_domainNames,
String f_privateKeyFormat,
String f_privateKeyPassword) |
NodeId |
KeyCredentialServiceType.startRequest(String f_applicationUri,
ByteString f_publicKey,
String f_securityPolicyUri,
NodeId[] f_requestedRoles) |
NodeId |
CertificateDirectoryType.startSigningRequest(NodeId f_applicationId,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
ByteString f_certificateRequest) |
void |
DirectoryType.unregisterApplication(NodeId f_applicationId) |
void |
DirectoryType.updateApplication(ApplicationRecordDataType f_application) |
| Modifier and Type | Method and Description |
|---|---|
void |
CertificateRequestedAuditEventTypeImplBase.setCertificateGroup(NodeId value) |
void |
CertificateDeliveredAuditEventTypeImplBase.setCertificateGroup(NodeId value) |
void |
CertificateRequestedAuditEventTypeImplBase.setCertificateType(NodeId value) |
void |
CertificateDeliveredAuditEventTypeImplBase.setCertificateType(NodeId value) |
void |
KeyCredentialServiceTypeImplBase.setProfileUris(String[] value) |
void |
KeyCredentialServiceTypeImplBase.setResourceUri(String value) |
void |
KeyCredentialServiceTypeImplBase.setSecurityPolicyUris(String[] value) |
void |
AuthorizationServiceTypeImplBase.setServiceCertificate(ByteString value) |
void |
AuthorizationServiceTypeImplBase.setServiceUri(String value) |
void |
AuthorizationServiceTypeImplBase.setUserTokenPolicies(UserTokenPolicy[] value) |
| Modifier and Type | Method and Description |
|---|---|
Variant[] |
KeyCredentialServiceTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
KeyCredentialRevokedAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
KeyCredentialRequestedAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
KeyCredentialManagementFolderTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
KeyCredentialDeliveredAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
DirectoryTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
CertificateRevokedAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
CertificateRequestedAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
CertificateDirectoryTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
CertificateDeliveredAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuthorizationServicesFolderTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuthorizationServiceTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ApplicationRegistrationChangedAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AccessTokenIssuedAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
CertificateDirectoryType.CheckRevocationStatusMethodOutputs |
CertificateDirectoryTypeNodeBase.checkRevocationStatus(ByteString f_certificate) |
CertificateDirectoryType.CheckRevocationStatusMethodOutputs |
CertificateDirectoryTypeCheckRevocationStatusMethod.checkRevocationStatus(ServiceContext serviceContext,
CertificateDirectoryTypeNode node,
ByteString f_certificate) |
ApplicationRecordDataType[] |
DirectoryTypeFindApplicationsMethod.findApplications(ServiceContext serviceContext,
DirectoryTypeNode node,
String f_applicationUri) |
ApplicationRecordDataType[] |
DirectoryTypeNodeBase.findApplications(String f_applicationUri) |
KeyCredentialServiceType.FinishRequestMethodOutputs |
KeyCredentialServiceTypeNodeBase.finishRequest(NodeId f_requestId,
Boolean f_cancelRequest) |
CertificateDirectoryType.FinishRequestMethodOutputs |
CertificateDirectoryTypeNodeBase.finishRequest(NodeId f_applicationId,
NodeId f_requestId) |
CertificateDirectoryType.FinishRequestMethodOutputs |
CertificateDirectoryTypeFinishRequestMethod.finishRequest(ServiceContext serviceContext,
CertificateDirectoryTypeNode node,
NodeId f_applicationId,
NodeId f_requestId) |
KeyCredentialServiceType.FinishRequestMethodOutputs |
KeyCredentialServiceTypeFinishRequestMethod.finishRequest(ServiceContext serviceContext,
KeyCredentialServiceTypeNode node,
NodeId f_requestId,
Boolean f_cancelRequest) |
ApplicationRecordDataType |
DirectoryTypeNodeBase.getApplication(NodeId f_applicationId) |
ApplicationRecordDataType |
DirectoryTypeGetApplicationMethod.getApplication(ServiceContext serviceContext,
DirectoryTypeNode node,
NodeId f_applicationId) |
NodeId[] |
CertificateDirectoryTypeNodeBase.getCertificateGroups(NodeId f_applicationId) |
NodeId[] |
CertificateDirectoryTypeGetCertificateGroupsMethod.getCertificateGroups(ServiceContext serviceContext,
CertificateDirectoryTypeNode node,
NodeId f_applicationId) |
CertificateDirectoryType.GetCertificatesMethodOutputs |
CertificateDirectoryTypeNodeBase.getCertificates(NodeId f_applicationId,
NodeId f_certificateGroupId) |
CertificateDirectoryType.GetCertificatesMethodOutputs |
CertificateDirectoryTypeGetCertificatesMethod.getCertificates(ServiceContext serviceContext,
CertificateDirectoryTypeNode node,
NodeId f_applicationId,
NodeId f_certificateGroupId) |
Boolean |
CertificateDirectoryTypeNodeBase.getCertificateStatus(NodeId f_applicationId,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId) |
Boolean |
CertificateDirectoryTypeGetCertificateStatusMethod.getCertificateStatus(ServiceContext serviceContext,
CertificateDirectoryTypeNode node,
NodeId f_applicationId,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId) |
AuthorizationServiceType.GetServiceDescriptionMethodOutputs |
AuthorizationServiceTypeNodeBase.getServiceDescription() |
AuthorizationServiceType.GetServiceDescriptionMethodOutputs |
AuthorizationServiceTypeGetServiceDescriptionMethod.getServiceDescription(ServiceContext serviceContext,
AuthorizationServiceTypeNode node) |
NodeId |
CertificateDirectoryTypeNodeBase.getTrustList(NodeId f_applicationId,
NodeId f_certificateGroupId) |
NodeId |
CertificateDirectoryTypeGetTrustListMethod.getTrustList(ServiceContext serviceContext,
CertificateDirectoryTypeNode node,
NodeId f_applicationId,
NodeId f_certificateGroupId) |
protected abstract CertificateDirectoryType.CheckRevocationStatusMethodOutputs |
CertificateDirectoryTypeNodeBase.onCheckRevocationStatus(ServiceContext serviceContext,
ByteString f_certificate) |
protected CertificateDirectoryType.CheckRevocationStatusMethodOutputs |
CertificateDirectoryTypeNode.onCheckRevocationStatus(ServiceContext serviceContext,
ByteString f_certificate) |
protected abstract ApplicationRecordDataType[] |
DirectoryTypeNodeBase.onFindApplications(ServiceContext serviceContext,
String f_applicationUri) |
protected ApplicationRecordDataType[] |
DirectoryTypeNode.onFindApplications(ServiceContext serviceContext,
String f_applicationUri) |
protected abstract KeyCredentialServiceType.FinishRequestMethodOutputs |
KeyCredentialServiceTypeNodeBase.onFinishRequest(ServiceContext serviceContext,
NodeId f_requestId,
Boolean f_cancelRequest) |
protected KeyCredentialServiceType.FinishRequestMethodOutputs |
KeyCredentialServiceTypeNode.onFinishRequest(ServiceContext serviceContext,
NodeId f_requestId,
Boolean f_cancelRequest) |
protected abstract CertificateDirectoryType.FinishRequestMethodOutputs |
CertificateDirectoryTypeNodeBase.onFinishRequest(ServiceContext serviceContext,
NodeId f_applicationId,
NodeId f_requestId) |
protected CertificateDirectoryType.FinishRequestMethodOutputs |
CertificateDirectoryTypeNode.onFinishRequest(ServiceContext serviceContext,
NodeId f_applicationId,
NodeId f_requestId) |
protected abstract ApplicationRecordDataType |
DirectoryTypeNodeBase.onGetApplication(ServiceContext serviceContext,
NodeId f_applicationId) |
protected ApplicationRecordDataType |
DirectoryTypeNode.onGetApplication(ServiceContext serviceContext,
NodeId f_applicationId) |
protected abstract NodeId[] |
CertificateDirectoryTypeNodeBase.onGetCertificateGroups(ServiceContext serviceContext,
NodeId f_applicationId) |
protected NodeId[] |
CertificateDirectoryTypeNode.onGetCertificateGroups(ServiceContext serviceContext,
NodeId f_applicationId) |
protected abstract CertificateDirectoryType.GetCertificatesMethodOutputs |
CertificateDirectoryTypeNodeBase.onGetCertificates(ServiceContext serviceContext,
NodeId f_applicationId,
NodeId f_certificateGroupId) |
protected CertificateDirectoryType.GetCertificatesMethodOutputs |
CertificateDirectoryTypeNode.onGetCertificates(ServiceContext serviceContext,
NodeId f_applicationId,
NodeId f_certificateGroupId) |
protected abstract Boolean |
CertificateDirectoryTypeNodeBase.onGetCertificateStatus(ServiceContext serviceContext,
NodeId f_applicationId,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId) |
protected Boolean |
CertificateDirectoryTypeNode.onGetCertificateStatus(ServiceContext serviceContext,
NodeId f_applicationId,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId) |
protected abstract AuthorizationServiceType.GetServiceDescriptionMethodOutputs |
AuthorizationServiceTypeNodeBase.onGetServiceDescription(ServiceContext serviceContext) |
protected AuthorizationServiceType.GetServiceDescriptionMethodOutputs |
AuthorizationServiceTypeNode.onGetServiceDescription(ServiceContext serviceContext) |
protected abstract NodeId |
CertificateDirectoryTypeNodeBase.onGetTrustList(ServiceContext serviceContext,
NodeId f_applicationId,
NodeId f_certificateGroupId) |
protected NodeId |
CertificateDirectoryTypeNode.onGetTrustList(ServiceContext serviceContext,
NodeId f_applicationId,
NodeId f_certificateGroupId) |
protected abstract DirectoryType.QueryApplicationsMethodOutputs |
DirectoryTypeNodeBase.onQueryApplications(ServiceContext serviceContext,
UnsignedInteger f_startingRecordId,
UnsignedInteger f_maxRecordsToReturn,
String f_applicationName,
String f_applicationUri,
UnsignedInteger f_applicationType,
String f_productUri,
String[] f_capabilities) |
protected DirectoryType.QueryApplicationsMethodOutputs |
DirectoryTypeNode.onQueryApplications(ServiceContext serviceContext,
UnsignedInteger f_startingRecordId,
UnsignedInteger f_maxRecordsToReturn,
String f_applicationName,
String f_applicationUri,
UnsignedInteger f_applicationType,
String f_productUri,
String[] f_capabilities) |
protected abstract DirectoryType.QueryServersMethodOutputs |
DirectoryTypeNodeBase.onQueryServers(ServiceContext serviceContext,
UnsignedInteger f_startingRecordId,
UnsignedInteger f_maxRecordsToReturn,
String f_applicationName,
String f_applicationUri,
String f_productUri,
String[] f_serverCapabilities) |
protected DirectoryType.QueryServersMethodOutputs |
DirectoryTypeNode.onQueryServers(ServiceContext serviceContext,
UnsignedInteger f_startingRecordId,
UnsignedInteger f_maxRecordsToReturn,
String f_applicationName,
String f_applicationUri,
String f_productUri,
String[] f_serverCapabilities) |
protected abstract NodeId |
DirectoryTypeNodeBase.onRegisterApplication(ServiceContext serviceContext,
ApplicationRecordDataType f_application) |
protected NodeId |
DirectoryTypeNode.onRegisterApplication(ServiceContext serviceContext,
ApplicationRecordDataType f_application) |
protected abstract String |
AuthorizationServiceTypeNodeBase.onRequestAccessToken(ServiceContext serviceContext,
UserIdentityToken f_identityToken,
String f_resourceId) |
protected String |
AuthorizationServiceTypeNode.onRequestAccessToken(ServiceContext serviceContext,
UserIdentityToken f_identityToken,
String f_resourceId) |
protected abstract void |
KeyCredentialServiceTypeNodeBase.onRevoke(ServiceContext serviceContext,
String f_credentialId) |
protected void |
KeyCredentialServiceTypeNode.onRevoke(ServiceContext serviceContext,
String f_credentialId) |
protected abstract void |
CertificateDirectoryTypeNodeBase.onRevokeCertificate(ServiceContext serviceContext,
NodeId f_applicationId,
ByteString f_certificate) |
protected void |
CertificateDirectoryTypeNode.onRevokeCertificate(ServiceContext serviceContext,
NodeId f_applicationId,
ByteString f_certificate) |
protected abstract NodeId |
CertificateDirectoryTypeNodeBase.onStartNewKeyPairRequest(ServiceContext serviceContext,
NodeId f_applicationId,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
String f_subjectName,
String[] f_domainNames,
String f_privateKeyFormat,
String f_privateKeyPassword) |
protected NodeId |
CertificateDirectoryTypeNode.onStartNewKeyPairRequest(ServiceContext serviceContext,
NodeId f_applicationId,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
String f_subjectName,
String[] f_domainNames,
String f_privateKeyFormat,
String f_privateKeyPassword) |
protected abstract NodeId |
KeyCredentialServiceTypeNodeBase.onStartRequest(ServiceContext serviceContext,
String f_applicationUri,
ByteString f_publicKey,
String f_securityPolicyUri,
NodeId[] f_requestedRoles) |
protected NodeId |
KeyCredentialServiceTypeNode.onStartRequest(ServiceContext serviceContext,
String f_applicationUri,
ByteString f_publicKey,
String f_securityPolicyUri,
NodeId[] f_requestedRoles) |
protected abstract NodeId |
CertificateDirectoryTypeNodeBase.onStartSigningRequest(ServiceContext serviceContext,
NodeId f_applicationId,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
ByteString f_certificateRequest) |
protected NodeId |
CertificateDirectoryTypeNode.onStartSigningRequest(ServiceContext serviceContext,
NodeId f_applicationId,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
ByteString f_certificateRequest) |
protected abstract void |
DirectoryTypeNodeBase.onUnregisterApplication(ServiceContext serviceContext,
NodeId f_applicationId) |
protected void |
DirectoryTypeNode.onUnregisterApplication(ServiceContext serviceContext,
NodeId f_applicationId) |
protected abstract void |
DirectoryTypeNodeBase.onUpdateApplication(ServiceContext serviceContext,
ApplicationRecordDataType f_application) |
protected void |
DirectoryTypeNode.onUpdateApplication(ServiceContext serviceContext,
ApplicationRecordDataType f_application) |
DirectoryType.QueryApplicationsMethodOutputs |
DirectoryTypeQueryApplicationsMethod.queryApplications(ServiceContext serviceContext,
DirectoryTypeNode node,
UnsignedInteger f_startingRecordId,
UnsignedInteger f_maxRecordsToReturn,
String f_applicationName,
String f_applicationUri,
UnsignedInteger f_applicationType,
String f_productUri,
String[] f_capabilities) |
DirectoryType.QueryApplicationsMethodOutputs |
DirectoryTypeNodeBase.queryApplications(UnsignedInteger f_startingRecordId,
UnsignedInteger f_maxRecordsToReturn,
String f_applicationName,
String f_applicationUri,
UnsignedInteger f_applicationType,
String f_productUri,
String[] f_capabilities) |
DirectoryType.QueryServersMethodOutputs |
DirectoryTypeQueryServersMethod.queryServers(ServiceContext serviceContext,
DirectoryTypeNode node,
UnsignedInteger f_startingRecordId,
UnsignedInteger f_maxRecordsToReturn,
String f_applicationName,
String f_applicationUri,
String f_productUri,
String[] f_serverCapabilities) |
DirectoryType.QueryServersMethodOutputs |
DirectoryTypeNodeBase.queryServers(UnsignedInteger f_startingRecordId,
UnsignedInteger f_maxRecordsToReturn,
String f_applicationName,
String f_applicationUri,
String f_productUri,
String[] f_serverCapabilities) |
NodeId |
DirectoryTypeNodeBase.registerApplication(ApplicationRecordDataType f_application) |
NodeId |
DirectoryTypeRegisterApplicationMethod.registerApplication(ServiceContext serviceContext,
DirectoryTypeNode node,
ApplicationRecordDataType f_application) |
String |
AuthorizationServiceTypeRequestAccessTokenMethod.requestAccessToken(ServiceContext serviceContext,
AuthorizationServiceTypeNode node,
UserIdentityToken f_identityToken,
String f_resourceId) |
String |
AuthorizationServiceTypeNodeBase.requestAccessToken(UserIdentityToken f_identityToken,
String f_resourceId) |
void |
KeyCredentialServiceTypeRevokeMethod.revoke(ServiceContext serviceContext,
KeyCredentialServiceTypeNode node,
String f_credentialId) |
void |
KeyCredentialServiceTypeNodeBase.revoke(String f_credentialId) |
void |
CertificateDirectoryTypeNodeBase.revokeCertificate(NodeId f_applicationId,
ByteString f_certificate) |
void |
CertificateDirectoryTypeRevokeCertificateMethod.revokeCertificate(ServiceContext serviceContext,
CertificateDirectoryTypeNode node,
NodeId f_applicationId,
ByteString f_certificate) |
NodeId |
CertificateDirectoryTypeNodeBase.startNewKeyPairRequest(NodeId f_applicationId,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
String f_subjectName,
String[] f_domainNames,
String f_privateKeyFormat,
String f_privateKeyPassword) |
NodeId |
CertificateDirectoryTypeStartNewKeyPairRequestMethod.startNewKeyPairRequest(ServiceContext serviceContext,
CertificateDirectoryTypeNode node,
NodeId f_applicationId,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
String f_subjectName,
String[] f_domainNames,
String f_privateKeyFormat,
String f_privateKeyPassword) |
NodeId |
KeyCredentialServiceTypeStartRequestMethod.startRequest(ServiceContext serviceContext,
KeyCredentialServiceTypeNode node,
String f_applicationUri,
ByteString f_publicKey,
String f_securityPolicyUri,
NodeId[] f_requestedRoles) |
NodeId |
KeyCredentialServiceTypeNodeBase.startRequest(String f_applicationUri,
ByteString f_publicKey,
String f_securityPolicyUri,
NodeId[] f_requestedRoles) |
NodeId |
CertificateDirectoryTypeNodeBase.startSigningRequest(NodeId f_applicationId,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
ByteString f_certificateRequest) |
NodeId |
CertificateDirectoryTypeStartSigningRequestMethod.startSigningRequest(ServiceContext serviceContext,
CertificateDirectoryTypeNode node,
NodeId f_applicationId,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
ByteString f_certificateRequest) |
void |
DirectoryTypeNodeBase.unregisterApplication(NodeId f_applicationId) |
void |
DirectoryTypeUnregisterApplicationMethod.unregisterApplication(ServiceContext serviceContext,
DirectoryTypeNode node,
NodeId f_applicationId) |
void |
DirectoryTypeNodeBase.updateApplication(ApplicationRecordDataType f_application) |
void |
DirectoryTypeUpdateApplicationMethod.updateApplication(ServiceContext serviceContext,
DirectoryTypeNode node,
ApplicationRecordDataType f_application) |
| Modifier and Type | Method and Description |
|---|---|
void |
AcknowledgeableConditionType.acknowledge(ByteString f_eventId,
LocalizedText f_comment) |
void |
RoleType.addApplication(String f_applicationUri) |
void |
TrustListType.addCertificate(ByteString f_certificate,
Boolean f_isTrustedCertificate) |
void |
ConditionType.addComment(ByteString f_eventId,
LocalizedText f_comment) |
NodeId |
PublishSubscribeType.addConnection(PubSubConnectionDataType f_configuration) |
NodeId |
SubscribedDataSetFolderType.addDataSetFolder(String f_name) |
NodeId |
DataSetFolderType.addDataSetFolder(String f_name) |
NodeId |
ReaderGroupType.addDataSetReader(DataSetReaderDataType f_configuration) |
NodeId |
WriterGroupType.addDataSetWriter(DataSetWriterDataType f_configuration) |
void |
RoleType.addEndpoint(EndpointType f_endpoint) |
NodeId |
ExtensionFieldsType.addExtensionField(QualifiedName f_fieldName,
Object f_fieldValue) |
void |
RoleType.addIdentity(IdentityMappingRuleType f_rule) |
void |
PriorityMappingTableType.addPriorityMappingEntry(String f_mappingUri,
String f_priorityLabel,
UnsignedByte f_priorityValue_PCP,
UnsignedInteger f_priorityValue_DSCP) |
DataSetFolderType.AddPublishedDataItemsMethodOutputs |
DataSetFolderType.addPublishedDataItems(String f_name,
String[] f_fieldNameAliases,
DataSetFieldFlags[] f_fieldFlags,
PublishedVariableDataType[] f_variablesToAdd) |
DataSetFolderType.AddPublishedDataItemsTemplateMethodOutputs |
DataSetFolderType.addPublishedDataItemsTemplate(String f_name,
DataSetMetaDataType f_dataSetMetaData,
PublishedVariableDataType[] f_variablesToAdd) |
DataSetFolderType.AddPublishedEventsMethodOutputs |
DataSetFolderType.addPublishedEvents(String f_name,
NodeId f_eventNotifier,
String[] f_fieldNameAliases,
DataSetFieldFlags[] f_fieldFlags,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
NodeId |
DataSetFolderType.addPublishedEventsTemplate(String f_name,
DataSetMetaDataType f_dataSetMetaData,
NodeId f_eventNotifier,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
NodeId |
PubSubKeyPushTargetFolderType.addPushTarget(String f_applicationUri,
String f_endpointUrl,
String f_securityPolicyUri,
UserTokenPolicy f_userTokenType,
UnsignedShort f_requestedKeyCount,
Double f_retryInterval) |
NodeId |
PubSubKeyPushTargetFolderType.addPushTargetFolder(String f_name) |
NodeId |
PubSubConnectionType.addReaderGroup(ReaderGroupDataType f_configuration) |
NodeId |
RoleSetType.addRole(String f_roleName,
String f_namespaceUri) |
SecurityGroupFolderType.AddSecurityGroupMethodOutputs |
SecurityGroupFolderType.addSecurityGroup(String f_securityGroupName,
Double f_keyLifetime,
String f_securityPolicyUri,
UnsignedInteger f_maxFutureKeyCount,
UnsignedInteger f_maxPastKeyCount) |
NodeId |
SecurityGroupFolderType.addSecurityGroupFolder(String f_name) |
NodeId |
SubscribedDataSetFolderType.addSubscribedDataSet(StandaloneSubscribedDataSetDataType f_subscribedDataSet) |
StatusCode[] |
TargetVariablesType.addTargetVariables(ConfigurationVersionDataType f_configurationVersion,
FieldTargetDataType[] f_targetVariablesToAdd) |
void |
UserManagementType.addUser(String f_userName,
String f_password,
UserConfigurationMask f_userConfiguration,
String f_description) |
PublishedDataItemsType.AddVariablesMethodOutputs |
PublishedDataItemsType.addVariables(ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
PublishedVariableDataType[] f_variablesToAdd) |
NodeId |
PubSubConnectionType.addWriterGroup(WriterGroupDataType f_configuration) |
void |
ServerConfigurationType.applyChanges() |
void |
ServerConfigurationType.cancelChanges() |
void |
UserManagementType.changePassword(String f_oldPassword,
String f_newPassword) |
void |
FileType.close(UnsignedInteger f_fileHandle) |
NodeId |
TemporaryFileTransferType.closeAndCommit(UnsignedInteger f_fileHandle) |
Boolean |
TrustListType.closeAndUpdate(UnsignedInteger f_fileHandle) |
PubSubConfigurationType.CloseAndUpdateMethodOutputs |
PubSubConfigurationType.closeAndUpdate(UnsignedInteger f_fileHandle,
Boolean f_requireCompleteUpdate,
PubSubConfigurationRefDataType[] f_configurationReferences) |
ConfigurationFileType.CloseAndUpdateMethodOutputs |
ConfigurationFileType.closeAndUpdate(UnsignedInteger f_fileHandle,
UnsignedInteger f_versionToUpdate,
ConfigurationUpdateTargetType[] f_targets,
Double f_revertAfterTime,
Double f_restartDelayTime) |
Integer[] |
SerializationEntityType.configureSerialization(KeyValuePair[] f_serializationFilterProperties) |
void |
AcknowledgeableConditionType.confirm(ByteString f_eventId,
LocalizedText f_comment) |
void |
ConfigurationFileType.confirmUpdate(UUID f_updateId) |
StatusCode[] |
PubSubKeyPushTargetType.connectSecurityGroups(NodeId[] f_securityGroupIds) |
NodeId |
KeyCredentialConfigurationFolderType.createCredential(String f_name,
String f_resourceUri,
String f_profileUri,
String[] f_endpointUrls) |
NodeId |
DataSetReaderType.createDataSetMirror(String f_parentNodeName,
RolePermissionType[] f_rolePermissions) |
NodeId |
FileDirectoryType.createDirectory(String f_directoryName) |
FileDirectoryType.CreateFileMethodOutputs |
FileDirectoryType.createFile(String f_fileName,
Boolean f_requestFileOpen) |
ByteString |
ServerConfigurationType.createSelfSignedCertificate(NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
String f_subjectName,
String[] f_dnsNames,
String[] f_ipAddresses,
UnsignedShort f_lifetimeInDays,
UnsignedShort f_keySizeInBits) |
ByteString |
ServerConfigurationType.createSigningRequest(NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
String f_subjectName,
Boolean f_regeneratePrivateKey,
ByteString f_nonce) |
StatusCode[] |
DataSetReaderType.createTargetVariables(ConfigurationVersionDataType f_configurationVersion,
FieldTargetDataType[] f_targetVariablesToAdd) |
void |
FileDirectoryType.delete(NodeId f_objectToDelete) |
void |
ServerConfigurationType.deleteCertificate(NodeId f_certificateGroupId,
NodeId f_certificateTypeId) |
void |
KeyCredentialConfigurationType.deleteCredential() |
void |
PriorityMappingTableType.deletePriorityMappingEntry(String f_mappingUri,
String f_priorityLabel) |
void |
PubSubStatusType.disable() |
void |
ConditionType.disable() |
StatusCode[] |
PubSubKeyPushTargetType.disconnectSecurityGroups(NodeId[] f_securityGroupIds) |
void |
PubSubStatusType.enable() |
void |
ConditionType.enable() |
void |
AddressSpaceFileType.exportNamespace() |
void |
NonTransparentBackupRedundancyType.failover() |
AliasNameDataType[] |
AliasNameCategoryType.findAlias(String f_aliasNameSearchPattern,
NodeId f_referenceTypeFilter) |
void |
SecurityGroupType.forceKeyRotation() |
TemporaryFileTransferType.GenerateFileForReadMethodOutputs |
TemporaryFileTransferType.generateFileForRead(Object f_generateOptions) |
TemporaryFileTransferType.GenerateFileForWriteMethodOutputs |
TemporaryFileTransferType.generateFileForWrite(Object f_generateOptions) |
ServerConfigurationType.GetCertificatesMethodOutputs |
ServerConfigurationType.getCertificates(NodeId f_certificateGroupId) |
KeyCredentialConfigurationType.GetEncryptingKeyMethodOutputs |
KeyCredentialConfigurationType.getEncryptingKey(String f_credentialId,
String f_requestedSecurityPolicyUri) |
NodeId[] |
AlarmConditionType.getGroupMemberships() |
ServerType.GetMonitoredItemsMethodOutputs |
ServerType.getMonitoredItems(UnsignedInteger f_subscriptionId) |
UnsignedLong |
FileType.getPosition(UnsignedInteger f_fileHandle) |
LogObjectType.GetRecordsMethodOutputs |
LogObjectType.getRecords(DateTime f_startTime,
DateTime f_endTime,
UnsignedInteger f_maxReturnRecords,
UnsignedShort f_minimumSeverity,
LogRecordMask f_requestMask,
ByteString f_continuationPointIn) |
ByteString[] |
ServerConfigurationType.getRejectedList() |
ByteString[] |
CertificateGroupType.getRejectedList() |
NodeId |
PubSubKeyServiceType.getSecurityGroup(String f_securityGroupId) |
PubSubKeyServiceType.GetSecurityKeysMethodOutputs |
PubSubKeyServiceType.getSecurityKeys(String f_securityGroupId,
UnsignedInteger f_startingTokenId,
UnsignedInteger f_requestedKeyCount) |
void |
ProgramStateMachineType.halt() |
void |
SecurityGroupType.invalidateKeys() |
ConfigurationVersionDataType |
PublishedEventsType.modifyFieldSelection(ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
SimpleAttributeOperand[] f_selectedFields) |
void |
UserManagementType.modifyUser(String f_userName,
Boolean f_modifyPassword,
String f_password,
Boolean f_modifyUserConfiguration,
UserConfigurationMask f_userConfiguration,
Boolean f_modifyDescription,
String f_description) |
NodeId |
FileDirectoryType.moveOrCopy(NodeId f_objectToMoveOrCopy,
NodeId f_targetDirectory,
Boolean f_createCopy,
String f_newName) |
void |
ShelvedStateMachineType.oneShotShelve() |
void |
ShelvedStateMachineType.oneShotShelve2(LocalizedText f_comment) |
UnsignedInteger |
FileType.open(UnsignedByte f_mode) |
UnsignedInteger |
TrustListType.openWithMasks(UnsignedInteger f_masks) |
void |
AlarmConditionType.placeInService() |
void |
AlarmConditionType.placeInService2(LocalizedText f_comment) |
ByteString |
FileType.read(UnsignedInteger f_fileHandle,
Integer f_length) |
void |
RoleType.removeApplication(String f_applicationUri) |
void |
TrustListType.removeCertificate(String f_thumbprint,
Boolean f_isTrustedCertificate) |
void |
PublishSubscribeType.removeConnection(NodeId f_connectionId) |
void |
SubscribedDataSetFolderType.removeDataSetFolder(NodeId f_dataSetFolderNodeId) |
void |
DataSetFolderType.removeDataSetFolder(NodeId f_dataSetFolderNodeId) |
void |
ReaderGroupType.removeDataSetReader(NodeId f_dataSetReaderNodeId) |
void |
WriterGroupType.removeDataSetWriter(NodeId f_dataSetWriterNodeId) |
void |
RoleType.removeEndpoint(EndpointType f_endpoint) |
void |
ExtensionFieldsType.removeExtensionField(NodeId f_fieldId) |
void |
AlarmConditionType.removeFromService() |
void |
AlarmConditionType.removeFromService2(LocalizedText f_comment) |
void |
PubSubConnectionType.removeGroup(NodeId f_groupId) |
void |
RoleType.removeIdentity(IdentityMappingRuleType f_rule) |
void |
DataSetFolderType.removePublishedDataSet(NodeId f_dataSetNodeId) |
void |
PubSubKeyPushTargetFolderType.removePushTarget(NodeId f_pushTargetId) |
void |
PubSubKeyPushTargetFolderType.removePushTargetFolder(NodeId f_pushTargetFolderNodeId) |
void |
RoleSetType.removeRole(NodeId f_roleNodeId) |
void |
SecurityGroupFolderType.removeSecurityGroup(NodeId f_securityGroupNodeId) |
void |
SecurityGroupFolderType.removeSecurityGroupFolder(NodeId f_securityGroupFolderNodeId) |
void |
SubscribedDataSetFolderType.removeSubscribedDataSet(NodeId f_subscribedDataSetNodeId) |
StatusCode[] |
TargetVariablesType.removeTargetVariables(ConfigurationVersionDataType f_configurationVersion,
UnsignedInteger[] f_targetsToRemove) |
void |
UserManagementType.removeUser(String f_userName) |
PublishedDataItemsType.RemoveVariablesMethodOutputs |
PublishedDataItemsType.removeVariables(ConfigurationVersionDataType f_configurationVersion,
UnsignedInteger[] f_variablesToRemove) |
void |
ServerType.requestServerStateChange(ServerState f_state,
DateTime f_estimatedReturnTime,
UnsignedInteger f_secondsTillShutdown,
LocalizedText f_reason,
Boolean f_restart) |
String[] |
ProvisionableDeviceType.requestTickets() |
void |
ServerType.resendData(UnsignedInteger f_subscriptionId) |
PubSubConfigurationType.ReserveIdsMethodOutputs |
PubSubConfigurationType.reserveIds(String f_transportProfileUri,
UnsignedShort f_numReqWriterGroupIds,
UnsignedShort f_numReqDataSetWriterIds) |
void |
PubSubDiagnosticsType.reset() |
void |
ProgramStateMachineType.reset() |
void |
FileTransferStateMachineType.reset() |
void |
AlarmMetricsType.reset() |
void |
AlarmConditionType.reset() |
void |
AlarmConditionType.reset2(LocalizedText f_comment) |
void |
ServerConfigurationType.resetToServerDefaults() |
void |
DialogConditionType.respond(Integer f_selectedResponse) |
void |
DialogConditionType.respond2(Integer f_selectedResponse,
LocalizedText f_comment) |
void |
ProgramStateMachineType.resume() |
void |
ThreeDOrientationType.setA(Double value) |
void |
HistoryServerCapabilitiesType.setAccessHistoryDataCapability(Boolean value) |
void |
HistoryServerCapabilitiesType.setAccessHistoryEventsCapability(Boolean value) |
void |
IIeeeBaseTsnStreamType.setAccumulatedLatency(UnsignedInteger value) |
void |
AcknowledgeableConditionType.setAckedState(LocalizedText value) |
void |
AuditEventType.setActionTimeStamp(DateTime value) |
void |
PubSubDiagnosticsCounterType.setActive(Boolean value) |
void |
AlarmStateVariableType.setActiveCount(UnsignedInteger value) |
void |
NonExclusiveLimitAlarmType.setActiveState(LocalizedText value) |
void |
ExclusiveLimitAlarmType.setActiveState(LocalizedText value) |
void |
AlarmConditionType.setActiveState(LocalizedText value) |
void |
TrustListType.setActivityTimeout(Double value) |
void |
ConfigurationFileType.setActivityTimeout(Double value) |
void |
PubSubTransportLimitsExceedEventType.setActual(UnsignedInteger value) |
void |
SessionDiagnosticsVariableType.setActualSessionTimeout(Double value) |
void |
SessionDiagnosticsVariableType.setAddNodesCount(ServiceCounterDataType value) |
void |
SessionDiagnosticsVariableType.setAddReferencesCount(ServiceCounterDataType value) |
void |
IetfBaseNetworkInterfaceType.setAdminStatus(InterfaceAdminStatus value) |
void |
IIetfBaseNetworkInterfaceType.setAdminStatus(InterfaceAdminStatus value) |
void |
TransactionDiagnosticsType.setAffectedCertificateGroups(NodeId[] value) |
void |
TransactionDiagnosticsType.setAffectedTrustLists(NodeId[] value) |
void |
AudioVariableType.setAgencyId(String value) |
void |
AlarmMetricsType.setAlarmCount(UnsignedInteger value) |
void |
OrientationType.setAngleUnit(EUInformation value) |
void |
QuantityType.setAnnotation(AnnotationDataType[] value) |
void |
ServerConfigurationType.setApplicationNames(LocalizedText[] value) |
void |
RoleType.setApplications(String[] value) |
void |
RoleType.setApplicationsExclude(Boolean value) |
void |
ServerConfigurationType.setApplicationType(ApplicationType value) |
void |
ApplicationConfigurationType.setApplicationType(ApplicationType value) |
void |
ServerConfigurationType.setApplicationUri(String value) |
void |
PubSubKeyPushTargetType.setApplicationUri(String value) |
void |
ApplicationConfigurationType.setApplicationUri(String value) |
void |
AuditWriteUpdateEventType.setAttributeId(UnsignedInteger value) |
void |
AlarmConditionType.setAudibleEnabled(Boolean value) |
void |
AlarmConditionType.setAudibleSound(ByteString value) |
void |
ServerType.setAuditing(Boolean value) |
void |
SessionSecurityDiagnosticsType.setAuthenticationMechanism(String value) |
void |
BrokerWriterGroupTransportType.setAuthenticationProfileUri(String value) |
void |
BrokerDataSetWriterTransportType.setAuthenticationProfileUri(String value) |
void |
BrokerDataSetReaderTransportType.setAuthenticationProfileUri(String value) |
void |
BrokerConnectionTransportType.setAuthenticationProfileUri(String value) |
void |
ProgramStateMachineType.setAutoDelete(Boolean value) |
void |
ApplicationConfigurationFileType.setAvailableNetworks(String[] value) |
void |
ApplicationConfigurationFileType.setAvailablePorts(String value) |
void |
FiniteStateMachineType.setAvailableStates(NodeId[] value) |
void |
FiniteStateMachineType.setAvailableTransitions(NodeId[] value) |
void |
AlarmMetricsType.setAverageAlarmRate(Double value) |
void |
NDimensionArrayItemType.setAxisDefinition(AxisInformation[] value) |
void |
ArrayItemType.setAxisScaleType(AxisScaleEnumeration value) |
void |
ThreeDOrientationType.setB(Double value) |
void |
FrameType.setBaseFrame(NodeId value) |
void |
LimitAlarmType.setBaseHighHighLimit(Double value) |
void |
LimitAlarmType.setBaseHighLimit(Double value) |
void |
LimitAlarmType.setBaseLowLimit(Double value) |
void |
LimitAlarmType.setBaseLowLowLimit(Double value) |
void |
NonExclusiveDeviationAlarmType.setBaseSetpointNode(NodeId value) |
void |
ExclusiveDeviationAlarmType.setBaseSetpointNode(NodeId value) |
void |
BitFieldType.setBitFieldsDefinitions(BitFieldDefinition[] value) |
void |
OptionSetType.setBitMask(Boolean[] value) |
void |
ConditionType.setBranchId(NodeId value) |
void |
SessionDiagnosticsVariableType.setBrowseCount(ServiceCounterDataType value) |
void |
SessionDiagnosticsVariableType.setBrowseNextCount(ServiceCounterDataType value) |
void |
BuildInfoType.setBuildDate(DateTime value) |
void |
ServerStatusType.setBuildInfo(BuildInfo value) |
void |
BuildInfoType.setBuildNumber(String value) |
void |
ThreeDOrientationType.setC(Double value) |
void |
SessionDiagnosticsVariableType.setCallCount(ServiceCounterDataType value) |
void |
DialogConditionType.setCancelResponse(Integer value) |
void |
FrameType.setCartesianCoordinates(CartesianCoordinates value) |
void |
ThreeDFrameType.setCartesianCoordinates(ThreeDCartesianCoordinates value) |
void |
CertificateExpirationAlarmType.setCertificate(ByteString value) |
void |
AuditCertificateEventType.setCertificate(ByteString value) |
void |
AuditOpenSecureChannelEventType.setCertificateErrorEventId(ByteString value) |
void |
CertificateUpdatedAuditEventType.setCertificateGroup(NodeId value) |
void |
ApplicationConfigurationFileType.setCertificateGroupPurposes(NodeId[] value) |
void |
CertificateUpdatedAuditEventType.setCertificateType(NodeId value) |
void |
CertificateExpirationAlarmType.setCertificateType(NodeId value) |
void |
CertificateGroupType.setCertificateTypes(NodeId[] value) |
void |
ApplicationConfigurationFileType.setCertificateTypes(NodeId[] value) |
void |
GeneralModelChangeEventType.setChanges(ModelChangeStructureDataType[] value) |
void |
SemanticChangeEventType.setChanges(SemanticChangeStructureDataType[] value) |
void |
LldpRemoteSystemType.setChassisId(String value) |
void |
LldpLocalSystemType.setChassisId(String value) |
void |
LldpRemoteSystemType.setChassisIdSubtype(ChassisIdSubtype value) |
void |
LldpLocalSystemType.setChassisIdSubtype(ChassisIdSubtype value) |
void |
PubSubDiagnosticsCounterType.setClassification(PubSubDiagnosticsCounterClassification value) |
void |
AuditEventType.setClientApplicationUri(String value) |
void |
AuditEventType.setClientAuditEntryId(String value) |
void |
SessionSecurityDiagnosticsType.setClientCertificate(ByteString value) |
void |
AuditOpenSecureChannelEventType.setClientCertificate(ByteString value) |
void |
AuditCreateSessionEventType.setClientCertificate(ByteString value) |
void |
AuditOpenSecureChannelEventType.setClientCertificateThumbprint(String value) |
void |
AuditCreateSessionEventType.setClientCertificateThumbprint(String value) |
void |
SessionDiagnosticsVariableType.setClientConnectionTime(DateTime value) |
void |
SessionDiagnosticsVariableType.setClientDescription(ApplicationDescription value) |
void |
SessionDiagnosticsVariableType.setClientLastContactTime(DateTime value) |
void |
TemporaryFileTransferType.setClientProcessingTimeout(Double value) |
void |
AuditActivateSessionEventType.setClientSoftwareCertificates(SignedSoftwareCertificate[] value) |
void |
ConditionType.setClientUserId(String value) |
void |
AuditEventType.setClientUserId(String value) |
void |
SessionSecurityDiagnosticsType.setClientUserIdHistory(String[] value) |
void |
SessionSecurityDiagnosticsType.setClientUserIdOfSession(String value) |
void |
ConditionType.setComment(LocalizedText value) |
void |
AuditConditionConfirmEventType.setComment(LocalizedText value) |
void |
AuditConditionCommentEventType.setComment(LocalizedText value) |
void |
AuditConditionAcknowledgeEventType.setComment(LocalizedText value) |
void |
SyntaxReferenceEntryType.setCommonName(String value) |
void |
ConditionType.setConditionClassId(NodeId value) |
void |
BaseLogEventType.setConditionClassId(NodeId value) |
void |
BaseEventType.setConditionClassId(NodeId value) |
void |
ConditionType.setConditionClassName(LocalizedText value) |
void |
BaseLogEventType.setConditionClassName(LocalizedText value) |
void |
BaseEventType.setConditionClassName(LocalizedText value) |
void |
AuditConditionConfirmEventType.setConditionEventId(ByteString value) |
void |
AuditConditionCommentEventType.setConditionEventId(ByteString value) |
void |
AuditConditionAcknowledgeEventType.setConditionEventId(ByteString value) |
void |
ConditionType.setConditionName(String value) |
void |
ConditionType.setConditionSubClassId(NodeId[] value) |
void |
BaseEventType.setConditionSubClassId(NodeId[] value) |
void |
ConditionType.setConditionSubClassName(LocalizedText[] value) |
void |
BaseEventType.setConditionSubClassName(LocalizedText[] value) |
void |
PublishSubscribeType.setConfigurationProperties(KeyValuePair[] value) |
void |
PublishedDataSetType.setConfigurationVersion(ConfigurationVersionDataType value) |
void |
PublishSubscribeType.setConfigurationVersion(UnsignedInteger value) |
void |
NamespaceMetadataType.setConfigurationVersion(UnsignedInteger value) |
void |
UadpDataSetWriterMessageType.setConfiguredSize(UnsignedShort value) |
void |
AcknowledgeableConditionType.setConfirmedState(LocalizedText value) |
void |
ServerCapabilitiesType.setConformanceUnits(QualifiedName[] value) |
void |
PubSubStatusEventType.setConnectionId(NodeId value) |
void |
PubSubConnectionType.setConnectionProperties(KeyValuePair[] value) |
void |
SerializationEntityType.setConsiderSubElementSerializationProperties(Boolean value) |
void |
FrameType.setConstant(Boolean value) |
void |
ProgressEventType.setContext(Object value) |
void |
ServerUnitType.setConversionLimit(ConversionLimitEnum value) |
void |
QuantityType.setConversionService(String value) |
void |
ProgramDiagnosticType.setCreateClientName(String value) |
void |
ProgramDiagnostic2Type.setCreateClientName(String value) |
void |
SessionDiagnosticsVariableType.setCreateMonitoredItemsCount(ServiceCounterDataType value) |
void |
ProgramDiagnosticType.setCreateSessionId(NodeId value) |
void |
ProgramDiagnostic2Type.setCreateSessionId(NodeId value) |
void |
SessionDiagnosticsVariableType.setCreateSubscriptionCount(ServiceCounterDataType value) |
void |
KeyCredentialConfigurationType.setCredentialId(String value) |
void |
ServerDiagnosticsSummaryType.setCumulatedSessionCount(UnsignedInteger value) |
void |
ServerDiagnosticsSummaryType.setCumulatedSubscriptionCount(UnsignedInteger value) |
void |
AlarmMetricsType.setCurrentAlarmRate(Double value) |
void |
SubscriptionDiagnosticsType.setCurrentKeepAliveCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsType.setCurrentLifetimeCount(UnsignedInteger value) |
void |
SessionDiagnosticsVariableType.setCurrentMonitoredItemsCount(UnsignedInteger value) |
void |
SessionDiagnosticsVariableType.setCurrentPublishRequestsInQueue(UnsignedInteger value) |
void |
SessionDiagnosticsObjectType.setCurrentRoleIds(NodeId[] value) |
void |
AuditActivateSessionEventType.setCurrentRoleIds(NodeId[] value) |
void |
TransparentRedundancyType.setCurrentServerId(String value) |
void |
ServerDiagnosticsSummaryType.setCurrentSessionCount(UnsignedInteger value) |
void |
StateMachineType.setCurrentState(LocalizedText value) |
void |
ProgramStateMachineType.setCurrentState(LocalizedText value) |
void |
FiniteStateMachineType.setCurrentState(LocalizedText value) |
void |
ServerDiagnosticsSummaryType.setCurrentSubscriptionCount(UnsignedInteger value) |
void |
SessionDiagnosticsVariableType.setCurrentSubscriptionsCount(UnsignedInteger value) |
void |
ServerStatusType.setCurrentTime(DateTime value) |
void |
ConfigurationFileType.setCurrentVersion(UnsignedInteger value) |
void |
RoleType.setCustomConfiguration(Boolean value) |
void |
SerializationEntityType.setCustomMetaDataProperties(KeyValuePair[] value) |
void |
SerializationEntityType.setCustomMetaDataRef(NodeId value) |
void |
PublishedDataSetType.setCyclicDataSet(Boolean value) |
void |
SubscriptionDiagnosticsType.setDataChangeNotificationsCount(UnsignedInteger value) |
void |
DatagramConnectionTransportType.setDatagramQos(QosDataType[] value) |
void |
DatagramDataSetReaderTransportType.setDatagramQos(ReceiveQosDataType[] value) |
void |
DatagramWriterGroupTransportType.setDatagramQos(TransmitQosDataType[] value) |
void |
UadpDataSetReaderMessageType.setDataSetClassId(UUID value) |
void |
PublishedDataSetType.setDataSetClassId(UUID value) |
void |
DataSetWriterType.setDataSetFieldContentMask(DataSetFieldContentMask value) |
void |
DataSetReaderType.setDataSetFieldContentMask(DataSetFieldContentMask value) |
void |
JsonDataSetWriterMessageType.setDataSetMessageContentMask(JsonDataSetMessageContentMask value) |
void |
JsonDataSetReaderMessageType.setDataSetMessageContentMask(JsonDataSetMessageContentMask value) |
void |
UadpDataSetWriterMessageType.setDataSetMessageContentMask(UadpDataSetMessageContentMask value) |
void |
UadpDataSetReaderMessageType.setDataSetMessageContentMask(UadpDataSetMessageContentMask value) |
void |
StandaloneSubscribedDataSetType.setDataSetMetaData(DataSetMetaDataType value) |
void |
PublishedDataSetType.setDataSetMetaData(DataSetMetaDataType value) |
void |
DataSetReaderType.setDataSetMetaData(DataSetMetaDataType value) |
void |
UadpDataSetWriterMessageType.setDataSetOffset(UnsignedShort value) |
void |
UadpDataSetReaderMessageType.setDataSetOffset(UnsignedShort value) |
void |
UadpWriterGroupMessageType.setDataSetOrdering(DataSetOrderingType value) |
void |
DataSetReaderType.setDataSetReaderProperties(KeyValuePair[] value) |
void |
DataSetWriterType.setDataSetWriterId(UnsignedShort value) |
void |
DataSetReaderType.setDataSetWriterId(UnsignedShort value) |
void |
DataSetWriterType.setDataSetWriterProperties(KeyValuePair[] value) |
void |
DataTypeDictionaryType.setDataTypeVersion(String value) |
void |
DataTypeDescriptionType.setDataTypeVersion(String value) |
void |
NamespaceMetadataType.setDefaultAccessRestrictions(AccessRestrictionType value) |
void |
PublishSubscribeType.setDefaultDatagramPublisherId(UnsignedLong value) |
void |
DialogConditionType.setDefaultResponse(Integer value) |
void |
NamespaceMetadataType.setDefaultRolePermissions(RolePermissionType[] value) |
void |
PublishSubscribeType.setDefaultSecurityKeyServices(EndpointDescription[] value) |
void |
NamespaceMetadataType.setDefaultUserRolePermissions(RolePermissionType[] value) |
void |
TrustListType.setDefaultValidationOptions(TrustListValidationOptions value) |
void |
HistoricalDataConfigurationType.setDefinition(String value) |
void |
DataItemType.setDefinition(String value) |
void |
ProgramStateMachineType.setDeletable(Boolean value) |
void |
HistoryServerCapabilitiesType.setDeleteAtTimeCapability(Boolean value) |
void |
HistoryServerCapabilitiesType.setDeleteEventCapability(Boolean value) |
void |
SessionDiagnosticsVariableType.setDeleteMonitoredItemsCount(ServiceCounterDataType value) |
void |
SessionDiagnosticsVariableType.setDeleteNodesCount(ServiceCounterDataType value) |
void |
HistoryServerCapabilitiesType.setDeleteRawCapability(Boolean value) |
void |
SessionDiagnosticsVariableType.setDeleteReferencesCount(ServiceCounterDataType value) |
void |
SessionDiagnosticsVariableType.setDeleteSubscriptionsCount(ServiceCounterDataType value) |
void |
RationalNumberType.setDenominator(UnsignedInteger value) |
void |
DataTypeDictionaryType.setDeprecated(Boolean value) |
void |
IIeeeTsnMacAddressType.setDestinationAddress(UnsignedByte[] value) |
void |
LldpPortInformationType.setDestMacAddress(UnsignedByte[] value) |
void |
PubSubDiagnosticsType.setDiagnosticsLevel(DiagnosticsLevel value) |
void |
PubSubDiagnosticsCounterType.setDiagnosticsLevel(DiagnosticsLevel value) |
void |
DialogConditionType.setDialogState(LocalizedText value) |
void |
DataTypeDescriptionType.setDictionaryFragment(ByteString value) |
void |
QuantityType.setDimension(QuantityDimension value) |
void |
SubscriptionDiagnosticsType.setDisableCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsType.setDisabledMonitoredItemCount(UnsignedInteger value) |
void |
SamplingIntervalDiagnosticsType.setDisabledMonitoredItemsSamplingCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsType.setDiscardedMessageCount(UnsignedInteger value) |
void |
UnitType.setDiscipline(String value) |
void |
DatagramWriterGroupTransportType.setDiscoveryAnnounceRate(UnsignedInteger value) |
void |
DatagramConnectionTransportType.setDiscoveryAnnounceRate(UnsignedInteger value) |
void |
DatagramConnectionTransportType.setDiscoveryMaxMessageSize(UnsignedInteger value) |
void |
IIeeeBaseEthernetPortType.setDuplex(Duplex value) |
void |
StateVariableType.setEffectiveDisplayName(LocalizedText value) |
void |
TwoStateVariableType.setEffectiveTransitionTime(DateTime value) |
void |
TransitionVariableType.setEffectiveTransitionTime(DateTime value) |
void |
SubscriptionDiagnosticsType.setEnableCount(UnsignedInteger value) |
void |
ApplicationConfigurationType.setEnabled(Boolean value) |
void |
ServerDiagnosticsType.setEnabledFlag(Boolean value) |
void |
DialogConditionType.setEnabledState(LocalizedText value) |
void |
ConditionType.setEnabledState(LocalizedText value) |
void |
AlarmConditionType.setEnabledState(LocalizedText value) |
void |
AcknowledgeableConditionType.setEnabledState(LocalizedText value) |
void |
SessionSecurityDiagnosticsType.setEncoding(String value) |
void |
RoleType.setEndpoints(EndpointType[] value) |
void |
RoleType.setEndpointsExclude(Boolean value) |
void |
SessionDiagnosticsVariableType.setEndpointUrl(String value) |
void |
PubSubKeyPushTargetType.setEndpointUrl(String value) |
void |
HistoricalExternalEventSourceType.setEndpointUrl(String value) |
void |
AuditUrlMismatchEventType.setEndpointUrl(String value) |
void |
KeyCredentialConfigurationType.setEndpointUrls(String[] value) |
void |
TransactionDiagnosticsType.setEndTime(DateTime value) |
void |
AuditHistoryRawModifyDeleteEventType.setEndTime(DateTime value) |
void |
AuditHistoryBulkInsertEventType.setEndTime(DateTime value) |
void |
NonExclusiveRateOfChangeAlarmType.setEngineeringUnits(EUInformation value) |
void |
ExclusiveRateOfChangeAlarmType.setEngineeringUnits(EUInformation value) |
void |
BaseAnalogType.setEngineeringUnits(EUInformation value) |
void |
ArrayItemType.setEngineeringUnits(EUInformation value) |
void |
AnalogUnitType.setEngineeringUnits(EUInformation value) |
void |
AnalogUnitRangeType.setEngineeringUnits(EUInformation value) |
void |
MultiStateDictionaryEntryDiscreteBaseType.setEnumDictionaryEntries(NodeId[][] value) |
void |
MultiStateDiscreteType.setEnumStrings(LocalizedText[] value) |
void |
MultiStateValueDiscreteType.setEnumValues(EnumValueType[] value) |
void |
PubSubCommunicationFailureEventType.setError(StatusCode value) |
void |
BaseLogEventType.setErrorCode(StatusCode value) |
void |
TransactionDiagnosticsType.setErrors(TransactionErrorType[] value) |
void |
ServerType.setEstimatedReturnTime(DateTime value) |
void |
BaseAnalogType.setEURange(Range value) |
void |
ArrayItemType.setEURange(Range value) |
void |
AnalogItemType.setEURange(Range value) |
void |
BaseEventType.setEventId(ByteString value) |
void |
AuditHistoryEventDeleteEventType.setEventIds(ByteString[] value) |
void |
SubscriptionDiagnosticsType.setEventNotificationsCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsType.setEventQueueOverflowCount(UnsignedInteger value) |
void |
BaseEventType.setEventType(NodeId value) |
void |
HistoricalDataConfigurationType.setExceptionDeviation(Double value) |
void |
HistoricalDataConfigurationType.setExceptionDeviationFormat(ExceptionDeviationFormat value) |
void |
SerializationEntityType.setExcludeReferenceTypes(NodeId[] value) |
void |
DiscrepancyAlarmType.setExpectedTime(Double value) |
void |
CertificateExpirationAlarmType.setExpirationDate(DateTime value) |
void |
CertificateExpirationAlarmType.setExpirationLimit(Double value) |
void |
ExpressionGuardVariableType.setExpression(ContentFilter value) |
void |
IIeeeBaseTsnStatusStreamType.setFailureCode(TsnFailureCode value) |
void |
IIeeeBaseTsnStatusStreamType.setFailureSystemIdentifier(UnsignedByte[][] value) |
void |
TwoStateVariableType.setFalseState(LocalizedText value) |
void |
TwoStateDiscreteType.setFalseState(LocalizedText value) |
void |
PublishedEventsType.setFilter(ContentFilter value) |
void |
AlarmStateVariableType.setFilter(ContentFilter value) |
void |
AuditHistoryEventUpdateEventType.setFilter(EventFilter value) |
void |
AlarmConditionType.setFirstInGroupFlag(Boolean value) |
void |
FrameType.setFixedBase(Boolean value) |
void |
TransitionEventType.setFromState(LocalizedText value) |
void |
PubSubStatusEventType.setGroupId(NodeId value) |
void |
PubSubGroupType.setGroupProperties(KeyValuePair[] value) |
void |
UadpWriterGroupMessageType.setGroupVersion(UnsignedInteger value) |
void |
UadpDataSetReaderMessageType.setGroupVersion(UnsignedInteger value) |
void |
ServerConfigurationType.setHasSecureElement(Boolean value) |
void |
WriterGroupType.setHeaderLayoutUri(String value) |
void |
DataSetReaderType.setHeaderLayoutUri(String value) |
void |
LimitAlarmType.setHighDeadband(Double value) |
void |
AlarmStateVariableType.setHighestActiveSeverity(UnsignedShort value) |
void |
AlarmStateVariableType.setHighestUnackSeverity(UnsignedShort value) |
void |
LimitAlarmType.setHighHighDeadband(Double value) |
void |
LimitAlarmType.setHighHighLimit(Double value) |
void |
NonExclusiveLimitAlarmType.setHighHighState(LocalizedText value) |
void |
LimitAlarmType.setHighLimit(Double value) |
void |
NonExclusiveLimitAlarmType.setHighState(LocalizedText value) |
void |
HistoricalExternalEventSourceType.setHistoricalEventFilter(EventFilter value) |
void |
SessionDiagnosticsVariableType.setHistoryReadCount(ServiceCounterDataType value) |
void |
SessionDiagnosticsVariableType.setHistoryUpdateCount(ServiceCounterDataType value) |
void |
TwoStateVariableType.setId(Boolean value) |
void |
FiniteTransitionVariableType.setId(NodeId value) |
void |
FiniteStateVariableType.setId(NodeId value) |
void |
TransitionVariableType.setId(Object value) |
void |
StateVariableType.setId(Object value) |
void |
ISrClassType.setId(UnsignedByte value) |
void |
RoleType.setIdentities(IdentityMappingRuleType[] value) |
void |
HistoricalExternalEventSourceType.setIdentityTokenPolicy(UserTokenPolicy value) |
void |
LldpPortInformationType.setIetfBaseNetworkInterfaceName(String value) |
void |
ServerConfigurationType.setInApplicationSetup(Boolean value) |
void |
SerializationEntityType.setIncludeDictionaryReference(Boolean value) |
void |
SerializationEntityType.setIncludeReferenceTypes(NodeId[] value) |
void |
SerializationEntityType.setIncludeSourceTimestamp(Boolean value) |
void |
SerializationEntityType.setIncludeStatus(Boolean value) |
void |
AuditWriteUpdateEventType.setIndexRange(String value) |
void |
AuditUpdateMethodEventType.setInputArguments(Object[] value) |
void |
AuditClientUpdateMethodResultEventType.setInputArguments(Object[] value) |
void |
AlarmConditionType.setInputNode(NodeId value) |
void |
HistoryServerCapabilitiesType.setInsertAnnotationCapability(Boolean value) |
void |
HistoryServerCapabilitiesType.setInsertDataCapability(Boolean value) |
void |
HistoryServerCapabilitiesType.setInsertEventCapability(Boolean value) |
void |
BaseAnalogType.setInstrumentRange(Range value) |
void |
ArrayItemType.setInstrumentRange(Range value) |
void |
IIeeeTsnInterfaceConfigurationType.setInterfaceName(String value) |
void |
ProgramTransitionEventType.setIntermediateResult(Object value) |
void |
IIeeeBaseTsnTrafficSpecificationType.setInterval(UnsignedRationalNumber value) |
void |
AuditCertificateDataMismatchEventType.setInvalidHostname(String value) |
void |
AuditCertificateDataMismatchEventType.setInvalidUri(String value) |
void |
ProgramDiagnosticType.setInvocationCreationTime(DateTime value) |
void |
ProgramDiagnostic2Type.setInvocationCreationTime(DateTime value) |
void |
StandaloneSubscribedDataSetType.setIsConnected(Boolean value) |
void |
AuditHistoryRawModifyDeleteEventType.setIsDeleteModified(Boolean value) |
void |
NamespaceMetadataType.setIsNamespaceSubset(Boolean value) |
void |
ApplicationConfigurationType.setIsNonUaApplication(Boolean value) |
void |
ProvisionableDeviceType.setIsSingleton(Boolean value) |
void |
AuthorizationServiceConfigurationType.setIssuerEndpointUrl(String value) |
void |
WriterGroupType.setKeepAliveTime(Double value) |
void |
DataSetWriterType.setKeyFrameCount(UnsignedInteger value) |
void |
DataSetReaderType.setKeyFrameCount(UnsignedInteger value) |
void |
SecurityGroupType.setKeyLifetime(Double value) |
void |
AliasNameCategoryType.setLastChange(UnsignedInteger value) |
void |
LldpRemoteStatisticsType.setLastChangeTime(UnsignedInteger value) |
void |
ProgramDiagnosticType.setLastMethodCall(String value) |
void |
ProgramDiagnostic2Type.setLastMethodCall(String value) |
void |
ProgramDiagnosticType.setLastMethodCallTime(DateTime value) |
void |
ProgramDiagnostic2Type.setLastMethodCallTime(DateTime value) |
void |
ProgramDiagnostic2Type.setLastMethodInputArguments(Argument[] value) |
void |
ProgramDiagnosticType.setLastMethodInputArguments(Object[] value) |
void |
ProgramDiagnostic2Type.setLastMethodInputValues(Object[] value) |
void |
ProgramDiagnostic2Type.setLastMethodOutputArguments(Argument[] value) |
void |
ProgramDiagnosticType.setLastMethodOutputArguments(Object[] value) |
void |
ProgramDiagnostic2Type.setLastMethodOutputValues(Object[] value) |
void |
ProgramDiagnostic2Type.setLastMethodReturnStatus(StatusCode value) |
void |
ProgramDiagnosticType.setLastMethodReturnStatus(StatusResult value) |
void |
ProgramDiagnosticType.setLastMethodSessionId(NodeId value) |
void |
ProgramDiagnostic2Type.setLastMethodSessionId(NodeId value) |
void |
FileType.setLastModifiedTime(DateTime value) |
void |
PubSubKeyPushTargetType.setLastPushErrorTime(DateTime value) |
void |
PubSubKeyPushTargetType.setLastPushExecutionTime(DateTime value) |
void |
DialogConditionType.setLastResponse(Integer value) |
void |
ConditionType.setLastSeverity(UnsignedShort value) |
void |
StateMachineType.setLastTransition(LocalizedText value) |
void |
ProgramStateMachineType.setLastTransition(LocalizedText value) |
void |
FiniteStateMachineType.setLastTransition(LocalizedText value) |
void |
ProgramDiagnosticType.setLastTransitionTime(DateTime value) |
void |
ProgramDiagnostic2Type.setLastTransitionTime(DateTime value) |
void |
TrustListType.setLastUpdateTime(DateTime value) |
void |
TrustListOutOfDateAlarmType.setLastUpdateTime(DateTime value) |
void |
ConfigurationFileType.setLastUpdateTime(DateTime value) |
void |
AlarmConditionType.setLatchedState(LocalizedText value) |
void |
SubscriptionDiagnosticsType.setLatePublishRequestCount(UnsignedInteger value) |
void |
CartesianCoordinatesType.setLengthUnit(EUInformation value) |
void |
AlternativeUnitType.setLinearConversion(LinearConversionDataType value) |
void |
IIeeeBaseTsnStatusStreamType.setListenerStatus(TsnListenerStatus value) |
void |
AudioVariableType.setListId(String value) |
void |
ServerCapabilitiesType.setLocaleIdArray(String[] value) |
void |
WriterGroupType.setLocaleIds(String[] value) |
void |
SessionDiagnosticsVariableType.setLocaleIds(String[] value) |
void |
ServerType.setLocalTime(TimeZoneDataType value) |
void |
BaseEventType.setLocalTime(TimeZoneDataType value) |
void |
LimitAlarmType.setLowDeadband(Double value) |
void |
LimitAlarmType.setLowLimit(Double value) |
void |
LimitAlarmType.setLowLowDeadband(Double value) |
void |
LimitAlarmType.setLowLowLimit(Double value) |
void |
NonExclusiveLimitAlarmType.setLowLowState(LocalizedText value) |
void |
NonExclusiveLimitAlarmType.setLowState(LocalizedText value) |
void |
IIeeeTsnInterfaceConfigurationType.setMacAddress(String value) |
void |
LldpRemoteSystemType.setManagementAddress(LldpManagementAddressType[] value) |
void |
LldpPortInformationType.setManagementAddressTxPort(LldpManagementAddressTxPortType[] value) |
void |
BuildInfoType.setManufacturerName(String value) |
void |
IPriorityMappingEntryType.setMappingUri(String value) |
void |
AlternativeUnitType.setMathMLConversion(String value) |
void |
AlternativeUnitType.setMathMLInverseConversion(String value) |
void |
ServerCapabilitiesType.setMaxArrayLength(UnsignedInteger value) |
void |
ServerCapabilitiesType.setMaxBrowseContinuationPoints(UnsignedShort value) |
void |
ServerCapabilitiesType.setMaxByteStringLength(UnsignedInteger value) |
void |
FileType.setMaxByteStringLength(UnsignedInteger value) |
void |
ApplicationConfigurationFileType.setMaxCertificateGroups(UnsignedShort value) |
void |
HistoricalDataConfigurationType.setMaxCountStoredValues(UnsignedInteger value) |
void |
PubSubCapabilitiesType.setMaxDataSetReaders(UnsignedInteger value) |
void |
PubSubCapabilitiesType.setMaxDataSetWriters(UnsignedInteger value) |
void |
PubSubCapabilitiesType.setMaxDataSetWritersPerGroup(UnsignedInteger value) |
void |
ApplicationConfigurationFileType.setMaxEndpoints(UnsignedShort value) |
void |
PubSubCapabilitiesType.setMaxFieldsPerDataSet(UnsignedInteger value) |
void |
IIeeeBaseEthernetPortType.setMaxFrameLength(UnsignedShort value) |
void |
IIeeeBaseTsnTrafficSpecificationType.setMaxFrameSize(UnsignedInteger value) |
void |
SecurityGroupType.setMaxFutureKeyCount(UnsignedInteger value) |
void |
ServerCapabilitiesType.setMaxHistoryContinuationPoints(UnsignedShort value) |
void |
PubSubTransportLimitsExceedEventType.setMaximum(UnsignedInteger value) |
void |
AlarmMetricsType.setMaximumActiveState(Double value) |
void |
AlarmMetricsType.setMaximumAlarmRate(Double value) |
void |
AlarmMetricsType.setMaximumReAlarmCount(UnsignedInteger value) |
void |
AlarmMetricsType.setMaximumUnAck(Double value) |
void |
IIeeeBaseTsnTrafficSpecificationType.setMaxIntervalFrames(UnsignedShort value) |
void |
SubscriptionDiagnosticsType.setMaxKeepAliveCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsType.setMaxLifetimeCount(UnsignedInteger value) |
void |
ServerCapabilitiesType.setMaxLogObjectContinuationPoints(UnsignedShort value) |
void |
ServerCapabilitiesType.setMaxMonitoredItems(UnsignedInteger value) |
void |
OperationLimitsType.setMaxMonitoredItemsPerCall(UnsignedInteger value) |
void |
ServerCapabilitiesType.setMaxMonitoredItemsPerSubscription(UnsignedInteger value) |
void |
ServerCapabilitiesType.setMaxMonitoredItemsQueueSize(UnsignedInteger value) |
void |
PubSubGroupType.setMaxNetworkMessageSize(UnsignedInteger value) |
void |
PubSubCapabilitiesType.setMaxNetworkMessageSizeBroker(UnsignedInteger value) |
void |
PubSubCapabilitiesType.setMaxNetworkMessageSizeDatagram(UnsignedInteger value) |
void |
OperationLimitsType.setMaxNodesPerBrowse(UnsignedInteger value) |
void |
OperationLimitsType.setMaxNodesPerHistoryReadData(UnsignedInteger value) |
void |
OperationLimitsType.setMaxNodesPerHistoryReadEvents(UnsignedInteger value) |
void |
OperationLimitsType.setMaxNodesPerHistoryUpdateData(UnsignedInteger value) |
void |
OperationLimitsType.setMaxNodesPerHistoryUpdateEvents(UnsignedInteger value) |
void |
OperationLimitsType.setMaxNodesPerMethodCall(UnsignedInteger value) |
void |
OperationLimitsType.setMaxNodesPerNodeManagement(UnsignedInteger value) |
void |
OperationLimitsType.setMaxNodesPerRead(UnsignedInteger value) |
void |
OperationLimitsType.setMaxNodesPerRegisterNodes(UnsignedInteger value) |
void |
OperationLimitsType.setMaxNodesPerTranslateBrowsePathsToNodeIds(UnsignedInteger value) |
void |
OperationLimitsType.setMaxNodesPerWrite(UnsignedInteger value) |
void |
SubscriptionDiagnosticsType.setMaxNotificationsPerPublish(UnsignedInteger value) |
void |
SecurityGroupType.setMaxPastKeyCount(UnsignedInteger value) |
void |
PubSubCapabilitiesType.setMaxPublishedDataSets(UnsignedInteger value) |
void |
PubSubCapabilitiesType.setMaxPubSubConnections(UnsignedInteger value) |
void |
PubSubCapabilitiesType.setMaxPushTargets(UnsignedInteger value) |
void |
ServerCapabilitiesType.setMaxQueryContinuationPoints(UnsignedShort value) |
void |
PubSubCapabilitiesType.setMaxReaderGroups(UnsignedInteger value) |
void |
LogObjectType.setMaxRecords(UnsignedInteger value) |
void |
SessionDiagnosticsVariableType.setMaxResponseMessageSize(UnsignedInteger value) |
void |
HistoryServerCapabilitiesType.setMaxReturnDataValues(UnsignedInteger value) |
void |
HistoryServerCapabilitiesType.setMaxReturnEventValues(UnsignedInteger value) |
void |
SamplingIntervalDiagnosticsType.setMaxSampledMonitoredItemsCount(UnsignedInteger value) |
void |
PubSubCapabilitiesType.setMaxSecurityGroups(UnsignedInteger value) |
void |
ServerCapabilitiesType.setMaxSelectClauseParameters(UnsignedInteger value) |
void |
ServerCapabilitiesType.setMaxSessions(UnsignedInteger value) |
void |
PubSubCapabilitiesType.setMaxStandaloneSubscribedDataSets(UnsignedInteger value) |
void |
LogObjectType.setMaxStorageDuration(Double value) |
void |
ServerCapabilitiesType.setMaxStringLength(UnsignedInteger value) |
void |
ServerCapabilitiesType.setMaxSubscriptions(UnsignedInteger value) |
void |
ServerCapabilitiesType.setMaxSubscriptionsPerSession(UnsignedInteger value) |
void |
HistoricalDataConfigurationType.setMaxTimeInterval(Double value) |
void |
AlarmConditionType.setMaxTimeShelved(Double value) |
void |
HistoricalDataConfigurationType.setMaxTimeStoredValues(Double value) |
void |
ServerConfigurationType.setMaxTrustListSize(UnsignedInteger value) |
void |
ServerCapabilitiesType.setMaxWhereClauseParameters(UnsignedInteger value) |
void |
PubSubCapabilitiesType.setMaxWriterGroups(UnsignedInteger value) |
void |
BaseEventType.setMessage(LocalizedText value) |
void |
DataSetReaderType.setMessageReceiveTimeout(Double value) |
void |
DatagramWriterGroupTransportType.setMessageRepeatCount(UnsignedByte value) |
void |
DatagramWriterGroupTransportType.setMessageRepeatDelay(Double value) |
void |
BrokerDataSetWriterTransportType.setMetaDataQueueName(String value) |
void |
BrokerDataSetReaderTransportType.setMetaDataQueueName(String value) |
void |
BrokerDataSetWriterTransportType.setMetaDataUpdateTime(Double value) |
void |
AuditClientUpdateMethodResultEventType.setMethodId(ExpandedNodeId value) |
void |
AuditUpdateMethodEventType.setMethodId(NodeId value) |
void |
FileType.setMimeType(String value) |
void |
LogObjectType.setMinimumSeverity(UnsignedShort value) |
void |
ServerCapabilitiesType.setMinSupportedSampleRate(Double value) |
void |
HistoricalDataConfigurationType.setMinTimeInterval(Double value) |
void |
NonTransparentBackupRedundancyType.setMode(RedundantServerMode value) |
void |
NamespaceMetadataType.setModelVersion(String value) |
void |
SubscriptionDiagnosticsType.setModifyCount(UnsignedInteger value) |
void |
SessionDiagnosticsVariableType.setModifyMonitoredItemsCount(ServiceCounterDataType value) |
void |
SessionDiagnosticsVariableType.setModifySubscriptionCount(ServiceCounterDataType value) |
void |
SubscriptionDiagnosticsType.setMonitoredItemCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsType.setMonitoringQueueOverflowCount(UnsignedInteger value) |
void |
ServerConfigurationType.setMulticastDnsEnabled(Boolean value) |
void |
TransitionVariableType.setName(QualifiedName value) |
void |
StateVariableType.setName(QualifiedName value) |
void |
ServerType.setNamespaceArray(String[] value) |
void |
NamespaceMetadataType.setNamespacePublicationDate(DateTime value) |
void |
NamespaceMetadataType.setNamespaceUri(String value) |
void |
DataTypeDictionaryType.setNamespaceUri(String value) |
void |
NamespaceMetadataType.setNamespaceVersion(String value) |
void |
IIeeeAutoNegotiationStatusType.setNegotiationStatus(NegotiationStatus value) |
void |
NetworkAddressType.setNetworkInterface(String value) |
void |
JsonWriterGroupMessageType.setNetworkMessageContentMask(JsonNetworkMessageContentMask value) |
void |
JsonDataSetReaderMessageType.setNetworkMessageContentMask(JsonNetworkMessageContentMask value) |
void |
UadpWriterGroupMessageType.setNetworkMessageContentMask(UadpNetworkMessageContentMask value) |
void |
UadpDataSetReaderMessageType.setNetworkMessageContentMask(UadpNetworkMessageContentMask value) |
void |
UadpDataSetWriterMessageType.setNetworkMessageNumber(UnsignedShort value) |
void |
UadpDataSetReaderMessageType.setNetworkMessageNumber(UnsignedShort value) |
void |
AuditUpdateStateEventType.setNewStateId(Object value) |
void |
AuditWriteUpdateEventType.setNewValue(Object value) |
void |
AuditHistoryAnnotationUpdateEventType.setNewValues(Annotation[] value) |
void |
AuditHistoryValueUpdateEventType.setNewValues(DataValue[] value) |
void |
AuditHistoryEventUpdateEventType.setNewValues(HistoryEventFieldList[] value) |
void |
ConfigurationUpdatedAuditEventType.setNewVersion(UnsignedInteger value) |
void |
SubscriptionDiagnosticsType.setNextSequenceNumber(UnsignedInteger value) |
void |
AuditAddNodesEventType.setNodesToAdd(AddNodesItem[] value) |
void |
AuditDeleteNodesEventType.setNodesToDelete(DeleteNodesItem[] value) |
void |
OrderedListType.setNodeVersion(String value) |
void |
OffNormalAlarmType.setNormalState(NodeId value) |
void |
SubscriptionDiagnosticsType.setNotificationsCount(UnsignedInteger value) |
void |
TransitionVariableType.setNumber(UnsignedInteger value) |
void |
StateVariableType.setNumber(UnsignedInteger value) |
void |
IOrderedObjectType.setNumberInList(Number value) |
void |
RationalNumberType.setNumerator(Integer value) |
void |
AuditClientUpdateMethodResultEventType.setObjectId(ExpandedNodeId value) |
void |
AlarmConditionType.setOffDelay(Double value) |
void |
DialogConditionType.setOkResponse(Integer value) |
void |
AuditUpdateStateEventType.setOldStateId(Object value) |
void |
AuditWriteUpdateEventType.setOldValue(Object value) |
void |
AuditHistoryAnnotationUpdateEventType.setOldValues(Annotation[] value) |
void |
AuditHistoryValueUpdateEventType.setOldValues(DataValue[] value) |
void |
AuditHistoryRawModifyDeleteEventType.setOldValues(DataValue[] value) |
void |
AuditHistoryAtTimeDeleteEventType.setOldValues(DataValue[] value) |
void |
AuditHistoryEventDeleteEventType.setOldValues(HistoryEventFieldList value) |
void |
AuditHistoryEventUpdateEventType.setOldValues(HistoryEventFieldList[] value) |
void |
ConfigurationUpdatedAuditEventType.setOldVersion(UnsignedInteger value) |
void |
AlarmConditionType.setOnDelay(Double value) |
void |
FileType.setOpenCount(UnsignedShort value) |
void |
IetfBaseNetworkInterfaceType.setOperStatus(InterfaceOperStatus value) |
void |
IIetfBaseNetworkInterfaceType.setOperStatus(InterfaceOperStatus value) |
void |
OptionSetType.setOptionSetValues(LocalizedText[] value) |
void |
FrameType.setOrientation(Orientation value) |
void |
ThreeDFrameType.setOrientation(ThreeDOrientation value) |
void |
AlarmConditionType.setOutOfServiceState(LocalizedText value) |
void |
AuditUpdateMethodEventType.setOutputArguments(Object[] value) |
void |
AuditClientUpdateMethodResultEventType.setOutputArguments(Object[] value) |
void |
AuditHistoryUpdateEventType.setParameterDataTypeId(NodeId value) |
void |
UserManagementType.setPasswordLength(Range value) |
void |
UserManagementType.setPasswordOptions(PasswordOptionsMask value) |
void |
UserManagementType.setPasswordRestrictions(LocalizedText value) |
void |
AggregateConfigurationType.setPercentDataBad(UnsignedByte value) |
void |
AggregateConfigurationType.setPercentDataGood(UnsignedByte value) |
void |
AuditHistoryValueUpdateEventType.setPerformInsertReplace(PerformUpdateType value) |
void |
AuditHistoryEventUpdateEventType.setPerformInsertReplace(PerformUpdateType value) |
void |
AuditHistoryAnnotationUpdateEventType.setPerformInsertReplace(PerformUpdateType value) |
void |
IetfBaseNetworkInterfaceType.setPhysAddress(String value) |
void |
IIetfBaseNetworkInterfaceType.setPhysAddress(String value) |
void |
LldpRemoteSystemType.setPortDescription(String value) |
void |
LldpPortInformationType.setPortDescription(String value) |
void |
LldpRemoteSystemType.setPortId(String value) |
void |
LldpPortInformationType.setPortId(String value) |
void |
LldpRemoteSystemType.setPortIdSubtype(PortIdSubtype value) |
void |
LldpPortInformationType.setPortIdSubtype(PortIdSubtype value) |
void |
FileType.setPosition(UnsignedInteger f_fileHandle,
UnsignedLong f_position) |
void |
WriterGroupType.setPriority(UnsignedByte value) |
void |
SubscriptionDiagnosticsType.setPriority(UnsignedByte value) |
void |
ISrClassType.setPriority(UnsignedByte value) |
void |
IIeeeTsnVlanTagType.setPriorityCodePoint(UnsignedByte value) |
void |
IPriorityMappingEntryType.setPriorityLabel(String value) |
void |
PriorityMappingTableType.setPriorityMapppingEntries(PriorityMappingEntryType[] value) |
void |
IPriorityMappingEntryType.setPriorityValue_DSCP(UnsignedInteger value) |
void |
IPriorityMappingEntryType.setPriorityValue_PCP(UnsignedByte value) |
void |
UadpDataSetReaderMessageType.setProcessingOffset(Double value) |
void |
BuildInfoType.setProductName(String value) |
void |
ServerConfigurationType.setProductUri(String value) |
void |
BuildInfoType.setProductUri(String value) |
void |
ApplicationConfigurationType.setProductUri(String value) |
void |
KeyCredentialConfigurationType.setProfileUri(String value) |
void |
ProgramStateMachineType.setProgramDiagnostic(ProgramDiagnostic2DataType value) |
void |
ProgressEventType.setProgress(UnsignedShort value) |
void |
DialogConditionType.setPrompt(LocalizedText value) |
void |
SessionDiagnosticsVariableType.setPublishCount(ServiceCounterDataType value) |
void |
PublishedDataItemsType.setPublishedData(PublishedVariableDataType[] value) |
void |
PubSubConnectionType.setPublisherId(Object value) |
void |
DataSetReaderType.setPublisherId(Object value) |
void |
SubscriptionDiagnosticsType.setPublishingEnabled(Boolean value) |
void |
WriterGroupType.setPublishingInterval(Double value) |
void |
UadpDataSetReaderMessageType.setPublishingInterval(Double value) |
void |
SubscriptionDiagnosticsType.setPublishingInterval(Double value) |
void |
ServerDiagnosticsSummaryType.setPublishingIntervalCount(UnsignedInteger value) |
void |
UadpWriterGroupMessageType.setPublishingOffset(Double[] value) |
void |
SubscriptionDiagnosticsType.setPublishRequestCount(UnsignedInteger value) |
void |
PublishedEventsType.setPubSubEventNotifier(NodeId value) |
void |
CertificateGroupType.setPurpose(NodeId value) |
void |
DatagramWriterGroupTransportType.setQosCategory(String value) |
void |
DatagramDataSetReaderTransportType.setQosCategory(String value) |
void |
DatagramConnectionTransportType.setQosCategory(String value) |
void |
ConditionType.setQuality(StatusCode value) |
void |
SessionDiagnosticsVariableType.setQueryFirstCount(ServiceCounterDataType value) |
void |
SessionDiagnosticsVariableType.setQueryNextCount(ServiceCounterDataType value) |
void |
BrokerWriterGroupTransportType.setQueueName(String value) |
void |
BrokerDataSetWriterTransportType.setQueueName(String value) |
void |
BrokerDataSetReaderTransportType.setQueueName(String value) |
void |
AlarmRateVariableType.setRate(UnsignedShort value) |
void |
SessionDiagnosticsVariableType.setReadCount(ServiceCounterDataType value) |
void |
AlarmConditionType.setReAlarmRepeatCount(Short value) |
void |
AlarmConditionType.setReAlarmTime(Double value) |
void |
UadpDataSetReaderMessageType.setReceiveOffset(Double value) |
void |
IIeeeTsnInterfaceConfigurationListenerType.setReceiveOffset(UnsignedInteger value) |
void |
BaseEventType.setReceiveTime(DateTime value) |
void |
ProgramStateMachineType.setRecycleCount(Integer value) |
void |
ServerRedundancyType.setRedundancySupport(RedundancySupport value) |
void |
TransparentRedundancyType.setRedundantServerArray(RedundantServerDataType[] value) |
void |
ServerRedundancyType.setRedundantServerArray(RedundantServerDataType[] value) |
void |
NonTransparentBackupRedundancyType.setRedundantServerArray(RedundantServerDataType[] value) |
void |
ReferenceDescriptionVariableType.setReferenceRefinement(ReferenceListEntryDataType[] value) |
void |
AuditAddReferencesEventType.setReferencesToAdd(AddReferencesItem[] value) |
void |
AuditDeleteReferencesEventType.setReferencesToDelete(DeleteReferencesItem[] value) |
void |
SessionDiagnosticsVariableType.setRegisterNodesCount(ServiceCounterDataType value) |
void |
ProvisionableDeviceType.setRegistrarEndpoints(ApplicationDescription[] f_registrars) |
void |
ServerDiagnosticsSummaryType.setRejectedRequestsCount(UnsignedInteger value) |
void |
ServerDiagnosticsSummaryType.setRejectedSessionCount(UnsignedInteger value) |
void |
LldpRemoteStatisticsType.setRemoteAgeouts(UnsignedInteger value) |
void |
LldpRemoteSystemType.setRemoteChanges(Boolean value) |
void |
LldpRemoteStatisticsType.setRemoteDeletes(UnsignedInteger value) |
void |
LldpRemoteStatisticsType.setRemoteDrops(UnsignedInteger value) |
void |
LldpRemoteSystemType.setRemoteIndex(UnsignedInteger value) |
void |
LldpRemoteStatisticsType.setRemoteInserts(UnsignedInteger value) |
void |
LldpRemoteSystemType.setRemoteTooManyNeighbors(Boolean value) |
void |
LldpRemoteSystemType.setRemoteUnknownTlv(LldpTlvType[] value) |
void |
HistoryServerCapabilitiesType.setReplaceDataCapability(Boolean value) |
void |
HistoryServerCapabilitiesType.setReplaceEventCapability(Boolean value) |
void |
SessionDiagnosticsVariableType.setRepublishCount(ServiceCounterDataType value) |
void |
SubscriptionDiagnosticsType.setRepublishMessageCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsType.setRepublishMessageRequestCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsType.setRepublishRequestCount(UnsignedInteger value) |
void |
AuditHistoryAtTimeDeleteEventType.setReqTimes(DateTime[] value) |
void |
BrokerWriterGroupTransportType.setRequestedDeliveryGuarantee(BrokerTransportQualityOfService value) |
void |
BrokerDataSetWriterTransportType.setRequestedDeliveryGuarantee(BrokerTransportQualityOfService value) |
void |
BrokerDataSetReaderTransportType.setRequestedDeliveryGuarantee(BrokerTransportQualityOfService value) |
void |
PubSubKeyPushTargetType.setRequestedKeyCount(UnsignedShort value) |
void |
AuditOpenSecureChannelEventType.setRequestedLifetime(Double value) |
void |
AuditCancelEventType.setRequestHandle(UnsignedInteger value) |
void |
AuditOpenSecureChannelEventType.setRequestType(SecurityTokenRequestType value) |
void |
KeyCredentialDeletedAuditEventType.setResourceUri(String value) |
void |
KeyCredentialConfigurationType.setResourceUri(String value) |
void |
KeyCredentialAuditEventType.setResourceUri(String value) |
void |
BrokerWriterGroupTransportType.setResourceUri(String value) |
void |
BrokerDataSetWriterTransportType.setResourceUri(String value) |
void |
BrokerDataSetReaderTransportType.setResourceUri(String value) |
void |
BrokerConnectionTransportType.setResourceUri(String value) |
void |
DialogConditionType.setResponseOptionSet(LocalizedText[] value) |
void |
SelectionListType.setRestrictToList(Boolean value) |
void |
TransactionDiagnosticsType.setResult(StatusCode value) |
void |
ConditionType.setRetain(Boolean value) |
void |
PubSubKeyPushTargetType.setRetryInterval(Double value) |
void |
AuditCreateSessionEventType.setRevisedSessionTimeout(Double value) |
void |
SamplingIntervalDiagnosticsType.setSampledMonitoredItemsCount(UnsignedInteger value) |
void |
SamplingIntervalDiagnosticsType.setSamplingInterval(Double value) |
void |
ServerDiagnosticsType.setSamplingIntervalDiagnosticsArray(SamplingIntervalDiagnosticsDataType[] value) |
void |
UadpWriterGroupMessageType.setSamplingOffset(Double value) |
void |
ServerStatusType.setSecondsTillShutdown(UnsignedInteger value) |
void |
AuditCreateSessionEventType.setSecureChannelId(String value) |
void |
AuditChannelEventType.setSecureChannelId(String value) |
void |
AuditActivateSessionEventType.setSecureChannelId(String value) |
void |
SecurityGroupType.setSecurityGroupId(String value) |
void |
PubSubGroupType.setSecurityGroupId(String value) |
void |
DataSetReaderType.setSecurityGroupId(String value) |
void |
PublishSubscribeType.setSecurityKeys(String f_securityGroupId,
String f_securityPolicyUri,
UnsignedInteger f_currentTokenId,
ByteString f_currentKey,
ByteString[] f_futureKeys,
Double f_timeToNextKey,
Double f_keyLifetime) |
void |
PubSubGroupType.setSecurityKeyServices(EndpointDescription[] value) |
void |
DataSetReaderType.setSecurityKeyServices(EndpointDescription[] value) |
void |
SessionSecurityDiagnosticsType.setSecurityMode(MessageSecurityMode value) |
void |
PubSubGroupType.setSecurityMode(MessageSecurityMode value) |
void |
HistoricalExternalEventSourceType.setSecurityMode(MessageSecurityMode value) |
void |
DataSetReaderType.setSecurityMode(MessageSecurityMode value) |
void |
AuditOpenSecureChannelEventType.setSecurityMode(MessageSecurityMode value) |
void |
SessionSecurityDiagnosticsType.setSecurityPolicyUri(String value) |
void |
SecurityGroupType.setSecurityPolicyUri(String value) |
void |
PubSubKeyPushTargetType.setSecurityPolicyUri(String value) |
void |
HistoricalExternalEventSourceType.setSecurityPolicyUri(String value) |
void |
AuditOpenSecureChannelEventType.setSecurityPolicyUri(String value) |
void |
ApplicationConfigurationFileType.setSecurityPolicyUris(String[] value) |
void |
ServerDiagnosticsSummaryType.setSecurityRejectedRequestsCount(UnsignedInteger value) |
void |
ServerDiagnosticsSummaryType.setSecurityRejectedSessionCount(UnsignedInteger value) |
void |
PublishedEventsType.setSelectedFields(SimpleAttributeOperand[] value) |
void |
AuditConditionRespondEventType.setSelectedResponse(UnsignedInteger value) |
void |
SelectionListType.setSelectionDescriptions(LocalizedText[] value) |
void |
SelectionListType.setSelections(Object[] value) |
void |
SerializationEntityType.setSerializationDepth(UnsignedShort value) |
void |
SerializationEntityType.setSerializedData(Structure value) |
void |
HistoricalExternalEventSourceType.setServer(String value) |
void |
ServerType.setServerArray(String[] value) |
void |
ServerConfigurationType.setServerCapabilities(String[] value) |
void |
ServerDiagnosticsType.setServerDiagnosticsSummary(ServerDiagnosticsSummaryDataType value) |
void |
AuditEventType.setServerId(String value) |
void |
NonTransparentNetworkRedundancyType.setServerNetworkGroups(NetworkGroupDataType[] value) |
void |
ServerCapabilitiesType.setServerProfileArray(String[] value) |
void |
ServerType.setServerStatus(ServerStatusDataType value) |
void |
HistoryServerCapabilitiesType.setServerTimestampSupported(Boolean value) |
void |
HistoricalDataConfigurationType.setServerTimestampSupported(Boolean value) |
void |
SessionDiagnosticsVariableType.setServerUri(String value) |
void |
AuditClientEventType.setServerUri(String value) |
void |
NonTransparentRedundancyType.setServerUriArray(String[] value) |
void |
ServerDiagnosticsSummaryType.setServerViewCount(UnsignedInteger value) |
void |
AuthorizationServiceConfigurationType.setServiceCertificate(ByteString value) |
void |
ServerType.setServiceLevel(UnsignedByte value) |
void |
KeyCredentialConfigurationType.setServiceStatus(StatusCode value) |
void |
AuthorizationServiceConfigurationType.setServiceUri(String value) |
void |
ServerDiagnosticsSummaryType.setSessionAbortCount(UnsignedInteger value) |
void |
SessionDiagnosticsObjectType.setSessionDiagnostics(SessionDiagnosticsDataType value) |
void |
SessionsDiagnosticsSummaryType.setSessionDiagnosticsArray(SessionDiagnosticsDataType[] value) |
void |
SubscriptionDiagnosticsType.setSessionId(NodeId value) |
void |
SessionSecurityDiagnosticsType.setSessionId(NodeId value) |
void |
SessionDiagnosticsVariableType.setSessionId(NodeId value) |
void |
AuditSessionEventType.setSessionId(NodeId value) |
void |
SessionDiagnosticsVariableType.setSessionName(String value) |
void |
SessionDiagnosticsObjectType.setSessionSecurityDiagnostics(SessionSecurityDiagnosticsDataType value) |
void |
SessionsDiagnosticsSummaryType.setSessionSecurityDiagnosticsArray(SessionSecurityDiagnosticsDataType[] value) |
void |
ServerDiagnosticsSummaryType.setSessionTimeoutCount(UnsignedInteger value) |
void |
SessionDiagnosticsVariableType.setSetMonitoringModeCount(ServiceCounterDataType value) |
void |
NonExclusiveDeviationAlarmType.setSetpointNode(NodeId value) |
void |
ExclusiveDeviationAlarmType.setSetpointNode(NodeId value) |
void |
SessionDiagnosticsVariableType.setSetPublishingModeCount(ServiceCounterDataType value) |
void |
SessionDiagnosticsVariableType.setSetTriggeringCount(ServiceCounterDataType value) |
void |
BaseEventType.setSeverity(UnsignedShort value) |
void |
LimitAlarmType.setSeverityHigh(UnsignedShort value) |
void |
LimitAlarmType.setSeverityHighHigh(UnsignedShort value) |
void |
LimitAlarmType.setSeverityLow(UnsignedShort value) |
void |
LimitAlarmType.setSeverityLowLow(UnsignedShort value) |
void |
AuditConditionShelvingEventType.setShelvingTime(Double value) |
void |
ServerStatusType.setShutdownReason(LocalizedText value) |
void |
AlarmConditionType.setSilenceState(LocalizedText value) |
void |
FileType.setSize(UnsignedLong value) |
void |
ServerCapabilitiesType.setSoftwareCertificates(SignedSoftwareCertificate[] value) |
void |
BuildInfoType.setSoftwareVersion(String value) |
void |
HistoricalEventConfigurationType.setSortByEventFields(SimpleAttributeOperand[] value) |
void |
IIeeeTsnMacAddressType.setSourceAddress(UnsignedByte[] value) |
void |
BaseEventType.setSourceName(String value) |
void |
BaseEventType.setSourceNode(NodeId value) |
void |
ConditionVariableType.setSourceTimestamp(DateTime value) |
void |
IetfBaseNetworkInterfaceType.setSpeed(UnsignedLong value) |
void |
IIetfBaseNetworkInterfaceType.setSpeed(UnsignedLong value) |
void |
IIeeeBaseEthernetPortType.setSpeed(UnsignedLong value) |
void |
IIeeeBaseTsnStreamType.setSrClassId(UnsignedByte value) |
void |
HistoricalEventConfigurationType.setStartOfArchive(DateTime value) |
void |
HistoricalDataConfigurationType.setStartOfArchive(DateTime value) |
void |
HistoricalEventConfigurationType.setStartOfOnlineArchive(DateTime value) |
void |
HistoricalDataConfigurationType.setStartOfOnlineArchive(DateTime value) |
void |
TransactionDiagnosticsType.setStartTime(DateTime value) |
void |
ServerStatusType.setStartTime(DateTime value) |
void |
AuditHistoryRawModifyDeleteEventType.setStartTime(DateTime value) |
void |
AuditHistoryBulkInsertEventType.setStartTime(DateTime value) |
void |
AlarmMetricsType.setStartTime(DateTime value) |
void |
PubSubStatusType.setState(PubSubState value) |
void |
PubSubStatusEventType.setState(PubSubState value) |
void |
ServerStatusType.setState(ServerState value) |
void |
IIeeeBaseTsnStreamType.setState(TsnStreamState value) |
void |
StateType.setStateNumber(UnsignedInteger value) |
void |
NamespaceMetadataType.setStaticNodeIdTypes(IdType[] value) |
void |
NamespaceMetadataType.setStaticNumericNodeIdRange(String[] value) |
void |
NamespaceMetadataType.setStaticStringNodeIdPattern(String value) |
void |
AuditEventType.setStatus(Boolean value) |
void |
AuditUpdateMethodEventType.setStatusCodeId(StatusCode value) |
void |
AuditSecurityEventType.setStatusCodeId(StatusCode value) |
void |
AuditClientUpdateMethodResultEventType.setStatusCodeId(StatusCode value) |
void |
HistoricalDataConfigurationType.setStepped(Boolean value) |
void |
IIeeeBaseTsnStreamType.setStreamId(UnsignedByte[] value) |
void |
IIeeeBaseTsnStreamType.setStreamName(String value) |
void |
PubSubDiagnosticsType.setSubError(Boolean value) |
void |
SessionDiagnosticsObjectType.setSubscriptionDiagnosticsArray(SubscriptionDiagnosticsDataType[] value) |
void |
ServerDiagnosticsType.setSubscriptionDiagnosticsArray(SubscriptionDiagnosticsDataType[] value) |
UnsignedInteger |
ServerType.setSubscriptionDurable(UnsignedInteger f_subscriptionId,
UnsignedInteger f_lifetimeInHours) |
void |
SubscriptionDiagnosticsType.setSubscriptionId(UnsignedInteger value) |
void |
ConfigurationFileType.setSupportedDataType(NodeId value) |
void |
ServerConfigurationType.setSupportedPrivateKeyFormats(String[] value) |
void |
SecurityGroupFolderType.setSupportedSecurityPolicyUris(String[] value) |
void |
PublishSubscribeType.setSupportedTransportProfiles(String[] value) |
void |
PubSubCapabilitiesType.setSupportSecurityKeyPull(Boolean value) |
void |
PubSubCapabilitiesType.setSupportSecurityKeyPush(Boolean value) |
void |
PubSubCapabilitiesType.setSupportSecurityKeyServer(Boolean value) |
void |
ServerConfigurationType.setSupportsTransactions(Boolean value) |
void |
AlarmConditionType.setSuppressedOrShelved(Boolean value) |
void |
AlarmConditionType.setSuppressedState(LocalizedText value) |
void |
UnitType.setSymbol(LocalizedText value) |
void |
QuantityType.setSymbol(LocalizedText value) |
void |
LldpRemoteSystemType.setSystemCapabilitiesEnabled(LldpSystemCapabilitiesMap value) |
void |
LldpLocalSystemType.setSystemCapabilitiesEnabled(LldpSystemCapabilitiesMap value) |
void |
LldpRemoteSystemType.setSystemCapabilitiesSupported(LldpSystemCapabilitiesMap value) |
void |
LldpLocalSystemType.setSystemCapabilitiesSupported(LldpSystemCapabilitiesMap value) |
void |
LldpRemoteSystemType.setSystemDescription(String value) |
void |
LldpLocalSystemType.setSystemDescription(String value) |
void |
LldpRemoteSystemType.setSystemName(String value) |
void |
LldpLocalSystemType.setSystemName(String value) |
void |
SystemStatusChangeEventType.setSystemState(ServerState value) |
void |
IIeeeBaseTsnStatusStreamType.setTalkerStatus(TsnTalkerStatus value) |
void |
DiscrepancyAlarmType.setTargetValueNode(NodeId value) |
void |
TargetVariablesType.setTargetVariables(FieldTargetDataType[] value) |
void |
BaseEventType.setTime(DateTime value) |
void |
IIeeeTsnInterfaceConfigurationTalkerType.setTimeAwareOffset(UnsignedInteger value) |
void |
PubSubDiagnosticsCounterType.setTimeFirstChange(DateTime value) |
void |
LldpRemoteSystemType.setTimeMark(UnsignedInteger value) |
void |
ArrayItemType.setTitle(LocalizedText value) |
void |
DiscrepancyAlarmType.setTolerance(Double value) |
void |
DatagramWriterGroupTransportType.setTopic(String value) |
void |
DatagramDataSetReaderTransportType.setTopic(String value) |
void |
TransitionEventType.setToState(LocalizedText value) |
void |
PubSubDiagnosticsType.setTotalError(UnsignedInteger value) |
void |
PubSubDiagnosticsType.setTotalInformation(UnsignedInteger value) |
void |
SessionDiagnosticsVariableType.setTotalRequestCount(ServiceCounterDataType value) |
void |
SubscriptionDiagnosticsType.setTransferredToAltClientCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsType.setTransferredToSameClientCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsType.setTransferRequestCount(UnsignedInteger value) |
void |
SessionDiagnosticsVariableType.setTransferSubscriptionsCount(ServiceCounterDataType value) |
void |
TransitionEventType.setTransition(LocalizedText value) |
void |
ProgramTransitionAuditEventType.setTransition(LocalizedText value) |
void |
TransitionType.setTransitionNumber(UnsignedInteger value) |
void |
AuditProgramTransitionEventType.setTransitionNumber(UnsignedInteger value) |
void |
TwoStateVariableType.setTransitionTime(DateTime value) |
void |
TransitionVariableType.setTransitionTime(DateTime value) |
void |
SessionDiagnosticsVariableType.setTranslateBrowsePathsToNodeIdsCount(ServiceCounterDataType value) |
void |
PubSubConnectionType.setTransportProfileUri(String value) |
void |
HistoricalExternalEventSourceType.setTransportProfileUri(String value) |
void |
SessionSecurityDiagnosticsType.setTransportProtocol(String value) |
void |
AggregateConfigurationType.setTreatUncertainAsBad(Boolean value) |
void |
TwoStateVariableType.setTrueState(LocalizedText value) |
void |
TwoStateDiscreteType.setTrueState(LocalizedText value) |
void |
TrustListUpdatedAuditEventType.setTrustListId(NodeId value) |
void |
TrustListOutOfDateAlarmType.setTrustListId(NodeId value) |
void |
AlarmStateVariableType.setUnacknowledgedCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsType.setUnacknowledgedMessageCount(UnsignedInteger value) |
void |
SessionDiagnosticsVariableType.setUnauthorizedRequestCount(UnsignedInteger value) |
void |
AlarmStateVariableType.setUnconfirmedCount(UnsignedInteger value) |
void |
UnitType.setUnitSystem(String value) |
void |
SessionDiagnosticsVariableType.setUnregisterNodesCount(ServiceCounterDataType value) |
void |
ShelvedStateMachineType.setUnshelveTime(Double value) |
void |
HistoryServerCapabilitiesType.setUpdateDataCapability(Boolean value) |
void |
AuditHistoryValueUpdateEventType.setUpdatedNode(NodeId value) |
void |
AuditHistoryEventUpdateEventType.setUpdatedNode(NodeId value) |
void |
AuditHistoryDeleteEventType.setUpdatedNode(NodeId value) |
void |
AuditHistoryBulkInsertEventType.setUpdatedNode(NodeId value) |
void |
HistoryServerCapabilitiesType.setUpdateEventCapability(Boolean value) |
void |
TrustListType.setUpdateFrequency(Double value) |
void |
TrustListOutOfDateAlarmType.setUpdateFrequency(Double value) |
void |
ServerType.setUrisVersion(UnsignedInteger value) |
void |
NetworkAddressUrlType.setUrl(String value) |
void |
AuditActivateSessionEventType.setUserIdentityToken(UserIdentityToken value) |
void |
UserManagementType.setUsers(UserManagementDataType[] value) |
void |
PubSubKeyPushTargetType.setUserTokenType(UserTokenPolicy value) |
void |
ApplicationConfigurationFileType.setUserTokenTypes(UserTokenPolicy[] value) |
void |
FileType.setUserWritable(Boolean value) |
void |
AggregateConfigurationType.setUseSlopedExtrapolation(Boolean value) |
void |
BaseVariableType.setValue(Object value) |
void |
MultiStateDictionaryEntryDiscreteType.setValueAsDictionaryEntries(NodeId[] value) |
void |
MultiStateDictionaryEntryDiscreteBaseType.setValueAsDictionaryEntries(NodeId[] value) |
void |
MultiStateValueDiscreteType.setValueAsText(LocalizedText value) |
void |
DataItemType.setValuePrecision(Double value) |
void |
VectorType.setVectorUnit(EUInformation value) |
void |
AudioVariableType.setVersionId(String value) |
void |
ISrClassType.setVid(UnsignedShort value) |
void |
IVlanIdType.setVlanId(UnsignedShort value) |
void |
IIeeeTsnVlanTagType.setVlanId(UnsignedShort value) |
void |
IBaseEthernetCapabilitiesType.setVlanTagCapable(Boolean value) |
void |
FileType.setWritable(Boolean value) |
void |
SessionDiagnosticsVariableType.setWriteCount(ServiceCounterDataType value) |
void |
WriterGroupType.setWriterGroupId(UnsignedShort value) |
void |
DataSetReaderType.setWriterGroupId(UnsignedShort value) |
void |
ThreeDVectorType.setX(Double value) |
void |
ThreeDCartesianCoordinatesType.setX(Double value) |
void |
YArrayItemType.setXAxisDefinition(AxisInformation value) |
void |
XYArrayItemType.setXAxisDefinition(AxisInformation value) |
void |
ImageItemType.setXAxisDefinition(AxisInformation value) |
void |
CubeItemType.setXAxisDefinition(AxisInformation value) |
void |
ThreeDVectorType.setY(Double value) |
void |
ThreeDCartesianCoordinatesType.setY(Double value) |
void |
ImageItemType.setYAxisDefinition(AxisInformation value) |
void |
CubeItemType.setYAxisDefinition(AxisInformation value) |
void |
ThreeDVectorType.setZ(Double value) |
void |
ThreeDCartesianCoordinatesType.setZ(Double value) |
void |
CubeItemType.setZAxisDefinition(AxisInformation value) |
void |
AlarmConditionType.silence() |
void |
ProgramStateMachineType.start() |
void |
AlarmConditionType.suppress() |
void |
AlarmConditionType.suppress2(LocalizedText f_comment) |
void |
ProgramStateMachineType.suspend() |
void |
ShelvedStateMachineType.timedShelve(Double f_shelvingTime) |
void |
ShelvedStateMachineType.timedShelve2(Double f_shelvingTime,
LocalizedText f_comment) |
void |
PubSubKeyPushTargetType.triggerKeyUpdate() |
void |
ShelvedStateMachineType.unshelve() |
void |
ShelvedStateMachineType.unshelve2(LocalizedText f_comment) |
void |
AlarmConditionType.unsuppress() |
void |
AlarmConditionType.unsuppress2(LocalizedText f_comment) |
Boolean |
ServerConfigurationType.updateCertificate(NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
ByteString f_certificate,
ByteString[] f_issuerCertificates,
String f_privateKeyFormat,
ByteString f_privateKey) |
void |
KeyCredentialConfigurationType.updateCredential(String f_credentialId,
ByteString f_credentialSecret,
String f_certificateThumbprint,
String f_securityPolicyUri) |
void |
FileType.write(UnsignedInteger f_fileHandle,
ByteString f_data) |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
FileTypeImpl.getTimestamp()
Get the file's modification time.
|
UnsignedShort |
FileTypeImpl.readOpenCount() |
UnsignedLong |
FileTypeImpl.readSize() |
DataValue |
FileTypeImpl.readSizeValue() |
Boolean |
FileTypeImpl.readWritable()
Whether the file can be written to in general.
|
void |
ThreeDOrientationTypeImplBase.setA(Double value) |
void |
HistoryServerCapabilitiesTypeImplBase.setAccessHistoryDataCapability(Boolean value) |
void |
HistoryServerCapabilitiesTypeImplBase.setAccessHistoryEventsCapability(Boolean value) |
void |
IIeeeBaseTsnStreamTypeImplBase.setAccumulatedLatency(UnsignedInteger value) |
void |
AcknowledgeableConditionTypeImplBase.setAckedState(LocalizedText value) |
void |
AuditEventTypeImplBase.setActionTimeStamp(DateTime value) |
void |
PubSubDiagnosticsCounterTypeImplBase.setActive(Boolean value) |
void |
AlarmStateVariableTypeImplBase.setActiveCount(UnsignedInteger value) |
void |
NonExclusiveLimitAlarmTypeImplBase.setActiveState(LocalizedText value) |
void |
ExclusiveLimitAlarmTypeImplBase.setActiveState(LocalizedText value) |
void |
AlarmConditionTypeImplBase.setActiveState(LocalizedText value) |
void |
TrustListTypeImplBase.setActivityTimeout(Double value) |
void |
ConfigurationFileTypeImplBase.setActivityTimeout(Double value) |
void |
PubSubTransportLimitsExceedEventTypeImplBase.setActual(UnsignedInteger value) |
void |
SessionDiagnosticsVariableTypeImplBase.setActualSessionTimeout(Double value) |
void |
SessionDiagnosticsVariableTypeImplBase.setAddNodesCount(ServiceCounterDataType value) |
void |
SessionDiagnosticsVariableTypeImplBase.setAddReferencesCount(ServiceCounterDataType value) |
void |
IetfBaseNetworkInterfaceTypeImplBase.setAdminStatus(InterfaceAdminStatus value) |
void |
IIetfBaseNetworkInterfaceTypeImplBase.setAdminStatus(InterfaceAdminStatus value) |
void |
TransactionDiagnosticsTypeImplBase.setAffectedCertificateGroups(NodeId[] value) |
void |
TransactionDiagnosticsTypeImplBase.setAffectedTrustLists(NodeId[] value) |
void |
AudioVariableTypeImplBase.setAgencyId(String value) |
void |
AlarmMetricsTypeImplBase.setAlarmCount(UnsignedInteger value) |
void |
OrientationTypeImplBase.setAngleUnit(EUInformation value) |
void |
QuantityTypeImplBase.setAnnotation(AnnotationDataType[] value) |
void |
ServerConfigurationTypeImplBase.setApplicationNames(LocalizedText[] value) |
void |
RoleTypeImplBase.setApplications(String[] value) |
void |
RoleTypeImplBase.setApplicationsExclude(Boolean value) |
void |
ServerConfigurationTypeImplBase.setApplicationType(ApplicationType value) |
void |
ApplicationConfigurationTypeImplBase.setApplicationType(ApplicationType value) |
void |
ServerConfigurationTypeImplBase.setApplicationUri(String value) |
void |
PubSubKeyPushTargetTypeImplBase.setApplicationUri(String value) |
void |
ApplicationConfigurationTypeImplBase.setApplicationUri(String value) |
void |
AuditWriteUpdateEventTypeImplBase.setAttributeId(UnsignedInteger value) |
void |
AlarmConditionTypeImplBase.setAudibleEnabled(Boolean value) |
void |
AlarmConditionTypeImplBase.setAudibleSound(ByteString value) |
void |
ServerTypeImplBase.setAuditing(Boolean value) |
void |
SessionSecurityDiagnosticsTypeImplBase.setAuthenticationMechanism(String value) |
void |
BrokerWriterGroupTransportTypeImplBase.setAuthenticationProfileUri(String value) |
void |
BrokerDataSetWriterTransportTypeImplBase.setAuthenticationProfileUri(String value) |
void |
BrokerDataSetReaderTransportTypeImplBase.setAuthenticationProfileUri(String value) |
void |
BrokerConnectionTransportTypeImplBase.setAuthenticationProfileUri(String value) |
void |
ProgramStateMachineTypeImplBase.setAutoDelete(Boolean value) |
void |
ApplicationConfigurationFileTypeImplBase.setAvailableNetworks(String[] value) |
void |
ApplicationConfigurationFileTypeImplBase.setAvailablePorts(String value) |
void |
FiniteStateMachineTypeImplBase.setAvailableStates(NodeId[] value) |
void |
FiniteStateMachineTypeImplBase.setAvailableTransitions(NodeId[] value) |
void |
AlarmMetricsTypeImplBase.setAverageAlarmRate(Double value) |
void |
NDimensionArrayItemTypeImplBase.setAxisDefinition(AxisInformation[] value) |
void |
ArrayItemTypeImplBase.setAxisScaleType(AxisScaleEnumeration value) |
void |
ThreeDOrientationTypeImplBase.setB(Double value) |
void |
FrameTypeImplBase.setBaseFrame(NodeId value) |
void |
LimitAlarmTypeImplBase.setBaseHighHighLimit(Double value) |
void |
LimitAlarmTypeImplBase.setBaseHighLimit(Double value) |
void |
LimitAlarmTypeImplBase.setBaseLowLimit(Double value) |
void |
LimitAlarmTypeImplBase.setBaseLowLowLimit(Double value) |
void |
NonExclusiveDeviationAlarmTypeImplBase.setBaseSetpointNode(NodeId value) |
void |
ExclusiveDeviationAlarmTypeImplBase.setBaseSetpointNode(NodeId value) |
void |
BitFieldTypeImplBase.setBitFieldsDefinitions(BitFieldDefinition[] value) |
void |
OptionSetTypeImplBase.setBitMask(Boolean[] value) |
void |
ConditionTypeImplBase.setBranchId(NodeId value) |
void |
SessionDiagnosticsVariableTypeImplBase.setBrowseCount(ServiceCounterDataType value) |
void |
SessionDiagnosticsVariableTypeImplBase.setBrowseNextCount(ServiceCounterDataType value) |
void |
BuildInfoTypeImplBase.setBuildDate(DateTime value) |
void |
ServerStatusTypeImplBase.setBuildInfo(BuildInfo value) |
void |
BuildInfoTypeImplBase.setBuildNumber(String value) |
void |
ThreeDOrientationTypeImplBase.setC(Double value) |
void |
SessionDiagnosticsVariableTypeImplBase.setCallCount(ServiceCounterDataType value) |
void |
DialogConditionTypeImplBase.setCancelResponse(Integer value) |
void |
FrameTypeImplBase.setCartesianCoordinates(CartesianCoordinates value) |
void |
ThreeDFrameTypeImplBase.setCartesianCoordinates(ThreeDCartesianCoordinates value) |
void |
CertificateExpirationAlarmTypeImplBase.setCertificate(ByteString value) |
void |
AuditCertificateEventTypeImplBase.setCertificate(ByteString value) |
void |
AuditOpenSecureChannelEventTypeImplBase.setCertificateErrorEventId(ByteString value) |
void |
CertificateUpdatedAuditEventTypeImplBase.setCertificateGroup(NodeId value) |
void |
ApplicationConfigurationFileTypeImplBase.setCertificateGroupPurposes(NodeId[] value) |
void |
CertificateUpdatedAuditEventTypeImplBase.setCertificateType(NodeId value) |
void |
CertificateExpirationAlarmTypeImplBase.setCertificateType(NodeId value) |
void |
CertificateGroupTypeImplBase.setCertificateTypes(NodeId[] value) |
void |
ApplicationConfigurationFileTypeImplBase.setCertificateTypes(NodeId[] value) |
void |
GeneralModelChangeEventTypeImplBase.setChanges(ModelChangeStructureDataType[] value) |
void |
SemanticChangeEventTypeImplBase.setChanges(SemanticChangeStructureDataType[] value) |
void |
LldpRemoteSystemTypeImplBase.setChassisId(String value) |
void |
LldpLocalSystemTypeImplBase.setChassisId(String value) |
void |
LldpRemoteSystemTypeImplBase.setChassisIdSubtype(ChassisIdSubtype value) |
void |
LldpLocalSystemTypeImplBase.setChassisIdSubtype(ChassisIdSubtype value) |
void |
PubSubDiagnosticsCounterTypeImplBase.setClassification(PubSubDiagnosticsCounterClassification value) |
void |
AuditEventTypeImplBase.setClientApplicationUri(String value) |
void |
AuditEventTypeImplBase.setClientAuditEntryId(String value) |
void |
SessionSecurityDiagnosticsTypeImplBase.setClientCertificate(ByteString value) |
void |
AuditOpenSecureChannelEventTypeImplBase.setClientCertificate(ByteString value) |
void |
AuditCreateSessionEventTypeImplBase.setClientCertificate(ByteString value) |
void |
AuditOpenSecureChannelEventTypeImplBase.setClientCertificateThumbprint(String value) |
void |
AuditCreateSessionEventTypeImplBase.setClientCertificateThumbprint(String value) |
void |
SessionDiagnosticsVariableTypeImplBase.setClientConnectionTime(DateTime value) |
void |
SessionDiagnosticsVariableTypeImplBase.setClientDescription(ApplicationDescription value) |
void |
SessionDiagnosticsVariableTypeImplBase.setClientLastContactTime(DateTime value) |
void |
TemporaryFileTransferTypeImplBase.setClientProcessingTimeout(Double value) |
void |
AuditActivateSessionEventTypeImplBase.setClientSoftwareCertificates(SignedSoftwareCertificate[] value) |
void |
ConditionTypeImplBase.setClientUserId(String value) |
void |
AuditEventTypeImplBase.setClientUserId(String value) |
void |
SessionSecurityDiagnosticsTypeImplBase.setClientUserIdHistory(String[] value) |
void |
SessionSecurityDiagnosticsTypeImplBase.setClientUserIdOfSession(String value) |
void |
ConditionTypeImplBase.setComment(LocalizedText value) |
void |
AuditConditionConfirmEventTypeImplBase.setComment(LocalizedText value) |
void |
AuditConditionCommentEventTypeImplBase.setComment(LocalizedText value) |
void |
AuditConditionAcknowledgeEventTypeImplBase.setComment(LocalizedText value) |
void |
SyntaxReferenceEntryTypeImplBase.setCommonName(String value) |
void |
ConditionTypeImplBase.setConditionClassId(NodeId value) |
void |
BaseLogEventTypeImplBase.setConditionClassId(NodeId value) |
void |
BaseEventTypeImplBase.setConditionClassId(NodeId value) |
void |
ConditionTypeImplBase.setConditionClassName(LocalizedText value) |
void |
BaseLogEventTypeImplBase.setConditionClassName(LocalizedText value) |
void |
BaseEventTypeImplBase.setConditionClassName(LocalizedText value) |
void |
AuditConditionConfirmEventTypeImplBase.setConditionEventId(ByteString value) |
void |
AuditConditionCommentEventTypeImplBase.setConditionEventId(ByteString value) |
void |
AuditConditionAcknowledgeEventTypeImplBase.setConditionEventId(ByteString value) |
void |
ConditionTypeImplBase.setConditionName(String value) |
void |
ConditionTypeImplBase.setConditionSubClassId(NodeId[] value) |
void |
BaseEventTypeImplBase.setConditionSubClassId(NodeId[] value) |
void |
ConditionTypeImplBase.setConditionSubClassName(LocalizedText[] value) |
void |
BaseEventTypeImplBase.setConditionSubClassName(LocalizedText[] value) |
void |
PublishSubscribeTypeImplBase.setConfigurationProperties(KeyValuePair[] value) |
void |
PublishedDataSetTypeImplBase.setConfigurationVersion(ConfigurationVersionDataType value) |
void |
PublishSubscribeTypeImplBase.setConfigurationVersion(UnsignedInteger value) |
void |
NamespaceMetadataTypeImplBase.setConfigurationVersion(UnsignedInteger value) |
void |
UadpDataSetWriterMessageTypeImplBase.setConfiguredSize(UnsignedShort value) |
void |
AcknowledgeableConditionTypeImplBase.setConfirmedState(LocalizedText value) |
void |
ServerCapabilitiesTypeImplBase.setConformanceUnits(QualifiedName[] value) |
void |
PubSubStatusEventTypeImplBase.setConnectionId(NodeId value) |
void |
PubSubConnectionTypeImplBase.setConnectionProperties(KeyValuePair[] value) |
void |
SerializationEntityTypeImplBase.setConsiderSubElementSerializationProperties(Boolean value) |
void |
FrameTypeImplBase.setConstant(Boolean value) |
void |
ProgressEventTypeImplBase.setContext(Object value) |
void |
ServerUnitTypeImplBase.setConversionLimit(ConversionLimitEnum value) |
void |
QuantityTypeImplBase.setConversionService(String value) |
void |
ProgramDiagnosticTypeImplBase.setCreateClientName(String value) |
void |
ProgramDiagnostic2TypeImplBase.setCreateClientName(String value) |
void |
SessionDiagnosticsVariableTypeImplBase.setCreateMonitoredItemsCount(ServiceCounterDataType value) |
void |
ProgramDiagnosticTypeImplBase.setCreateSessionId(NodeId value) |
void |
ProgramDiagnostic2TypeImplBase.setCreateSessionId(NodeId value) |
void |
SessionDiagnosticsVariableTypeImplBase.setCreateSubscriptionCount(ServiceCounterDataType value) |
void |
KeyCredentialConfigurationTypeImplBase.setCredentialId(String value) |
void |
ServerDiagnosticsSummaryTypeImplBase.setCumulatedSessionCount(UnsignedInteger value) |
void |
ServerDiagnosticsSummaryTypeImplBase.setCumulatedSubscriptionCount(UnsignedInteger value) |
void |
AlarmMetricsTypeImplBase.setCurrentAlarmRate(Double value) |
void |
SubscriptionDiagnosticsTypeImplBase.setCurrentKeepAliveCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsTypeImplBase.setCurrentLifetimeCount(UnsignedInteger value) |
void |
SessionDiagnosticsVariableTypeImplBase.setCurrentMonitoredItemsCount(UnsignedInteger value) |
void |
SessionDiagnosticsVariableTypeImplBase.setCurrentPublishRequestsInQueue(UnsignedInteger value) |
void |
SessionDiagnosticsObjectTypeImplBase.setCurrentRoleIds(NodeId[] value) |
void |
AuditActivateSessionEventTypeImplBase.setCurrentRoleIds(NodeId[] value) |
void |
TransparentRedundancyTypeImplBase.setCurrentServerId(String value) |
void |
ServerDiagnosticsSummaryTypeImplBase.setCurrentSessionCount(UnsignedInteger value) |
void |
StateMachineTypeImplBase.setCurrentState(LocalizedText value) |
void |
ProgramStateMachineTypeImplBase.setCurrentState(LocalizedText value) |
void |
FiniteStateMachineTypeImplBase.setCurrentState(LocalizedText value) |
void |
ServerDiagnosticsSummaryTypeImplBase.setCurrentSubscriptionCount(UnsignedInteger value) |
void |
SessionDiagnosticsVariableTypeImplBase.setCurrentSubscriptionsCount(UnsignedInteger value) |
void |
ServerStatusTypeImplBase.setCurrentTime(DateTime value) |
void |
ConfigurationFileTypeImplBase.setCurrentVersion(UnsignedInteger value) |
void |
RoleTypeImplBase.setCustomConfiguration(Boolean value) |
void |
SerializationEntityTypeImplBase.setCustomMetaDataProperties(KeyValuePair[] value) |
void |
SerializationEntityTypeImplBase.setCustomMetaDataRef(NodeId value) |
void |
PublishedDataSetTypeImplBase.setCyclicDataSet(Boolean value) |
void |
SubscriptionDiagnosticsTypeImplBase.setDataChangeNotificationsCount(UnsignedInteger value) |
void |
DatagramConnectionTransportTypeImplBase.setDatagramQos(QosDataType[] value) |
void |
DatagramDataSetReaderTransportTypeImplBase.setDatagramQos(ReceiveQosDataType[] value) |
void |
DatagramWriterGroupTransportTypeImplBase.setDatagramQos(TransmitQosDataType[] value) |
void |
UadpDataSetReaderMessageTypeImplBase.setDataSetClassId(UUID value) |
void |
PublishedDataSetTypeImplBase.setDataSetClassId(UUID value) |
void |
DataSetWriterTypeImplBase.setDataSetFieldContentMask(DataSetFieldContentMask value) |
void |
DataSetReaderTypeImplBase.setDataSetFieldContentMask(DataSetFieldContentMask value) |
void |
JsonDataSetWriterMessageTypeImplBase.setDataSetMessageContentMask(JsonDataSetMessageContentMask value) |
void |
JsonDataSetReaderMessageTypeImplBase.setDataSetMessageContentMask(JsonDataSetMessageContentMask value) |
void |
UadpDataSetWriterMessageTypeImplBase.setDataSetMessageContentMask(UadpDataSetMessageContentMask value) |
void |
UadpDataSetReaderMessageTypeImplBase.setDataSetMessageContentMask(UadpDataSetMessageContentMask value) |
void |
StandaloneSubscribedDataSetTypeImplBase.setDataSetMetaData(DataSetMetaDataType value) |
void |
PublishedDataSetTypeImplBase.setDataSetMetaData(DataSetMetaDataType value) |
void |
DataSetReaderTypeImplBase.setDataSetMetaData(DataSetMetaDataType value) |
void |
UadpDataSetWriterMessageTypeImplBase.setDataSetOffset(UnsignedShort value) |
void |
UadpDataSetReaderMessageTypeImplBase.setDataSetOffset(UnsignedShort value) |
void |
UadpWriterGroupMessageTypeImplBase.setDataSetOrdering(DataSetOrderingType value) |
void |
DataSetReaderTypeImplBase.setDataSetReaderProperties(KeyValuePair[] value) |
void |
DataSetWriterTypeImplBase.setDataSetWriterId(UnsignedShort value) |
void |
DataSetReaderTypeImplBase.setDataSetWriterId(UnsignedShort value) |
void |
DataSetWriterTypeImplBase.setDataSetWriterProperties(KeyValuePair[] value) |
void |
DataTypeDictionaryTypeImplBase.setDataTypeVersion(String value) |
void |
DataTypeDescriptionTypeImplBase.setDataTypeVersion(String value) |
void |
NamespaceMetadataTypeImplBase.setDefaultAccessRestrictions(AccessRestrictionType value) |
void |
PublishSubscribeTypeImplBase.setDefaultDatagramPublisherId(UnsignedLong value) |
void |
DialogConditionTypeImplBase.setDefaultResponse(Integer value) |
void |
NamespaceMetadataTypeImplBase.setDefaultRolePermissions(RolePermissionType[] value) |
void |
PublishSubscribeTypeImplBase.setDefaultSecurityKeyServices(EndpointDescription[] value) |
void |
NamespaceMetadataTypeImplBase.setDefaultUserRolePermissions(RolePermissionType[] value) |
void |
TrustListTypeImplBase.setDefaultValidationOptions(TrustListValidationOptions value) |
void |
HistoricalDataConfigurationTypeImplBase.setDefinition(String value) |
void |
DataItemTypeImplBase.setDefinition(String value) |
void |
ProgramStateMachineTypeImplBase.setDeletable(Boolean value) |
void |
HistoryServerCapabilitiesTypeImplBase.setDeleteAtTimeCapability(Boolean value) |
void |
HistoryServerCapabilitiesTypeImplBase.setDeleteEventCapability(Boolean value) |
void |
SessionDiagnosticsVariableTypeImplBase.setDeleteMonitoredItemsCount(ServiceCounterDataType value) |
void |
SessionDiagnosticsVariableTypeImplBase.setDeleteNodesCount(ServiceCounterDataType value) |
void |
HistoryServerCapabilitiesTypeImplBase.setDeleteRawCapability(Boolean value) |
void |
SessionDiagnosticsVariableTypeImplBase.setDeleteReferencesCount(ServiceCounterDataType value) |
void |
SessionDiagnosticsVariableTypeImplBase.setDeleteSubscriptionsCount(ServiceCounterDataType value) |
void |
RationalNumberTypeImplBase.setDenominator(UnsignedInteger value) |
void |
DataTypeDictionaryTypeImplBase.setDeprecated(Boolean value) |
void |
IIeeeTsnMacAddressTypeImplBase.setDestinationAddress(UnsignedByte[] value) |
void |
LldpPortInformationTypeImplBase.setDestMacAddress(UnsignedByte[] value) |
void |
PubSubDiagnosticsTypeImplBase.setDiagnosticsLevel(DiagnosticsLevel value) |
void |
PubSubDiagnosticsCounterTypeImplBase.setDiagnosticsLevel(DiagnosticsLevel value) |
void |
DialogConditionTypeImplBase.setDialogState(LocalizedText value) |
void |
DataTypeDescriptionTypeImplBase.setDictionaryFragment(ByteString value) |
void |
QuantityTypeImplBase.setDimension(QuantityDimension value) |
void |
SubscriptionDiagnosticsTypeImplBase.setDisableCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsTypeImplBase.setDisabledMonitoredItemCount(UnsignedInteger value) |
void |
SamplingIntervalDiagnosticsTypeImplBase.setDisabledMonitoredItemsSamplingCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsTypeImplBase.setDiscardedMessageCount(UnsignedInteger value) |
void |
UnitTypeImplBase.setDiscipline(String value) |
void |
DatagramWriterGroupTransportTypeImplBase.setDiscoveryAnnounceRate(UnsignedInteger value) |
void |
DatagramConnectionTransportTypeImplBase.setDiscoveryAnnounceRate(UnsignedInteger value) |
void |
DatagramConnectionTransportTypeImplBase.setDiscoveryMaxMessageSize(UnsignedInteger value) |
void |
IIeeeBaseEthernetPortTypeImplBase.setDuplex(Duplex value) |
void |
StateVariableTypeImplBase.setEffectiveDisplayName(LocalizedText value) |
void |
TwoStateVariableTypeImplBase.setEffectiveTransitionTime(DateTime value) |
void |
TransitionVariableTypeImplBase.setEffectiveTransitionTime(DateTime value) |
void |
SubscriptionDiagnosticsTypeImplBase.setEnableCount(UnsignedInteger value) |
void |
ApplicationConfigurationTypeImplBase.setEnabled(Boolean value) |
void |
ServerDiagnosticsTypeImplBase.setEnabledFlag(Boolean value) |
void |
DialogConditionTypeImplBase.setEnabledState(LocalizedText value) |
void |
ConditionTypeImplBase.setEnabledState(LocalizedText value) |
void |
AlarmConditionTypeImplBase.setEnabledState(LocalizedText value) |
void |
AcknowledgeableConditionTypeImplBase.setEnabledState(LocalizedText value) |
void |
SessionSecurityDiagnosticsTypeImplBase.setEncoding(String value) |
void |
RoleTypeImplBase.setEndpoints(EndpointType[] value) |
void |
RoleTypeImplBase.setEndpointsExclude(Boolean value) |
void |
SessionDiagnosticsVariableTypeImplBase.setEndpointUrl(String value) |
void |
PubSubKeyPushTargetTypeImplBase.setEndpointUrl(String value) |
void |
HistoricalExternalEventSourceTypeImplBase.setEndpointUrl(String value) |
void |
AuditUrlMismatchEventTypeImplBase.setEndpointUrl(String value) |
void |
KeyCredentialConfigurationTypeImplBase.setEndpointUrls(String[] value) |
void |
TransactionDiagnosticsTypeImplBase.setEndTime(DateTime value) |
void |
AuditHistoryRawModifyDeleteEventTypeImplBase.setEndTime(DateTime value) |
void |
AuditHistoryBulkInsertEventTypeImplBase.setEndTime(DateTime value) |
void |
NonExclusiveRateOfChangeAlarmTypeImplBase.setEngineeringUnits(EUInformation value) |
void |
ExclusiveRateOfChangeAlarmTypeImplBase.setEngineeringUnits(EUInformation value) |
void |
BaseAnalogTypeImplBase.setEngineeringUnits(EUInformation value) |
void |
ArrayItemTypeImplBase.setEngineeringUnits(EUInformation value) |
void |
AnalogUnitTypeImplBase.setEngineeringUnits(EUInformation value) |
void |
AnalogUnitRangeTypeImplBase.setEngineeringUnits(EUInformation value) |
void |
MultiStateDictionaryEntryDiscreteBaseTypeImplBase.setEnumDictionaryEntries(NodeId[][] value) |
void |
MultiStateDiscreteTypeImplBase.setEnumStrings(LocalizedText[] value) |
void |
MultiStateValueDiscreteTypeImplBase.setEnumValues(EnumValueType[] value) |
void |
PubSubCommunicationFailureEventTypeImplBase.setError(StatusCode value) |
void |
BaseLogEventTypeImplBase.setErrorCode(StatusCode value) |
void |
TransactionDiagnosticsTypeImplBase.setErrors(TransactionErrorType[] value) |
void |
ServerTypeImplBase.setEstimatedReturnTime(DateTime value) |
void |
BaseAnalogTypeImplBase.setEURange(Range value) |
void |
ArrayItemTypeImplBase.setEURange(Range value) |
void |
AnalogItemTypeImplBase.setEURange(Range value) |
void |
BaseEventTypeImplBase.setEventId(ByteString value) |
void |
AuditHistoryEventDeleteEventTypeImplBase.setEventIds(ByteString[] value) |
void |
SubscriptionDiagnosticsTypeImplBase.setEventNotificationsCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsTypeImplBase.setEventQueueOverflowCount(UnsignedInteger value) |
void |
BaseEventTypeImplBase.setEventType(NodeId value) |
void |
HistoricalDataConfigurationTypeImplBase.setExceptionDeviation(Double value) |
void |
HistoricalDataConfigurationTypeImplBase.setExceptionDeviationFormat(ExceptionDeviationFormat value) |
void |
SerializationEntityTypeImplBase.setExcludeReferenceTypes(NodeId[] value) |
void |
DiscrepancyAlarmTypeImplBase.setExpectedTime(Double value) |
void |
CertificateExpirationAlarmTypeImplBase.setExpirationDate(DateTime value) |
void |
CertificateExpirationAlarmTypeImplBase.setExpirationLimit(Double value) |
void |
ExpressionGuardVariableTypeImplBase.setExpression(ContentFilter value) |
void |
IIeeeBaseTsnStatusStreamTypeImplBase.setFailureCode(TsnFailureCode value) |
void |
IIeeeBaseTsnStatusStreamTypeImplBase.setFailureSystemIdentifier(UnsignedByte[][] value) |
void |
TwoStateVariableTypeImplBase.setFalseState(LocalizedText value) |
void |
TwoStateDiscreteTypeImplBase.setFalseState(LocalizedText value) |
void |
PublishedEventsTypeImplBase.setFilter(ContentFilter value) |
void |
AlarmStateVariableTypeImplBase.setFilter(ContentFilter value) |
void |
AuditHistoryEventUpdateEventTypeImplBase.setFilter(EventFilter value) |
void |
AlarmConditionTypeImplBase.setFirstInGroupFlag(Boolean value) |
void |
FrameTypeImplBase.setFixedBase(Boolean value) |
void |
TransitionEventTypeImplBase.setFromState(LocalizedText value) |
void |
PubSubStatusEventTypeImplBase.setGroupId(NodeId value) |
void |
PubSubGroupTypeImplBase.setGroupProperties(KeyValuePair[] value) |
void |
UadpWriterGroupMessageTypeImplBase.setGroupVersion(UnsignedInteger value) |
void |
UadpDataSetReaderMessageTypeImplBase.setGroupVersion(UnsignedInteger value) |
void |
ServerConfigurationTypeImplBase.setHasSecureElement(Boolean value) |
void |
WriterGroupTypeImplBase.setHeaderLayoutUri(String value) |
void |
DataSetReaderTypeImplBase.setHeaderLayoutUri(String value) |
void |
LimitAlarmTypeImplBase.setHighDeadband(Double value) |
void |
AlarmStateVariableTypeImplBase.setHighestActiveSeverity(UnsignedShort value) |
void |
AlarmStateVariableTypeImplBase.setHighestUnackSeverity(UnsignedShort value) |
void |
LimitAlarmTypeImplBase.setHighHighDeadband(Double value) |
void |
LimitAlarmTypeImplBase.setHighHighLimit(Double value) |
void |
NonExclusiveLimitAlarmTypeImplBase.setHighHighState(LocalizedText value) |
void |
LimitAlarmTypeImplBase.setHighLimit(Double value) |
void |
NonExclusiveLimitAlarmTypeImplBase.setHighState(LocalizedText value) |
void |
HistoricalExternalEventSourceTypeImplBase.setHistoricalEventFilter(EventFilter value) |
void |
SessionDiagnosticsVariableTypeImplBase.setHistoryReadCount(ServiceCounterDataType value) |
void |
SessionDiagnosticsVariableTypeImplBase.setHistoryUpdateCount(ServiceCounterDataType value) |
void |
TwoStateVariableTypeImplBase.setId(Boolean value) |
void |
FiniteTransitionVariableTypeImplBase.setId(NodeId value) |
void |
FiniteStateVariableTypeImplBase.setId(NodeId value) |
void |
TransitionVariableTypeImplBase.setId(Object value) |
void |
StateVariableTypeImplBase.setId(Object value) |
void |
ISrClassTypeImplBase.setId(UnsignedByte value) |
void |
RoleTypeImplBase.setIdentities(IdentityMappingRuleType[] value) |
void |
HistoricalExternalEventSourceTypeImplBase.setIdentityTokenPolicy(UserTokenPolicy value) |
void |
LldpPortInformationTypeImplBase.setIetfBaseNetworkInterfaceName(String value) |
void |
ServerConfigurationTypeImplBase.setInApplicationSetup(Boolean value) |
void |
SerializationEntityTypeImplBase.setIncludeDictionaryReference(Boolean value) |
void |
SerializationEntityTypeImplBase.setIncludeReferenceTypes(NodeId[] value) |
void |
SerializationEntityTypeImplBase.setIncludeSourceTimestamp(Boolean value) |
void |
SerializationEntityTypeImplBase.setIncludeStatus(Boolean value) |
void |
AuditWriteUpdateEventTypeImplBase.setIndexRange(String value) |
void |
AuditUpdateMethodEventTypeImplBase.setInputArguments(Object[] value) |
void |
AuditClientUpdateMethodResultEventTypeImplBase.setInputArguments(Object[] value) |
void |
AlarmConditionTypeImplBase.setInputNode(NodeId value) |
void |
HistoryServerCapabilitiesTypeImplBase.setInsertAnnotationCapability(Boolean value) |
void |
HistoryServerCapabilitiesTypeImplBase.setInsertDataCapability(Boolean value) |
void |
HistoryServerCapabilitiesTypeImplBase.setInsertEventCapability(Boolean value) |
void |
BaseAnalogTypeImplBase.setInstrumentRange(Range value) |
void |
ArrayItemTypeImplBase.setInstrumentRange(Range value) |
void |
IIeeeTsnInterfaceConfigurationTypeImplBase.setInterfaceName(String value) |
void |
ProgramTransitionEventTypeImplBase.setIntermediateResult(Object value) |
void |
IIeeeBaseTsnTrafficSpecificationTypeImplBase.setInterval(UnsignedRationalNumber value) |
void |
AuditCertificateDataMismatchEventTypeImplBase.setInvalidHostname(String value) |
void |
AuditCertificateDataMismatchEventTypeImplBase.setInvalidUri(String value) |
void |
ProgramDiagnosticTypeImplBase.setInvocationCreationTime(DateTime value) |
void |
ProgramDiagnostic2TypeImplBase.setInvocationCreationTime(DateTime value) |
void |
StandaloneSubscribedDataSetTypeImplBase.setIsConnected(Boolean value) |
void |
AuditHistoryRawModifyDeleteEventTypeImplBase.setIsDeleteModified(Boolean value) |
void |
NamespaceMetadataTypeImplBase.setIsNamespaceSubset(Boolean value) |
void |
ApplicationConfigurationTypeImplBase.setIsNonUaApplication(Boolean value) |
void |
ProvisionableDeviceTypeImplBase.setIsSingleton(Boolean value) |
void |
AuthorizationServiceConfigurationTypeImplBase.setIssuerEndpointUrl(String value) |
void |
WriterGroupTypeImplBase.setKeepAliveTime(Double value) |
void |
DataSetWriterTypeImplBase.setKeyFrameCount(UnsignedInteger value) |
void |
DataSetReaderTypeImplBase.setKeyFrameCount(UnsignedInteger value) |
void |
SecurityGroupTypeImplBase.setKeyLifetime(Double value) |
void |
AliasNameCategoryTypeImplBase.setLastChange(UnsignedInteger value) |
void |
LldpRemoteStatisticsTypeImplBase.setLastChangeTime(UnsignedInteger value) |
void |
ProgramDiagnosticTypeImplBase.setLastMethodCall(String value) |
void |
ProgramDiagnostic2TypeImplBase.setLastMethodCall(String value) |
void |
ProgramDiagnosticTypeImplBase.setLastMethodCallTime(DateTime value) |
void |
ProgramDiagnostic2TypeImplBase.setLastMethodCallTime(DateTime value) |
void |
ProgramDiagnostic2TypeImplBase.setLastMethodInputArguments(Argument[] value) |
void |
ProgramDiagnosticTypeImplBase.setLastMethodInputArguments(Object[] value) |
void |
ProgramDiagnostic2TypeImplBase.setLastMethodInputValues(Object[] value) |
void |
ProgramDiagnostic2TypeImplBase.setLastMethodOutputArguments(Argument[] value) |
void |
ProgramDiagnosticTypeImplBase.setLastMethodOutputArguments(Object[] value) |
void |
ProgramDiagnostic2TypeImplBase.setLastMethodOutputValues(Object[] value) |
void |
ProgramDiagnostic2TypeImplBase.setLastMethodReturnStatus(StatusCode value) |
void |
ProgramDiagnosticTypeImplBase.setLastMethodReturnStatus(StatusResult value) |
void |
ProgramDiagnosticTypeImplBase.setLastMethodSessionId(NodeId value) |
void |
ProgramDiagnostic2TypeImplBase.setLastMethodSessionId(NodeId value) |
void |
FileTypeImplBase.setLastModifiedTime(DateTime value) |
void |
PubSubKeyPushTargetTypeImplBase.setLastPushErrorTime(DateTime value) |
void |
PubSubKeyPushTargetTypeImplBase.setLastPushExecutionTime(DateTime value) |
void |
DialogConditionTypeImplBase.setLastResponse(Integer value) |
void |
ConditionTypeImplBase.setLastSeverity(UnsignedShort value) |
void |
StateMachineTypeImplBase.setLastTransition(LocalizedText value) |
void |
ProgramStateMachineTypeImplBase.setLastTransition(LocalizedText value) |
void |
FiniteStateMachineTypeImplBase.setLastTransition(LocalizedText value) |
void |
ProgramDiagnosticTypeImplBase.setLastTransitionTime(DateTime value) |
void |
ProgramDiagnostic2TypeImplBase.setLastTransitionTime(DateTime value) |
void |
TrustListTypeImplBase.setLastUpdateTime(DateTime value) |
void |
TrustListOutOfDateAlarmTypeImplBase.setLastUpdateTime(DateTime value) |
void |
ConfigurationFileTypeImplBase.setLastUpdateTime(DateTime value) |
void |
AlarmConditionTypeImplBase.setLatchedState(LocalizedText value) |
void |
SubscriptionDiagnosticsTypeImplBase.setLatePublishRequestCount(UnsignedInteger value) |
void |
CartesianCoordinatesTypeImplBase.setLengthUnit(EUInformation value) |
void |
AlternativeUnitTypeImplBase.setLinearConversion(LinearConversionDataType value) |
void |
IIeeeBaseTsnStatusStreamTypeImplBase.setListenerStatus(TsnListenerStatus value) |
void |
AudioVariableTypeImplBase.setListId(String value) |
void |
ServerCapabilitiesTypeImplBase.setLocaleIdArray(String[] value) |
void |
WriterGroupTypeImplBase.setLocaleIds(String[] value) |
void |
SessionDiagnosticsVariableTypeImplBase.setLocaleIds(String[] value) |
void |
ServerTypeImplBase.setLocalTime(TimeZoneDataType value) |
void |
BaseEventTypeImplBase.setLocalTime(TimeZoneDataType value) |
void |
LimitAlarmTypeImplBase.setLowDeadband(Double value) |
void |
LimitAlarmTypeImplBase.setLowLimit(Double value) |
void |
LimitAlarmTypeImplBase.setLowLowDeadband(Double value) |
void |
LimitAlarmTypeImplBase.setLowLowLimit(Double value) |
void |
NonExclusiveLimitAlarmTypeImplBase.setLowLowState(LocalizedText value) |
void |
NonExclusiveLimitAlarmTypeImplBase.setLowState(LocalizedText value) |
void |
IIeeeTsnInterfaceConfigurationTypeImplBase.setMacAddress(String value) |
void |
LldpRemoteSystemTypeImplBase.setManagementAddress(LldpManagementAddressType[] value) |
void |
LldpPortInformationTypeImplBase.setManagementAddressTxPort(LldpManagementAddressTxPortType[] value) |
void |
BuildInfoTypeImplBase.setManufacturerName(String value) |
void |
IPriorityMappingEntryTypeImplBase.setMappingUri(String value) |
void |
AlternativeUnitTypeImplBase.setMathMLConversion(String value) |
void |
AlternativeUnitTypeImplBase.setMathMLInverseConversion(String value) |
void |
ServerCapabilitiesTypeImplBase.setMaxArrayLength(UnsignedInteger value) |
void |
ServerCapabilitiesTypeImplBase.setMaxBrowseContinuationPoints(UnsignedShort value) |
void |
ServerCapabilitiesTypeImplBase.setMaxByteStringLength(UnsignedInteger value) |
void |
FileTypeImplBase.setMaxByteStringLength(UnsignedInteger value) |
void |
ApplicationConfigurationFileTypeImplBase.setMaxCertificateGroups(UnsignedShort value) |
void |
HistoricalDataConfigurationTypeImplBase.setMaxCountStoredValues(UnsignedInteger value) |
void |
PubSubCapabilitiesTypeImplBase.setMaxDataSetReaders(UnsignedInteger value) |
void |
PubSubCapabilitiesTypeImplBase.setMaxDataSetWriters(UnsignedInteger value) |
void |
PubSubCapabilitiesTypeImplBase.setMaxDataSetWritersPerGroup(UnsignedInteger value) |
void |
ApplicationConfigurationFileTypeImplBase.setMaxEndpoints(UnsignedShort value) |
void |
PubSubCapabilitiesTypeImplBase.setMaxFieldsPerDataSet(UnsignedInteger value) |
void |
IIeeeBaseEthernetPortTypeImplBase.setMaxFrameLength(UnsignedShort value) |
void |
IIeeeBaseTsnTrafficSpecificationTypeImplBase.setMaxFrameSize(UnsignedInteger value) |
void |
SecurityGroupTypeImplBase.setMaxFutureKeyCount(UnsignedInteger value) |
void |
ServerCapabilitiesTypeImplBase.setMaxHistoryContinuationPoints(UnsignedShort value) |
void |
PubSubTransportLimitsExceedEventTypeImplBase.setMaximum(UnsignedInteger value) |
void |
AlarmMetricsTypeImplBase.setMaximumActiveState(Double value) |
void |
AlarmMetricsTypeImplBase.setMaximumAlarmRate(Double value) |
void |
AlarmMetricsTypeImplBase.setMaximumReAlarmCount(UnsignedInteger value) |
void |
AlarmMetricsTypeImplBase.setMaximumUnAck(Double value) |
void |
IIeeeBaseTsnTrafficSpecificationTypeImplBase.setMaxIntervalFrames(UnsignedShort value) |
void |
SubscriptionDiagnosticsTypeImplBase.setMaxKeepAliveCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsTypeImplBase.setMaxLifetimeCount(UnsignedInteger value) |
void |
ServerCapabilitiesTypeImplBase.setMaxLogObjectContinuationPoints(UnsignedShort value) |
void |
ServerCapabilitiesTypeImplBase.setMaxMonitoredItems(UnsignedInteger value) |
void |
OperationLimitsTypeImplBase.setMaxMonitoredItemsPerCall(UnsignedInteger value) |
void |
ServerCapabilitiesTypeImplBase.setMaxMonitoredItemsPerSubscription(UnsignedInteger value) |
void |
ServerCapabilitiesTypeImplBase.setMaxMonitoredItemsQueueSize(UnsignedInteger value) |
void |
PubSubGroupTypeImplBase.setMaxNetworkMessageSize(UnsignedInteger value) |
void |
PubSubCapabilitiesTypeImplBase.setMaxNetworkMessageSizeBroker(UnsignedInteger value) |
void |
PubSubCapabilitiesTypeImplBase.setMaxNetworkMessageSizeDatagram(UnsignedInteger value) |
void |
OperationLimitsTypeImplBase.setMaxNodesPerBrowse(UnsignedInteger value) |
void |
OperationLimitsTypeImplBase.setMaxNodesPerHistoryReadData(UnsignedInteger value) |
void |
OperationLimitsTypeImplBase.setMaxNodesPerHistoryReadEvents(UnsignedInteger value) |
void |
OperationLimitsTypeImplBase.setMaxNodesPerHistoryUpdateData(UnsignedInteger value) |
void |
OperationLimitsTypeImplBase.setMaxNodesPerHistoryUpdateEvents(UnsignedInteger value) |
void |
OperationLimitsTypeImplBase.setMaxNodesPerMethodCall(UnsignedInteger value) |
void |
OperationLimitsTypeImplBase.setMaxNodesPerNodeManagement(UnsignedInteger value) |
void |
OperationLimitsTypeImplBase.setMaxNodesPerRead(UnsignedInteger value) |
void |
OperationLimitsTypeImplBase.setMaxNodesPerRegisterNodes(UnsignedInteger value) |
void |
OperationLimitsTypeImplBase.setMaxNodesPerTranslateBrowsePathsToNodeIds(UnsignedInteger value) |
void |
OperationLimitsTypeImplBase.setMaxNodesPerWrite(UnsignedInteger value) |
void |
SubscriptionDiagnosticsTypeImplBase.setMaxNotificationsPerPublish(UnsignedInteger value) |
void |
SecurityGroupTypeImplBase.setMaxPastKeyCount(UnsignedInteger value) |
void |
PubSubCapabilitiesTypeImplBase.setMaxPublishedDataSets(UnsignedInteger value) |
void |
PubSubCapabilitiesTypeImplBase.setMaxPubSubConnections(UnsignedInteger value) |
void |
PubSubCapabilitiesTypeImplBase.setMaxPushTargets(UnsignedInteger value) |
void |
ServerCapabilitiesTypeImplBase.setMaxQueryContinuationPoints(UnsignedShort value) |
void |
PubSubCapabilitiesTypeImplBase.setMaxReaderGroups(UnsignedInteger value) |
void |
LogObjectTypeImplBase.setMaxRecords(UnsignedInteger value) |
void |
SessionDiagnosticsVariableTypeImplBase.setMaxResponseMessageSize(UnsignedInteger value) |
void |
HistoryServerCapabilitiesTypeImplBase.setMaxReturnDataValues(UnsignedInteger value) |
void |
HistoryServerCapabilitiesTypeImplBase.setMaxReturnEventValues(UnsignedInteger value) |
void |
SamplingIntervalDiagnosticsTypeImplBase.setMaxSampledMonitoredItemsCount(UnsignedInteger value) |
void |
PubSubCapabilitiesTypeImplBase.setMaxSecurityGroups(UnsignedInteger value) |
void |
ServerCapabilitiesTypeImplBase.setMaxSelectClauseParameters(UnsignedInteger value) |
void |
ServerCapabilitiesTypeImplBase.setMaxSessions(UnsignedInteger value) |
void |
PubSubCapabilitiesTypeImplBase.setMaxStandaloneSubscribedDataSets(UnsignedInteger value) |
void |
LogObjectTypeImplBase.setMaxStorageDuration(Double value) |
void |
ServerCapabilitiesTypeImplBase.setMaxStringLength(UnsignedInteger value) |
void |
ServerCapabilitiesTypeImplBase.setMaxSubscriptions(UnsignedInteger value) |
void |
ServerCapabilitiesTypeImplBase.setMaxSubscriptionsPerSession(UnsignedInteger value) |
void |
HistoricalDataConfigurationTypeImplBase.setMaxTimeInterval(Double value) |
void |
AlarmConditionTypeImplBase.setMaxTimeShelved(Double value) |
void |
HistoricalDataConfigurationTypeImplBase.setMaxTimeStoredValues(Double value) |
void |
ServerConfigurationTypeImplBase.setMaxTrustListSize(UnsignedInteger value) |
void |
ServerCapabilitiesTypeImplBase.setMaxWhereClauseParameters(UnsignedInteger value) |
void |
PubSubCapabilitiesTypeImplBase.setMaxWriterGroups(UnsignedInteger value) |
void |
BaseEventTypeImplBase.setMessage(LocalizedText value) |
void |
DataSetReaderTypeImplBase.setMessageReceiveTimeout(Double value) |
void |
DatagramWriterGroupTransportTypeImplBase.setMessageRepeatCount(UnsignedByte value) |
void |
DatagramWriterGroupTransportTypeImplBase.setMessageRepeatDelay(Double value) |
void |
BrokerDataSetWriterTransportTypeImplBase.setMetaDataQueueName(String value) |
void |
BrokerDataSetReaderTransportTypeImplBase.setMetaDataQueueName(String value) |
void |
BrokerDataSetWriterTransportTypeImplBase.setMetaDataUpdateTime(Double value) |
void |
AuditClientUpdateMethodResultEventTypeImplBase.setMethodId(ExpandedNodeId value) |
void |
AuditUpdateMethodEventTypeImplBase.setMethodId(NodeId value) |
void |
FileTypeImplBase.setMimeType(String value) |
void |
LogObjectTypeImplBase.setMinimumSeverity(UnsignedShort value) |
void |
ServerCapabilitiesTypeImplBase.setMinSupportedSampleRate(Double value) |
void |
HistoricalDataConfigurationTypeImplBase.setMinTimeInterval(Double value) |
void |
NonTransparentBackupRedundancyTypeImplBase.setMode(RedundantServerMode value) |
void |
NamespaceMetadataTypeImplBase.setModelVersion(String value) |
void |
SubscriptionDiagnosticsTypeImplBase.setModifyCount(UnsignedInteger value) |
void |
SessionDiagnosticsVariableTypeImplBase.setModifyMonitoredItemsCount(ServiceCounterDataType value) |
void |
SessionDiagnosticsVariableTypeImplBase.setModifySubscriptionCount(ServiceCounterDataType value) |
void |
SubscriptionDiagnosticsTypeImplBase.setMonitoredItemCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsTypeImplBase.setMonitoringQueueOverflowCount(UnsignedInteger value) |
void |
ServerConfigurationTypeImplBase.setMulticastDnsEnabled(Boolean value) |
void |
TransitionVariableTypeImplBase.setName(QualifiedName value) |
void |
StateVariableTypeImplBase.setName(QualifiedName value) |
void |
ServerTypeImplBase.setNamespaceArray(String[] value) |
void |
NamespaceMetadataTypeImplBase.setNamespacePublicationDate(DateTime value) |
void |
NamespaceMetadataTypeImplBase.setNamespaceUri(String value) |
void |
DataTypeDictionaryTypeImplBase.setNamespaceUri(String value) |
void |
NamespaceMetadataTypeImplBase.setNamespaceVersion(String value) |
void |
IIeeeAutoNegotiationStatusTypeImplBase.setNegotiationStatus(NegotiationStatus value) |
void |
NetworkAddressTypeImplBase.setNetworkInterface(String value) |
void |
JsonWriterGroupMessageTypeImplBase.setNetworkMessageContentMask(JsonNetworkMessageContentMask value) |
void |
JsonDataSetReaderMessageTypeImplBase.setNetworkMessageContentMask(JsonNetworkMessageContentMask value) |
void |
UadpWriterGroupMessageTypeImplBase.setNetworkMessageContentMask(UadpNetworkMessageContentMask value) |
void |
UadpDataSetReaderMessageTypeImplBase.setNetworkMessageContentMask(UadpNetworkMessageContentMask value) |
void |
UadpDataSetWriterMessageTypeImplBase.setNetworkMessageNumber(UnsignedShort value) |
void |
UadpDataSetReaderMessageTypeImplBase.setNetworkMessageNumber(UnsignedShort value) |
void |
AuditUpdateStateEventTypeImplBase.setNewStateId(Object value) |
void |
AuditWriteUpdateEventTypeImplBase.setNewValue(Object value) |
void |
AuditHistoryAnnotationUpdateEventTypeImplBase.setNewValues(Annotation[] value) |
void |
AuditHistoryValueUpdateEventTypeImplBase.setNewValues(DataValue[] value) |
void |
AuditHistoryEventUpdateEventTypeImplBase.setNewValues(HistoryEventFieldList[] value) |
void |
ConfigurationUpdatedAuditEventTypeImplBase.setNewVersion(UnsignedInteger value) |
void |
SubscriptionDiagnosticsTypeImplBase.setNextSequenceNumber(UnsignedInteger value) |
void |
AuditAddNodesEventTypeImplBase.setNodesToAdd(AddNodesItem[] value) |
void |
AuditDeleteNodesEventTypeImplBase.setNodesToDelete(DeleteNodesItem[] value) |
void |
OrderedListTypeImplBase.setNodeVersion(String value) |
void |
OffNormalAlarmTypeImplBase.setNormalState(NodeId value) |
void |
SubscriptionDiagnosticsTypeImplBase.setNotificationsCount(UnsignedInteger value) |
void |
TransitionVariableTypeImplBase.setNumber(UnsignedInteger value) |
void |
StateVariableTypeImplBase.setNumber(UnsignedInteger value) |
void |
IOrderedObjectTypeImplBase.setNumberInList(Number value) |
void |
RationalNumberTypeImplBase.setNumerator(Integer value) |
void |
AuditClientUpdateMethodResultEventTypeImplBase.setObjectId(ExpandedNodeId value) |
void |
AlarmConditionTypeImplBase.setOffDelay(Double value) |
void |
DialogConditionTypeImplBase.setOkResponse(Integer value) |
void |
AuditUpdateStateEventTypeImplBase.setOldStateId(Object value) |
void |
AuditWriteUpdateEventTypeImplBase.setOldValue(Object value) |
void |
AuditHistoryAnnotationUpdateEventTypeImplBase.setOldValues(Annotation[] value) |
void |
AuditHistoryValueUpdateEventTypeImplBase.setOldValues(DataValue[] value) |
void |
AuditHistoryRawModifyDeleteEventTypeImplBase.setOldValues(DataValue[] value) |
void |
AuditHistoryAtTimeDeleteEventTypeImplBase.setOldValues(DataValue[] value) |
void |
AuditHistoryEventDeleteEventTypeImplBase.setOldValues(HistoryEventFieldList value) |
void |
AuditHistoryEventUpdateEventTypeImplBase.setOldValues(HistoryEventFieldList[] value) |
void |
ConfigurationUpdatedAuditEventTypeImplBase.setOldVersion(UnsignedInteger value) |
void |
AlarmConditionTypeImplBase.setOnDelay(Double value) |
void |
FileTypeImplBase.setOpenCount(UnsignedShort value) |
void |
IetfBaseNetworkInterfaceTypeImplBase.setOperStatus(InterfaceOperStatus value) |
void |
IIetfBaseNetworkInterfaceTypeImplBase.setOperStatus(InterfaceOperStatus value) |
void |
OptionSetTypeImplBase.setOptionSetValues(LocalizedText[] value) |
void |
FrameTypeImplBase.setOrientation(Orientation value) |
void |
ThreeDFrameTypeImplBase.setOrientation(ThreeDOrientation value) |
void |
AlarmConditionTypeImplBase.setOutOfServiceState(LocalizedText value) |
void |
AuditUpdateMethodEventTypeImplBase.setOutputArguments(Object[] value) |
void |
AuditClientUpdateMethodResultEventTypeImplBase.setOutputArguments(Object[] value) |
void |
AuditHistoryUpdateEventTypeImplBase.setParameterDataTypeId(NodeId value) |
void |
UserManagementTypeImplBase.setPasswordLength(Range value) |
void |
UserManagementTypeImplBase.setPasswordOptions(PasswordOptionsMask value) |
void |
UserManagementTypeImplBase.setPasswordRestrictions(LocalizedText value) |
void |
AggregateConfigurationTypeImplBase.setPercentDataBad(UnsignedByte value) |
void |
AggregateConfigurationTypeImplBase.setPercentDataGood(UnsignedByte value) |
void |
AuditHistoryValueUpdateEventTypeImplBase.setPerformInsertReplace(PerformUpdateType value) |
void |
AuditHistoryEventUpdateEventTypeImplBase.setPerformInsertReplace(PerformUpdateType value) |
void |
AuditHistoryAnnotationUpdateEventTypeImplBase.setPerformInsertReplace(PerformUpdateType value) |
void |
IetfBaseNetworkInterfaceTypeImplBase.setPhysAddress(String value) |
void |
IIetfBaseNetworkInterfaceTypeImplBase.setPhysAddress(String value) |
void |
LldpRemoteSystemTypeImplBase.setPortDescription(String value) |
void |
LldpPortInformationTypeImplBase.setPortDescription(String value) |
void |
LldpRemoteSystemTypeImplBase.setPortId(String value) |
void |
LldpPortInformationTypeImplBase.setPortId(String value) |
void |
LldpRemoteSystemTypeImplBase.setPortIdSubtype(PortIdSubtype value) |
void |
LldpPortInformationTypeImplBase.setPortIdSubtype(PortIdSubtype value) |
void |
WriterGroupTypeImplBase.setPriority(UnsignedByte value) |
void |
SubscriptionDiagnosticsTypeImplBase.setPriority(UnsignedByte value) |
void |
ISrClassTypeImplBase.setPriority(UnsignedByte value) |
void |
IIeeeTsnVlanTagTypeImplBase.setPriorityCodePoint(UnsignedByte value) |
void |
IPriorityMappingEntryTypeImplBase.setPriorityLabel(String value) |
void |
PriorityMappingTableTypeImplBase.setPriorityMapppingEntries(PriorityMappingEntryType[] value) |
void |
IPriorityMappingEntryTypeImplBase.setPriorityValue_DSCP(UnsignedInteger value) |
void |
IPriorityMappingEntryTypeImplBase.setPriorityValue_PCP(UnsignedByte value) |
void |
UadpDataSetReaderMessageTypeImplBase.setProcessingOffset(Double value) |
void |
BuildInfoTypeImplBase.setProductName(String value) |
void |
ServerConfigurationTypeImplBase.setProductUri(String value) |
void |
BuildInfoTypeImplBase.setProductUri(String value) |
void |
ApplicationConfigurationTypeImplBase.setProductUri(String value) |
void |
KeyCredentialConfigurationTypeImplBase.setProfileUri(String value) |
void |
ProgramStateMachineTypeImplBase.setProgramDiagnostic(ProgramDiagnostic2DataType value) |
void |
ProgressEventTypeImplBase.setProgress(UnsignedShort value) |
void |
DialogConditionTypeImplBase.setPrompt(LocalizedText value) |
void |
SessionDiagnosticsVariableTypeImplBase.setPublishCount(ServiceCounterDataType value) |
void |
PublishedDataItemsTypeImplBase.setPublishedData(PublishedVariableDataType[] value) |
void |
PubSubConnectionTypeImplBase.setPublisherId(Object value) |
void |
DataSetReaderTypeImplBase.setPublisherId(Object value) |
void |
SubscriptionDiagnosticsTypeImplBase.setPublishingEnabled(Boolean value) |
void |
WriterGroupTypeImplBase.setPublishingInterval(Double value) |
void |
UadpDataSetReaderMessageTypeImplBase.setPublishingInterval(Double value) |
void |
SubscriptionDiagnosticsTypeImplBase.setPublishingInterval(Double value) |
void |
ServerDiagnosticsSummaryTypeImplBase.setPublishingIntervalCount(UnsignedInteger value) |
void |
UadpWriterGroupMessageTypeImplBase.setPublishingOffset(Double[] value) |
void |
SubscriptionDiagnosticsTypeImplBase.setPublishRequestCount(UnsignedInteger value) |
void |
PublishedEventsTypeImplBase.setPubSubEventNotifier(NodeId value) |
void |
CertificateGroupTypeImplBase.setPurpose(NodeId value) |
void |
DatagramWriterGroupTransportTypeImplBase.setQosCategory(String value) |
void |
DatagramDataSetReaderTransportTypeImplBase.setQosCategory(String value) |
void |
DatagramConnectionTransportTypeImplBase.setQosCategory(String value) |
void |
ConditionTypeImplBase.setQuality(StatusCode value) |
void |
SessionDiagnosticsVariableTypeImplBase.setQueryFirstCount(ServiceCounterDataType value) |
void |
SessionDiagnosticsVariableTypeImplBase.setQueryNextCount(ServiceCounterDataType value) |
void |
BrokerWriterGroupTransportTypeImplBase.setQueueName(String value) |
void |
BrokerDataSetWriterTransportTypeImplBase.setQueueName(String value) |
void |
BrokerDataSetReaderTransportTypeImplBase.setQueueName(String value) |
void |
AlarmRateVariableTypeImplBase.setRate(UnsignedShort value) |
void |
SessionDiagnosticsVariableTypeImplBase.setReadCount(ServiceCounterDataType value) |
void |
AlarmConditionTypeImplBase.setReAlarmRepeatCount(Short value) |
void |
AlarmConditionTypeImplBase.setReAlarmTime(Double value) |
void |
UadpDataSetReaderMessageTypeImplBase.setReceiveOffset(Double value) |
void |
IIeeeTsnInterfaceConfigurationListenerTypeImplBase.setReceiveOffset(UnsignedInteger value) |
void |
BaseEventTypeImplBase.setReceiveTime(DateTime value) |
void |
ProgramStateMachineTypeImplBase.setRecycleCount(Integer value) |
void |
ServerRedundancyTypeImplBase.setRedundancySupport(RedundancySupport value) |
void |
TransparentRedundancyTypeImplBase.setRedundantServerArray(RedundantServerDataType[] value) |
void |
ServerRedundancyTypeImplBase.setRedundantServerArray(RedundantServerDataType[] value) |
void |
NonTransparentBackupRedundancyTypeImplBase.setRedundantServerArray(RedundantServerDataType[] value) |
void |
ReferenceDescriptionVariableTypeImplBase.setReferenceRefinement(ReferenceListEntryDataType[] value) |
void |
AuditAddReferencesEventTypeImplBase.setReferencesToAdd(AddReferencesItem[] value) |
void |
AuditDeleteReferencesEventTypeImplBase.setReferencesToDelete(DeleteReferencesItem[] value) |
void |
SessionDiagnosticsVariableTypeImplBase.setRegisterNodesCount(ServiceCounterDataType value) |
void |
ServerDiagnosticsSummaryTypeImplBase.setRejectedRequestsCount(UnsignedInteger value) |
void |
ServerDiagnosticsSummaryTypeImplBase.setRejectedSessionCount(UnsignedInteger value) |
void |
LldpRemoteStatisticsTypeImplBase.setRemoteAgeouts(UnsignedInteger value) |
void |
LldpRemoteSystemTypeImplBase.setRemoteChanges(Boolean value) |
void |
LldpRemoteStatisticsTypeImplBase.setRemoteDeletes(UnsignedInteger value) |
void |
LldpRemoteStatisticsTypeImplBase.setRemoteDrops(UnsignedInteger value) |
void |
LldpRemoteSystemTypeImplBase.setRemoteIndex(UnsignedInteger value) |
void |
LldpRemoteStatisticsTypeImplBase.setRemoteInserts(UnsignedInteger value) |
void |
LldpRemoteSystemTypeImplBase.setRemoteTooManyNeighbors(Boolean value) |
void |
LldpRemoteSystemTypeImplBase.setRemoteUnknownTlv(LldpTlvType[] value) |
void |
HistoryServerCapabilitiesTypeImplBase.setReplaceDataCapability(Boolean value) |
void |
HistoryServerCapabilitiesTypeImplBase.setReplaceEventCapability(Boolean value) |
void |
SessionDiagnosticsVariableTypeImplBase.setRepublishCount(ServiceCounterDataType value) |
void |
SubscriptionDiagnosticsTypeImplBase.setRepublishMessageCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsTypeImplBase.setRepublishMessageRequestCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsTypeImplBase.setRepublishRequestCount(UnsignedInteger value) |
void |
AuditHistoryAtTimeDeleteEventTypeImplBase.setReqTimes(DateTime[] value) |
void |
BrokerWriterGroupTransportTypeImplBase.setRequestedDeliveryGuarantee(BrokerTransportQualityOfService value) |
void |
BrokerDataSetWriterTransportTypeImplBase.setRequestedDeliveryGuarantee(BrokerTransportQualityOfService value) |
void |
BrokerDataSetReaderTransportTypeImplBase.setRequestedDeliveryGuarantee(BrokerTransportQualityOfService value) |
void |
PubSubKeyPushTargetTypeImplBase.setRequestedKeyCount(UnsignedShort value) |
void |
AuditOpenSecureChannelEventTypeImplBase.setRequestedLifetime(Double value) |
void |
AuditCancelEventTypeImplBase.setRequestHandle(UnsignedInteger value) |
void |
AuditOpenSecureChannelEventTypeImplBase.setRequestType(SecurityTokenRequestType value) |
void |
KeyCredentialDeletedAuditEventTypeImplBase.setResourceUri(String value) |
void |
KeyCredentialConfigurationTypeImplBase.setResourceUri(String value) |
void |
KeyCredentialAuditEventTypeImplBase.setResourceUri(String value) |
void |
BrokerWriterGroupTransportTypeImplBase.setResourceUri(String value) |
void |
BrokerDataSetWriterTransportTypeImplBase.setResourceUri(String value) |
void |
BrokerDataSetReaderTransportTypeImplBase.setResourceUri(String value) |
void |
BrokerConnectionTransportTypeImplBase.setResourceUri(String value) |
void |
DialogConditionTypeImplBase.setResponseOptionSet(LocalizedText[] value) |
void |
SelectionListTypeImplBase.setRestrictToList(Boolean value) |
void |
TransactionDiagnosticsTypeImplBase.setResult(StatusCode value) |
void |
ConditionTypeImplBase.setRetain(Boolean value) |
void |
PubSubKeyPushTargetTypeImplBase.setRetryInterval(Double value) |
void |
AuditCreateSessionEventTypeImplBase.setRevisedSessionTimeout(Double value) |
void |
SamplingIntervalDiagnosticsTypeImplBase.setSampledMonitoredItemsCount(UnsignedInteger value) |
void |
SamplingIntervalDiagnosticsTypeImplBase.setSamplingInterval(Double value) |
void |
ServerDiagnosticsTypeImplBase.setSamplingIntervalDiagnosticsArray(SamplingIntervalDiagnosticsDataType[] value) |
void |
UadpWriterGroupMessageTypeImplBase.setSamplingOffset(Double value) |
void |
ServerStatusTypeImplBase.setSecondsTillShutdown(UnsignedInteger value) |
void |
AuditCreateSessionEventTypeImplBase.setSecureChannelId(String value) |
void |
AuditChannelEventTypeImplBase.setSecureChannelId(String value) |
void |
AuditActivateSessionEventTypeImplBase.setSecureChannelId(String value) |
void |
SecurityGroupTypeImplBase.setSecurityGroupId(String value) |
void |
PubSubGroupTypeImplBase.setSecurityGroupId(String value) |
void |
DataSetReaderTypeImplBase.setSecurityGroupId(String value) |
void |
PubSubGroupTypeImplBase.setSecurityKeyServices(EndpointDescription[] value) |
void |
DataSetReaderTypeImplBase.setSecurityKeyServices(EndpointDescription[] value) |
void |
SessionSecurityDiagnosticsTypeImplBase.setSecurityMode(MessageSecurityMode value) |
void |
PubSubGroupTypeImplBase.setSecurityMode(MessageSecurityMode value) |
void |
HistoricalExternalEventSourceTypeImplBase.setSecurityMode(MessageSecurityMode value) |
void |
DataSetReaderTypeImplBase.setSecurityMode(MessageSecurityMode value) |
void |
AuditOpenSecureChannelEventTypeImplBase.setSecurityMode(MessageSecurityMode value) |
void |
SessionSecurityDiagnosticsTypeImplBase.setSecurityPolicyUri(String value) |
void |
SecurityGroupTypeImplBase.setSecurityPolicyUri(String value) |
void |
PubSubKeyPushTargetTypeImplBase.setSecurityPolicyUri(String value) |
void |
HistoricalExternalEventSourceTypeImplBase.setSecurityPolicyUri(String value) |
void |
AuditOpenSecureChannelEventTypeImplBase.setSecurityPolicyUri(String value) |
void |
ApplicationConfigurationFileTypeImplBase.setSecurityPolicyUris(String[] value) |
void |
ServerDiagnosticsSummaryTypeImplBase.setSecurityRejectedRequestsCount(UnsignedInteger value) |
void |
ServerDiagnosticsSummaryTypeImplBase.setSecurityRejectedSessionCount(UnsignedInteger value) |
void |
PublishedEventsTypeImplBase.setSelectedFields(SimpleAttributeOperand[] value) |
void |
AuditConditionRespondEventTypeImplBase.setSelectedResponse(UnsignedInteger value) |
void |
SelectionListTypeImplBase.setSelectionDescriptions(LocalizedText[] value) |
void |
SelectionListTypeImplBase.setSelections(Object[] value) |
void |
SerializationEntityTypeImplBase.setSerializationDepth(UnsignedShort value) |
void |
SerializationEntityTypeImplBase.setSerializedData(Structure value) |
void |
HistoricalExternalEventSourceTypeImplBase.setServer(String value) |
void |
ServerTypeImplBase.setServerArray(String[] value) |
void |
ServerConfigurationTypeImplBase.setServerCapabilities(String[] value) |
void |
ServerDiagnosticsTypeImplBase.setServerDiagnosticsSummary(ServerDiagnosticsSummaryDataType value) |
void |
AuditEventTypeImplBase.setServerId(String value) |
void |
NonTransparentNetworkRedundancyTypeImplBase.setServerNetworkGroups(NetworkGroupDataType[] value) |
void |
ServerCapabilitiesTypeImplBase.setServerProfileArray(String[] value) |
void |
ServerTypeImplBase.setServerStatus(ServerStatusDataType value) |
void |
HistoryServerCapabilitiesTypeImplBase.setServerTimestampSupported(Boolean value) |
void |
HistoricalDataConfigurationTypeImplBase.setServerTimestampSupported(Boolean value) |
void |
SessionDiagnosticsVariableTypeImplBase.setServerUri(String value) |
void |
AuditClientEventTypeImplBase.setServerUri(String value) |
void |
NonTransparentRedundancyTypeImplBase.setServerUriArray(String[] value) |
void |
ServerDiagnosticsSummaryTypeImplBase.setServerViewCount(UnsignedInteger value) |
void |
AuthorizationServiceConfigurationTypeImplBase.setServiceCertificate(ByteString value) |
void |
ServerTypeImplBase.setServiceLevel(UnsignedByte value) |
void |
KeyCredentialConfigurationTypeImplBase.setServiceStatus(StatusCode value) |
void |
AuthorizationServiceConfigurationTypeImplBase.setServiceUri(String value) |
void |
ServerDiagnosticsSummaryTypeImplBase.setSessionAbortCount(UnsignedInteger value) |
void |
SessionDiagnosticsObjectTypeImplBase.setSessionDiagnostics(SessionDiagnosticsDataType value) |
void |
SessionsDiagnosticsSummaryTypeImplBase.setSessionDiagnosticsArray(SessionDiagnosticsDataType[] value) |
void |
SubscriptionDiagnosticsTypeImplBase.setSessionId(NodeId value) |
void |
SessionSecurityDiagnosticsTypeImplBase.setSessionId(NodeId value) |
void |
SessionDiagnosticsVariableTypeImplBase.setSessionId(NodeId value) |
void |
AuditSessionEventTypeImplBase.setSessionId(NodeId value) |
void |
SessionDiagnosticsVariableTypeImplBase.setSessionName(String value) |
void |
SessionDiagnosticsObjectTypeImplBase.setSessionSecurityDiagnostics(SessionSecurityDiagnosticsDataType value) |
void |
SessionsDiagnosticsSummaryTypeImplBase.setSessionSecurityDiagnosticsArray(SessionSecurityDiagnosticsDataType[] value) |
void |
ServerDiagnosticsSummaryTypeImplBase.setSessionTimeoutCount(UnsignedInteger value) |
void |
SessionDiagnosticsVariableTypeImplBase.setSetMonitoringModeCount(ServiceCounterDataType value) |
void |
NonExclusiveDeviationAlarmTypeImplBase.setSetpointNode(NodeId value) |
void |
ExclusiveDeviationAlarmTypeImplBase.setSetpointNode(NodeId value) |
void |
SessionDiagnosticsVariableTypeImplBase.setSetPublishingModeCount(ServiceCounterDataType value) |
void |
SessionDiagnosticsVariableTypeImplBase.setSetTriggeringCount(ServiceCounterDataType value) |
void |
BaseEventTypeImplBase.setSeverity(UnsignedShort value) |
void |
LimitAlarmTypeImplBase.setSeverityHigh(UnsignedShort value) |
void |
LimitAlarmTypeImplBase.setSeverityHighHigh(UnsignedShort value) |
void |
LimitAlarmTypeImplBase.setSeverityLow(UnsignedShort value) |
void |
LimitAlarmTypeImplBase.setSeverityLowLow(UnsignedShort value) |
void |
AuditConditionShelvingEventTypeImplBase.setShelvingTime(Double value) |
void |
ServerStatusTypeImplBase.setShutdownReason(LocalizedText value) |
void |
AlarmConditionTypeImplBase.setSilenceState(LocalizedText value) |
void |
FileTypeImplBase.setSize(UnsignedLong value) |
void |
ServerCapabilitiesTypeImplBase.setSoftwareCertificates(SignedSoftwareCertificate[] value) |
void |
BuildInfoTypeImplBase.setSoftwareVersion(String value) |
void |
HistoricalEventConfigurationTypeImplBase.setSortByEventFields(SimpleAttributeOperand[] value) |
void |
IIeeeTsnMacAddressTypeImplBase.setSourceAddress(UnsignedByte[] value) |
void |
BaseEventTypeImplBase.setSourceName(String value) |
void |
BaseEventTypeImplBase.setSourceNode(NodeId value) |
void |
ConditionVariableTypeImplBase.setSourceTimestamp(DateTime value) |
void |
IetfBaseNetworkInterfaceTypeImplBase.setSpeed(UnsignedLong value) |
void |
IIetfBaseNetworkInterfaceTypeImplBase.setSpeed(UnsignedLong value) |
void |
IIeeeBaseEthernetPortTypeImplBase.setSpeed(UnsignedLong value) |
void |
IIeeeBaseTsnStreamTypeImplBase.setSrClassId(UnsignedByte value) |
void |
HistoricalEventConfigurationTypeImplBase.setStartOfArchive(DateTime value) |
void |
HistoricalDataConfigurationTypeImplBase.setStartOfArchive(DateTime value) |
void |
HistoricalEventConfigurationTypeImplBase.setStartOfOnlineArchive(DateTime value) |
void |
HistoricalDataConfigurationTypeImplBase.setStartOfOnlineArchive(DateTime value) |
void |
TransactionDiagnosticsTypeImplBase.setStartTime(DateTime value) |
void |
ServerStatusTypeImplBase.setStartTime(DateTime value) |
void |
AuditHistoryRawModifyDeleteEventTypeImplBase.setStartTime(DateTime value) |
void |
AuditHistoryBulkInsertEventTypeImplBase.setStartTime(DateTime value) |
void |
AlarmMetricsTypeImplBase.setStartTime(DateTime value) |
void |
PubSubStatusTypeImplBase.setState(PubSubState value) |
void |
PubSubStatusEventTypeImplBase.setState(PubSubState value) |
void |
ServerStatusTypeImplBase.setState(ServerState value) |
void |
IIeeeBaseTsnStreamTypeImplBase.setState(TsnStreamState value) |
void |
StateTypeImplBase.setStateNumber(UnsignedInteger value) |
void |
NamespaceMetadataTypeImplBase.setStaticNodeIdTypes(IdType[] value) |
void |
NamespaceMetadataTypeImplBase.setStaticNumericNodeIdRange(String[] value) |
void |
NamespaceMetadataTypeImplBase.setStaticStringNodeIdPattern(String value) |
void |
AuditEventTypeImplBase.setStatus(Boolean value) |
void |
AuditUpdateMethodEventTypeImplBase.setStatusCodeId(StatusCode value) |
void |
AuditSecurityEventTypeImplBase.setStatusCodeId(StatusCode value) |
void |
AuditClientUpdateMethodResultEventTypeImplBase.setStatusCodeId(StatusCode value) |
void |
HistoricalDataConfigurationTypeImplBase.setStepped(Boolean value) |
void |
IIeeeBaseTsnStreamTypeImplBase.setStreamId(UnsignedByte[] value) |
void |
IIeeeBaseTsnStreamTypeImplBase.setStreamName(String value) |
void |
PubSubDiagnosticsTypeImplBase.setSubError(Boolean value) |
void |
SessionDiagnosticsObjectTypeImplBase.setSubscriptionDiagnosticsArray(SubscriptionDiagnosticsDataType[] value) |
void |
ServerDiagnosticsTypeImplBase.setSubscriptionDiagnosticsArray(SubscriptionDiagnosticsDataType[] value) |
void |
SubscriptionDiagnosticsTypeImplBase.setSubscriptionId(UnsignedInteger value) |
void |
ConfigurationFileTypeImplBase.setSupportedDataType(NodeId value) |
void |
ServerConfigurationTypeImplBase.setSupportedPrivateKeyFormats(String[] value) |
void |
SecurityGroupFolderTypeImplBase.setSupportedSecurityPolicyUris(String[] value) |
void |
PublishSubscribeTypeImplBase.setSupportedTransportProfiles(String[] value) |
void |
PubSubCapabilitiesTypeImplBase.setSupportSecurityKeyPull(Boolean value) |
void |
PubSubCapabilitiesTypeImplBase.setSupportSecurityKeyPush(Boolean value) |
void |
PubSubCapabilitiesTypeImplBase.setSupportSecurityKeyServer(Boolean value) |
void |
ServerConfigurationTypeImplBase.setSupportsTransactions(Boolean value) |
void |
AlarmConditionTypeImplBase.setSuppressedOrShelved(Boolean value) |
void |
AlarmConditionTypeImplBase.setSuppressedState(LocalizedText value) |
void |
UnitTypeImplBase.setSymbol(LocalizedText value) |
void |
QuantityTypeImplBase.setSymbol(LocalizedText value) |
void |
LldpRemoteSystemTypeImplBase.setSystemCapabilitiesEnabled(LldpSystemCapabilitiesMap value) |
void |
LldpLocalSystemTypeImplBase.setSystemCapabilitiesEnabled(LldpSystemCapabilitiesMap value) |
void |
LldpRemoteSystemTypeImplBase.setSystemCapabilitiesSupported(LldpSystemCapabilitiesMap value) |
void |
LldpLocalSystemTypeImplBase.setSystemCapabilitiesSupported(LldpSystemCapabilitiesMap value) |
void |
LldpRemoteSystemTypeImplBase.setSystemDescription(String value) |
void |
LldpLocalSystemTypeImplBase.setSystemDescription(String value) |
void |
LldpRemoteSystemTypeImplBase.setSystemName(String value) |
void |
LldpLocalSystemTypeImplBase.setSystemName(String value) |
void |
SystemStatusChangeEventTypeImplBase.setSystemState(ServerState value) |
void |
IIeeeBaseTsnStatusStreamTypeImplBase.setTalkerStatus(TsnTalkerStatus value) |
void |
DiscrepancyAlarmTypeImplBase.setTargetValueNode(NodeId value) |
void |
TargetVariablesTypeImplBase.setTargetVariables(FieldTargetDataType[] value) |
void |
BaseEventTypeImplBase.setTime(DateTime value) |
void |
IIeeeTsnInterfaceConfigurationTalkerTypeImplBase.setTimeAwareOffset(UnsignedInteger value) |
void |
PubSubDiagnosticsCounterTypeImplBase.setTimeFirstChange(DateTime value) |
void |
LldpRemoteSystemTypeImplBase.setTimeMark(UnsignedInteger value) |
void |
ArrayItemTypeImplBase.setTitle(LocalizedText value) |
void |
DiscrepancyAlarmTypeImplBase.setTolerance(Double value) |
void |
DatagramWriterGroupTransportTypeImplBase.setTopic(String value) |
void |
DatagramDataSetReaderTransportTypeImplBase.setTopic(String value) |
void |
TransitionEventTypeImplBase.setToState(LocalizedText value) |
void |
PubSubDiagnosticsTypeImplBase.setTotalError(UnsignedInteger value) |
void |
PubSubDiagnosticsTypeImplBase.setTotalInformation(UnsignedInteger value) |
void |
SessionDiagnosticsVariableTypeImplBase.setTotalRequestCount(ServiceCounterDataType value) |
void |
SubscriptionDiagnosticsTypeImplBase.setTransferredToAltClientCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsTypeImplBase.setTransferredToSameClientCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsTypeImplBase.setTransferRequestCount(UnsignedInteger value) |
void |
SessionDiagnosticsVariableTypeImplBase.setTransferSubscriptionsCount(ServiceCounterDataType value) |
void |
TransitionEventTypeImplBase.setTransition(LocalizedText value) |
void |
ProgramTransitionAuditEventTypeImplBase.setTransition(LocalizedText value) |
void |
TransitionTypeImplBase.setTransitionNumber(UnsignedInteger value) |
void |
AuditProgramTransitionEventTypeImplBase.setTransitionNumber(UnsignedInteger value) |
void |
TwoStateVariableTypeImplBase.setTransitionTime(DateTime value) |
void |
TransitionVariableTypeImplBase.setTransitionTime(DateTime value) |
void |
SessionDiagnosticsVariableTypeImplBase.setTranslateBrowsePathsToNodeIdsCount(ServiceCounterDataType value) |
void |
PubSubConnectionTypeImplBase.setTransportProfileUri(String value) |
void |
HistoricalExternalEventSourceTypeImplBase.setTransportProfileUri(String value) |
void |
SessionSecurityDiagnosticsTypeImplBase.setTransportProtocol(String value) |
void |
AggregateConfigurationTypeImplBase.setTreatUncertainAsBad(Boolean value) |
void |
TwoStateVariableTypeImplBase.setTrueState(LocalizedText value) |
void |
TwoStateDiscreteTypeImplBase.setTrueState(LocalizedText value) |
void |
TrustListUpdatedAuditEventTypeImplBase.setTrustListId(NodeId value) |
void |
TrustListOutOfDateAlarmTypeImplBase.setTrustListId(NodeId value) |
void |
AlarmStateVariableTypeImplBase.setUnacknowledgedCount(UnsignedInteger value) |
void |
SubscriptionDiagnosticsTypeImplBase.setUnacknowledgedMessageCount(UnsignedInteger value) |
void |
SessionDiagnosticsVariableTypeImplBase.setUnauthorizedRequestCount(UnsignedInteger value) |
void |
AlarmStateVariableTypeImplBase.setUnconfirmedCount(UnsignedInteger value) |
void |
UnitTypeImplBase.setUnitSystem(String value) |
void |
SessionDiagnosticsVariableTypeImplBase.setUnregisterNodesCount(ServiceCounterDataType value) |
void |
ShelvedStateMachineTypeImplBase.setUnshelveTime(Double value) |
void |
HistoryServerCapabilitiesTypeImplBase.setUpdateDataCapability(Boolean value) |
void |
AuditHistoryValueUpdateEventTypeImplBase.setUpdatedNode(NodeId value) |
void |
AuditHistoryEventUpdateEventTypeImplBase.setUpdatedNode(NodeId value) |
void |
AuditHistoryDeleteEventTypeImplBase.setUpdatedNode(NodeId value) |
void |
AuditHistoryBulkInsertEventTypeImplBase.setUpdatedNode(NodeId value) |
void |
HistoryServerCapabilitiesTypeImplBase.setUpdateEventCapability(Boolean value) |
void |
TrustListTypeImplBase.setUpdateFrequency(Double value) |
void |
TrustListOutOfDateAlarmTypeImplBase.setUpdateFrequency(Double value) |
void |
ServerTypeImplBase.setUrisVersion(UnsignedInteger value) |
void |
NetworkAddressUrlTypeImplBase.setUrl(String value) |
void |
AuditActivateSessionEventTypeImplBase.setUserIdentityToken(UserIdentityToken value) |
void |
UserManagementTypeImplBase.setUsers(UserManagementDataType[] value) |
void |
PubSubKeyPushTargetTypeImplBase.setUserTokenType(UserTokenPolicy value) |
void |
ApplicationConfigurationFileTypeImplBase.setUserTokenTypes(UserTokenPolicy[] value) |
void |
FileTypeImplBase.setUserWritable(Boolean value) |
void |
AggregateConfigurationTypeImplBase.setUseSlopedExtrapolation(Boolean value) |
void |
MultiStateDictionaryEntryDiscreteTypeImplBase.setValueAsDictionaryEntries(NodeId[] value) |
void |
MultiStateDictionaryEntryDiscreteBaseTypeImplBase.setValueAsDictionaryEntries(NodeId[] value) |
void |
MultiStateValueDiscreteTypeImplBase.setValueAsText(LocalizedText value) |
void |
DataItemTypeImplBase.setValuePrecision(Double value) |
void |
VectorTypeImplBase.setVectorUnit(EUInformation value) |
void |
AudioVariableTypeImplBase.setVersionId(String value) |
void |
ISrClassTypeImplBase.setVid(UnsignedShort value) |
void |
IVlanIdTypeImplBase.setVlanId(UnsignedShort value) |
void |
IIeeeTsnVlanTagTypeImplBase.setVlanId(UnsignedShort value) |
void |
IBaseEthernetCapabilitiesTypeImplBase.setVlanTagCapable(Boolean value) |
void |
FileTypeImplBase.setWritable(Boolean value) |
void |
SessionDiagnosticsVariableTypeImplBase.setWriteCount(ServiceCounterDataType value) |
void |
WriterGroupTypeImplBase.setWriterGroupId(UnsignedShort value) |
void |
DataSetReaderTypeImplBase.setWriterGroupId(UnsignedShort value) |
void |
ThreeDVectorTypeImplBase.setX(Double value) |
void |
ThreeDCartesianCoordinatesTypeImplBase.setX(Double value) |
void |
YArrayItemTypeImplBase.setXAxisDefinition(AxisInformation value) |
void |
XYArrayItemTypeImplBase.setXAxisDefinition(AxisInformation value) |
void |
ImageItemTypeImplBase.setXAxisDefinition(AxisInformation value) |
void |
CubeItemTypeImplBase.setXAxisDefinition(AxisInformation value) |
void |
ThreeDVectorTypeImplBase.setY(Double value) |
void |
ThreeDCartesianCoordinatesTypeImplBase.setY(Double value) |
void |
ImageItemTypeImplBase.setYAxisDefinition(AxisInformation value) |
void |
CubeItemTypeImplBase.setYAxisDefinition(AxisInformation value) |
void |
ThreeDVectorTypeImplBase.setZ(Double value) |
void |
ThreeDCartesianCoordinatesTypeImplBase.setZ(Double value) |
void |
CubeItemTypeImplBase.setZAxisDefinition(AxisInformation value) |
| Modifier and Type | Method and Description |
|---|---|
void |
AcknowledgeableConditionTypeNodeBase.acknowledge(ByteString f_eventId,
LocalizedText f_comment) |
void |
AcknowledgeableConditionTypeNode.acknowledge(ByteString eventId,
LocalizedText comment,
DateTime ackTime,
ByteString userEventId)
Acknowledged the condition, adds the comment to the eventId with
ConditionTypeNode.addComment(ByteString, LocalizedText, DateTime, ByteString). |
void |
AcknowledgeableConditionTypeAcknowledgeMethod.acknowledge(ServiceContext serviceContext,
AcknowledgeableConditionTypeNode node,
ByteString f_eventId,
LocalizedText f_comment) |
void |
RoleTypeAddApplicationMethod.addApplication(ServiceContext serviceContext,
RoleTypeNode node,
String f_applicationUri) |
void |
RoleTypeNodeBase.addApplication(String f_applicationUri) |
void |
TrustListTypeNodeBase.addCertificate(ByteString f_certificate,
Boolean f_isTrustedCertificate) |
void |
TrustListTypeAddCertificateMethod.addCertificate(ServiceContext serviceContext,
TrustListTypeNode node,
ByteString f_certificate,
Boolean f_isTrustedCertificate) |
void |
ConditionTypeNodeBase.addComment(ByteString f_eventId,
LocalizedText f_comment) |
void |
ConditionTypeNode.addComment(ByteString eventId,
LocalizedText comment,
DateTime time,
ByteString userEventId)
Add a new comment to a specific eventId.
|
void |
ConditionTypeAddCommentMethod.addComment(ServiceContext serviceContext,
ConditionTypeNode node,
ByteString f_eventId,
LocalizedText f_comment) |
NodeId |
PublishSubscribeTypeNodeBase.addConnection(PubSubConnectionDataType f_configuration) |
NodeId |
PublishSubscribeTypeAddConnectionMethod.addConnection(ServiceContext serviceContext,
PublishSubscribeTypeNode node,
PubSubConnectionDataType f_configuration) |
NodeId |
DataSetFolderTypeAddDataSetFolderMethod.addDataSetFolder(ServiceContext serviceContext,
DataSetFolderTypeNode node,
String f_name) |
NodeId |
SubscribedDataSetFolderTypeAddDataSetFolderMethod.addDataSetFolder(ServiceContext serviceContext,
SubscribedDataSetFolderTypeNode node,
String f_name) |
NodeId |
SubscribedDataSetFolderTypeNodeBase.addDataSetFolder(String f_name) |
NodeId |
DataSetFolderTypeNodeBase.addDataSetFolder(String f_name) |
NodeId |
ReaderGroupTypeNodeBase.addDataSetReader(DataSetReaderDataType f_configuration) |
NodeId |
ReaderGroupTypeAddDataSetReaderMethod.addDataSetReader(ServiceContext serviceContext,
ReaderGroupTypeNode node,
DataSetReaderDataType f_configuration) |
NodeId |
WriterGroupTypeNodeBase.addDataSetWriter(DataSetWriterDataType f_configuration) |
NodeId |
WriterGroupTypeAddDataSetWriterMethod.addDataSetWriter(ServiceContext serviceContext,
WriterGroupTypeNode node,
DataSetWriterDataType f_configuration) |
void |
RoleTypeNodeBase.addEndpoint(EndpointType f_endpoint) |
void |
RoleTypeAddEndpointMethod.addEndpoint(ServiceContext serviceContext,
RoleTypeNode node,
EndpointType f_endpoint) |
NodeId |
ExtensionFieldsTypeNodeBase.addExtensionField(QualifiedName f_fieldName,
Object f_fieldValue) |
NodeId |
ExtensionFieldsTypeAddExtensionFieldMethod.addExtensionField(ServiceContext serviceContext,
ExtensionFieldsTypeNode node,
QualifiedName f_fieldName,
Object f_fieldValue) |
void |
RoleTypeNodeBase.addIdentity(IdentityMappingRuleType f_rule) |
void |
RoleTypeAddIdentityMethod.addIdentity(ServiceContext serviceContext,
RoleTypeNode node,
IdentityMappingRuleType f_rule) |
void |
PriorityMappingTableTypeAddPriorityMappingEntryMethod.addPriorityMappingEntry(ServiceContext serviceContext,
PriorityMappingTableTypeNode node,
String f_mappingUri,
String f_priorityLabel,
UnsignedByte f_priorityValue_PCP,
UnsignedInteger f_priorityValue_DSCP) |
void |
PriorityMappingTableTypeNodeBase.addPriorityMappingEntry(String f_mappingUri,
String f_priorityLabel,
UnsignedByte f_priorityValue_PCP,
UnsignedInteger f_priorityValue_DSCP) |
DataSetFolderType.AddPublishedDataItemsMethodOutputs |
DataSetFolderTypeAddPublishedDataItemsMethod.addPublishedDataItems(ServiceContext serviceContext,
DataSetFolderTypeNode node,
String f_name,
String[] f_fieldNameAliases,
DataSetFieldFlags[] f_fieldFlags,
PublishedVariableDataType[] f_variablesToAdd) |
DataSetFolderType.AddPublishedDataItemsMethodOutputs |
DataSetFolderTypeNodeBase.addPublishedDataItems(String f_name,
String[] f_fieldNameAliases,
DataSetFieldFlags[] f_fieldFlags,
PublishedVariableDataType[] f_variablesToAdd) |
DataSetFolderType.AddPublishedDataItemsTemplateMethodOutputs |
DataSetFolderTypeAddPublishedDataItemsTemplateMethod.addPublishedDataItemsTemplate(ServiceContext serviceContext,
DataSetFolderTypeNode node,
String f_name,
DataSetMetaDataType f_dataSetMetaData,
PublishedVariableDataType[] f_variablesToAdd) |
DataSetFolderType.AddPublishedDataItemsTemplateMethodOutputs |
DataSetFolderTypeNodeBase.addPublishedDataItemsTemplate(String f_name,
DataSetMetaDataType f_dataSetMetaData,
PublishedVariableDataType[] f_variablesToAdd) |
DataSetFolderType.AddPublishedEventsMethodOutputs |
DataSetFolderTypeAddPublishedEventsMethod.addPublishedEvents(ServiceContext serviceContext,
DataSetFolderTypeNode node,
String f_name,
NodeId f_eventNotifier,
String[] f_fieldNameAliases,
DataSetFieldFlags[] f_fieldFlags,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
DataSetFolderType.AddPublishedEventsMethodOutputs |
DataSetFolderTypeNodeBase.addPublishedEvents(String f_name,
NodeId f_eventNotifier,
String[] f_fieldNameAliases,
DataSetFieldFlags[] f_fieldFlags,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
NodeId |
DataSetFolderTypeAddPublishedEventsTemplateMethod.addPublishedEventsTemplate(ServiceContext serviceContext,
DataSetFolderTypeNode node,
String f_name,
DataSetMetaDataType f_dataSetMetaData,
NodeId f_eventNotifier,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
NodeId |
DataSetFolderTypeNodeBase.addPublishedEventsTemplate(String f_name,
DataSetMetaDataType f_dataSetMetaData,
NodeId f_eventNotifier,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
NodeId |
PubSubKeyPushTargetFolderTypeAddPushTargetMethod.addPushTarget(ServiceContext serviceContext,
PubSubKeyPushTargetFolderTypeNode node,
String f_applicationUri,
String f_endpointUrl,
String f_securityPolicyUri,
UserTokenPolicy f_userTokenType,
UnsignedShort f_requestedKeyCount,
Double f_retryInterval) |
NodeId |
PubSubKeyPushTargetFolderTypeNodeBase.addPushTarget(String f_applicationUri,
String f_endpointUrl,
String f_securityPolicyUri,
UserTokenPolicy f_userTokenType,
UnsignedShort f_requestedKeyCount,
Double f_retryInterval) |
NodeId |
PubSubKeyPushTargetFolderTypeAddPushTargetFolderMethod.addPushTargetFolder(ServiceContext serviceContext,
PubSubKeyPushTargetFolderTypeNode node,
String f_name) |
NodeId |
PubSubKeyPushTargetFolderTypeNodeBase.addPushTargetFolder(String f_name) |
NodeId |
PubSubConnectionTypeNodeBase.addReaderGroup(ReaderGroupDataType f_configuration) |
NodeId |
PubSubConnectionTypeAddReaderGroupMethod.addReaderGroup(ServiceContext serviceContext,
PubSubConnectionTypeNode node,
ReaderGroupDataType f_configuration) |
NodeId |
RoleSetTypeAddRoleMethod.addRole(ServiceContext serviceContext,
RoleSetTypeNode node,
String f_roleName,
String f_namespaceUri) |
NodeId |
RoleSetTypeNodeBase.addRole(String f_roleName,
String f_namespaceUri) |
SecurityGroupFolderType.AddSecurityGroupMethodOutputs |
SecurityGroupFolderTypeAddSecurityGroupMethod.addSecurityGroup(ServiceContext serviceContext,
SecurityGroupFolderTypeNode node,
String f_securityGroupName,
Double f_keyLifetime,
String f_securityPolicyUri,
UnsignedInteger f_maxFutureKeyCount,
UnsignedInteger f_maxPastKeyCount) |
SecurityGroupFolderType.AddSecurityGroupMethodOutputs |
SecurityGroupFolderTypeNodeBase.addSecurityGroup(String f_securityGroupName,
Double f_keyLifetime,
String f_securityPolicyUri,
UnsignedInteger f_maxFutureKeyCount,
UnsignedInteger f_maxPastKeyCount) |
NodeId |
SecurityGroupFolderTypeAddSecurityGroupFolderMethod.addSecurityGroupFolder(ServiceContext serviceContext,
SecurityGroupFolderTypeNode node,
String f_name) |
NodeId |
SecurityGroupFolderTypeNodeBase.addSecurityGroupFolder(String f_name) |
NodeId |
SubscribedDataSetFolderTypeAddSubscribedDataSetMethod.addSubscribedDataSet(ServiceContext serviceContext,
SubscribedDataSetFolderTypeNode node,
StandaloneSubscribedDataSetDataType f_subscribedDataSet) |
NodeId |
SubscribedDataSetFolderTypeNodeBase.addSubscribedDataSet(StandaloneSubscribedDataSetDataType f_subscribedDataSet) |
StatusCode[] |
TargetVariablesTypeNodeBase.addTargetVariables(ConfigurationVersionDataType f_configurationVersion,
FieldTargetDataType[] f_targetVariablesToAdd) |
StatusCode[] |
TargetVariablesTypeAddTargetVariablesMethod.addTargetVariables(ServiceContext serviceContext,
TargetVariablesTypeNode node,
ConfigurationVersionDataType f_configurationVersion,
FieldTargetDataType[] f_targetVariablesToAdd) |
void |
UserManagementTypeAddUserMethod.addUser(ServiceContext serviceContext,
UserManagementTypeNode node,
String f_userName,
String f_password,
UserConfigurationMask f_userConfiguration,
String f_description) |
void |
UserManagementTypeNodeBase.addUser(String f_userName,
String f_password,
UserConfigurationMask f_userConfiguration,
String f_description) |
PublishedDataItemsType.AddVariablesMethodOutputs |
PublishedDataItemsTypeNodeBase.addVariables(ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
PublishedVariableDataType[] f_variablesToAdd) |
PublishedDataItemsType.AddVariablesMethodOutputs |
PublishedDataItemsTypeAddVariablesMethod.addVariables(ServiceContext serviceContext,
PublishedDataItemsTypeNode node,
ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
PublishedVariableDataType[] f_variablesToAdd) |
NodeId |
PubSubConnectionTypeAddWriterGroupMethod.addWriterGroup(ServiceContext serviceContext,
PubSubConnectionTypeNode node,
WriterGroupDataType f_configuration) |
NodeId |
PubSubConnectionTypeNodeBase.addWriterGroup(WriterGroupDataType f_configuration) |
void |
ServerConfigurationTypeNodeBase.applyChanges() |
void |
ServerConfigurationTypeApplyChangesMethod.applyChanges(ServiceContext serviceContext,
ServerConfigurationTypeNode node) |
Variant[] |
WriterGroupTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
WriterGroupTransportTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
WriterGroupMessageTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
VendorServerInfoTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
UserManagementTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
UserCertificateTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
UriDictionaryEntryTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
UnitTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
UadpWriterGroupMessageTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
UadpDataSetWriterMessageTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
UadpDataSetReaderMessageTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
TrustListUpdatedAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
TrustListUpdateRequestedAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
TrustListTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
TrustListOutOfDateAlarmTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
TripAlarmTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
TransparentRedundancyTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
TransitionTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
TransitionEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
TransactionDiagnosticsTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
TrainingConditionClassTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
TlsServerCertificateTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
TlsClientCertificateTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
TlsCertificateTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
TestingConditionClassTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
TemporaryFileTransferTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
TargetVariablesTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
SystemStatusChangeEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
SystemOffNormalAlarmTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
SystemEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
SystemDiagnosticAlarmTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
SystemConditionClassTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
SyntaxReferenceEntryTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
SubtypeRestrictionTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
SubscribedDataSetTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
SubscribedDataSetMirrorTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
SubscribedDataSetFolderTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
StatisticalConditionClassTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
StateTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
StateMachineTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
StandaloneSubscribedDataSetTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ShelvedStateMachineTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
SessionsDiagnosticsSummaryTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
SessionDiagnosticsObjectTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ServerUnitTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ServerTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ServerRedundancyTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ServerDiagnosticsTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ServerConfigurationTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ServerCapabilitiesTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
SerializationEntityTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
SemanticChangeEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
SecurityGroupTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
SecurityGroupFolderTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
SafetyConditionClassTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
RsaSha256ApplicationCertificateTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
RsaMinApplicationCertificateTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
RoleTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
RoleSetTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
RoleMappingRuleChangedAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
RefreshStartEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
RefreshRequiredEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
RefreshEndEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ReaderGroupTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ReaderGroupTransportTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ReaderGroupMessageTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
QuantityTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PublishedEventsTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PublishedDataSetTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PublishedDataItemsTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PublishSubscribeTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PubSubTransportLimitsExceedEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PubSubStatusTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PubSubStatusEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PubSubKeyServiceTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PubSubKeyPushTargetTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PubSubKeyPushTargetFolderTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PubSubGroupTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PubSubDiagnosticsWriterGroupTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PubSubDiagnosticsTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PubSubDiagnosticsRootTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PubSubDiagnosticsReaderGroupTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PubSubDiagnosticsDataSetWriterTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PubSubDiagnosticsDataSetReaderTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PubSubDiagnosticsConnectionTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PubSubConnectionTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PubSubConfigurationTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PubSubCommunicationFailureEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PubSubCapabilitiesTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ProvisionableDeviceTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ProgressEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ProgramTransitionEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ProgramTransitionAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ProgramStateMachineTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ProcessConditionClassTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
PriorityMappingTableTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
OrderedListTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
OperationLimitsTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
OffNormalAlarmTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
NonTransparentRedundancyTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
NonTransparentNetworkRedundancyTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
NonTransparentBackupRedundancyTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
NonExclusiveRateOfChangeAlarmTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
NonExclusiveLimitAlarmTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
NonExclusiveLevelAlarmTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
NonExclusiveDeviationAlarmTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
NetworkAddressUrlTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
NetworkAddressTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
NamespacesTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
NamespaceMetadataTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ModellingRuleTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
MaintenanceConditionClassTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
LogOverflowEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
LogObjectTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
LogEntryConditionClassTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
LldpRemoteSystemTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
LldpRemoteStatisticsTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
LldpPortInformationTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
LldpLocalSystemTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
LldpInformationTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
LimitAlarmTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
KeyCredentialUpdatedAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
KeyCredentialDeletedAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
KeyCredentialConfigurationTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
KeyCredentialConfigurationFolderTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
KeyCredentialAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
JsonWriterGroupMessageTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
JsonDataSetWriterMessageTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
JsonDataSetReaderMessageTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
IrdiDictionaryEntryTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
InstrumentDiagnosticAlarmTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
InitialStateTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
IetfBaseNetworkInterfaceTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
IVlanIdTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ISrClassTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
IPriorityMappingEntryTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
IOrderedObjectTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
IIetfBaseNetworkInterfaceTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
IIeeeTsnVlanTagTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
IIeeeTsnMacAddressTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
IIeeeTsnInterfaceConfigurationTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
IIeeeTsnInterfaceConfigurationTalkerTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
IIeeeTsnInterfaceConfigurationListenerTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
IIeeeBaseTsnTrafficSpecificationTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
IIeeeBaseTsnStreamTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
IIeeeBaseTsnStatusStreamTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
IIeeeBaseEthernetPortTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
IIeeeAutoNegotiationStatusTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
IBaseEthernetCapabilitiesTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
HttpsCertificateTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
HistoryServerCapabilitiesTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
HistoricalExternalEventSourceTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
HistoricalEventConfigurationTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
HistoricalDataConfigurationTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
HighlyManagedAlarmConditionClassTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
GeneralModelChangeEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
FolderTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
FiniteStateMachineTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
FileTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
FileTransferStateMachineTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
FileDirectoryTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ExtensionFieldsTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ExclusiveRateOfChangeAlarmTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ExclusiveLimitStateMachineTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ExclusiveLimitAlarmTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ExclusiveLevelAlarmTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ExclusiveDeviationAlarmTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
EventQueueOverflowEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
EccNistP384ApplicationCertificateTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
EccNistP256ApplicationCertificateTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
EccCurve448ApplicationCertificateTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
EccCurve25519ApplicationCertificateTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
EccBrainpoolP384r1ApplicationCertificateTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
EccBrainpoolP256r1ApplicationCertificateTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
EccApplicationCertificateTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
DiscreteAlarmTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
DiscrepancyAlarmTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
DictionaryFolderTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
DictionaryEntryTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
DialogConditionTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
DeviceFailureEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
DatagramWriterGroupTransportTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
DatagramDataSetReaderTransportTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
DatagramConnectionTransportTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
DataTypeSystemTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
DataTypeRefinementTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
DataTypeEncodingTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
DataSetWriterTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
DataSetWriterTransportTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
DataSetWriterMessageTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
DataSetReaderTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
DataSetReaderTransportTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
DataSetReaderMessageTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
DataSetFolderTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ConnectionTransportTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ConfigurationUpdatedAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ConfigurationFileTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ConditionTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ChoiceStateTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
CertificateUpdatedAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
CertificateUpdateRequestedAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
CertificateTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
CertificateGroupTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
CertificateGroupFolderTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
CertificateExpirationAlarmTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
BrokerWriterGroupTransportTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
BrokerDataSetWriterTransportTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
BrokerDataSetReaderTransportTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
BrokerConnectionTransportTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
BaseModelChangeEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
BaseLogEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
BaseInterfaceTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
BaseEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
BaseConditionClassTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuthorizationServicesConfigurationFolderTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuthorizationServiceConfigurationTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditWriteUpdateEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditUrlMismatchEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditUpdateStateEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditUpdateMethodEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditUpdateEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditSessionEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditSecurityEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditProgramTransitionEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditOpenSecureChannelEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditNodeManagementEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditHistoryValueUpdateEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditHistoryUpdateEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditHistoryRawModifyDeleteEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditHistoryEventUpdateEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditHistoryEventDeleteEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditHistoryDeleteEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditHistoryConfigurationChangeEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditHistoryBulkInsertEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditHistoryAtTimeDeleteEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditHistoryAnnotationUpdateEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditDeleteReferencesEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditDeleteNodesEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditCreateSessionEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditConditionSuppressionEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditConditionSilenceEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditConditionShelvingEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditConditionRespondEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditConditionResetEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditConditionOutOfServiceEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditConditionEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditConditionEnableEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditConditionConfirmEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditConditionCommentEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditConditionAcknowledgeEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditClientUpdateMethodResultEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditClientEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditChannelEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditCertificateUntrustedEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditCertificateRevokedEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditCertificateMismatchEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditCertificateInvalidEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditCertificateExpiredEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditCertificateEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditCertificateDataMismatchEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditCancelEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditAddReferencesEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditAddNodesEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AuditActivateSessionEventTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ApplicationConfigurationTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ApplicationConfigurationFolderTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ApplicationConfigurationFileTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
ApplicationCertificateTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AlternativeUnitTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AliasNameTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AliasNameCategoryTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AlarmSuppressionGroupTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AlarmMetricsTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AlarmGroupTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AlarmConditionTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AggregateFunctionTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AggregateConfigurationTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AddressSpaceFileTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
Variant[] |
AcknowledgeableConditionTypeNodeBase.callMethod(ServiceContext serviceContext,
NodeId methodId,
Variant[] inputArguments,
StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
void |
ServerConfigurationTypeNodeBase.cancelChanges() |
void |
ServerConfigurationTypeCancelChangesMethod.cancelChanges(ServiceContext serviceContext,
ServerConfigurationTypeNode node) |
void |
UserManagementTypeChangePasswordMethod.changePassword(ServiceContext serviceContext,
UserManagementTypeNode node,
String f_oldPassword,
String f_newPassword) |
void |
UserManagementTypeNodeBase.changePassword(String f_oldPassword,
String f_newPassword) |
protected void |
ConditionTypeNode.checkEnabled() |
protected void |
FileTypeNode.checkFileExists() |
void |
FileTypeCloseMethod.close(ServiceContext serviceContext,
FileTypeNode node,
UnsignedInteger f_fileHandle) |
void |
FileTypeNode.close(Session session,
Long fileHandle)
Close the file handle
|
void |
FileTypeNodeBase.close(UnsignedInteger f_fileHandle) |
NodeId |
TemporaryFileTransferTypeCloseAndCommitMethod.closeAndCommit(ServiceContext serviceContext,
TemporaryFileTransferTypeNode node,
UnsignedInteger f_fileHandle) |
NodeId |
TemporaryFileTransferTypeNodeBase.closeAndCommit(UnsignedInteger f_fileHandle) |
ConfigurationFileType.CloseAndUpdateMethodOutputs |
ConfigurationFileTypeCloseAndUpdateMethod.closeAndUpdate(ServiceContext serviceContext,
ConfigurationFileTypeNode node,
UnsignedInteger f_fileHandle,
UnsignedInteger f_versionToUpdate,
ConfigurationUpdateTargetType[] f_targets,
Double f_revertAfterTime,
Double f_restartDelayTime) |
PubSubConfigurationType.CloseAndUpdateMethodOutputs |
PubSubConfigurationTypeCloseAndUpdateMethod.closeAndUpdate(ServiceContext serviceContext,
PubSubConfigurationTypeNode node,
UnsignedInteger f_fileHandle,
Boolean f_requireCompleteUpdate,
PubSubConfigurationRefDataType[] f_configurationReferences) |
Boolean |
TrustListTypeCloseAndUpdateMethod.closeAndUpdate(ServiceContext serviceContext,
TrustListTypeNode node,
UnsignedInteger f_fileHandle) |
Boolean |
TrustListTypeNodeBase.closeAndUpdate(UnsignedInteger f_fileHandle) |
PubSubConfigurationType.CloseAndUpdateMethodOutputs |
PubSubConfigurationTypeNodeBase.closeAndUpdate(UnsignedInteger f_fileHandle,
Boolean f_requireCompleteUpdate,
PubSubConfigurationRefDataType[] f_configurationReferences) |
ConfigurationFileType.CloseAndUpdateMethodOutputs |
ConfigurationFileTypeNodeBase.closeAndUpdate(UnsignedInteger f_fileHandle,
UnsignedInteger f_versionToUpdate,
ConfigurationUpdateTargetType[] f_targets,
Double f_revertAfterTime,
Double f_restartDelayTime) |
Integer[] |
SerializationEntityTypeNodeBase.configureSerialization(KeyValuePair[] f_serializationFilterProperties) |
Integer[] |
SerializationEntityTypeConfigureSerializationMethod.configureSerialization(ServiceContext serviceContext,
SerializationEntityTypeNode node,
KeyValuePair[] f_serializationFilterProperties) |
void |
AcknowledgeableConditionTypeNodeBase.confirm(ByteString f_eventId,
LocalizedText f_comment) |
void |
AcknowledgeableConditionTypeNode.confirm(ByteString eventId,
LocalizedText comment,
DateTime confirmTime,
ByteString userEventId)
Confirms the condition and adds the comment to the eventId with
ConditionTypeNode.addComment(ByteString, LocalizedText, DateTime, ByteString). |
void |
AcknowledgeableConditionTypeConfirmMethod.confirm(ServiceContext serviceContext,
AcknowledgeableConditionTypeNode node,
ByteString f_eventId,
LocalizedText f_comment) |
void |
ConfigurationFileTypeConfirmUpdateMethod.confirmUpdate(ServiceContext serviceContext,
ConfigurationFileTypeNode node,
UUID f_updateId) |
void |
ConfigurationFileTypeNodeBase.confirmUpdate(UUID f_updateId) |
StatusCode[] |
PubSubKeyPushTargetTypeNodeBase.connectSecurityGroups(NodeId[] f_securityGroupIds) |
StatusCode[] |
PubSubKeyPushTargetTypeConnectSecurityGroupsMethod.connectSecurityGroups(ServiceContext serviceContext,
PubSubKeyPushTargetTypeNode node,
NodeId[] f_securityGroupIds) |
NodeId |
KeyCredentialConfigurationFolderTypeCreateCredentialMethod.createCredential(ServiceContext serviceContext,
KeyCredentialConfigurationFolderTypeNode node,
String f_name,
String f_resourceUri,
String f_profileUri,
String[] f_endpointUrls) |
NodeId |
KeyCredentialConfigurationFolderTypeNodeBase.createCredential(String f_name,
String f_resourceUri,
String f_profileUri,
String[] f_endpointUrls) |
NodeId |
DataSetReaderTypeCreateDataSetMirrorMethod.createDataSetMirror(ServiceContext serviceContext,
DataSetReaderTypeNode node,
String f_parentNodeName,
RolePermissionType[] f_rolePermissions) |
NodeId |
DataSetReaderTypeNodeBase.createDataSetMirror(String f_parentNodeName,
RolePermissionType[] f_rolePermissions) |
NodeId |
FileDirectoryTypeCreateDirectoryMethod.createDirectory(ServiceContext serviceContext,
FileDirectoryTypeNode node,
String f_directoryName) |
NodeId |
FileDirectoryTypeNodeBase.createDirectory(String f_directoryName) |
FileDirectoryType.CreateFileMethodOutputs |
FileDirectoryTypeCreateFileMethod.createFile(ServiceContext serviceContext,
FileDirectoryTypeNode node,
String f_fileName,
Boolean f_requestFileOpen) |
FileDirectoryType.CreateFileMethodOutputs |
FileDirectoryTypeNodeBase.createFile(String f_fileName,
Boolean f_requestFileOpen) |
ByteString |
ServerConfigurationTypeNodeBase.createSelfSignedCertificate(NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
String f_subjectName,
String[] f_dnsNames,
String[] f_ipAddresses,
UnsignedShort f_lifetimeInDays,
UnsignedShort f_keySizeInBits) |
ByteString |
ServerConfigurationTypeCreateSelfSignedCertificateMethod.createSelfSignedCertificate(ServiceContext serviceContext,
ServerConfigurationTypeNode node,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
String f_subjectName,
String[] f_dnsNames,
String[] f_ipAddresses,
UnsignedShort f_lifetimeInDays,
UnsignedShort f_keySizeInBits) |
ByteString |
ServerConfigurationTypeNodeBase.createSigningRequest(NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
String f_subjectName,
Boolean f_regeneratePrivateKey,
ByteString f_nonce) |
ByteString |
ServerConfigurationTypeCreateSigningRequestMethod.createSigningRequest(ServiceContext serviceContext,
ServerConfigurationTypeNode node,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
String f_subjectName,
Boolean f_regeneratePrivateKey,
ByteString f_nonce) |
StatusCode[] |
DataSetReaderTypeNodeBase.createTargetVariables(ConfigurationVersionDataType f_configurationVersion,
FieldTargetDataType[] f_targetVariablesToAdd) |
StatusCode[] |
DataSetReaderTypeCreateTargetVariablesMethod.createTargetVariables(ServiceContext serviceContext,
DataSetReaderTypeNode node,
ConfigurationVersionDataType f_configurationVersion,
FieldTargetDataType[] f_targetVariablesToAdd) |
void |
FileDirectoryTypeNodeBase.delete(NodeId f_objectToDelete) |
void |
FileDirectoryTypeDeleteMethod.delete(ServiceContext serviceContext,
FileDirectoryTypeNode node,
NodeId f_objectToDelete) |
void |
ServerConfigurationTypeNodeBase.deleteCertificate(NodeId f_certificateGroupId,
NodeId f_certificateTypeId) |
void |
ServerConfigurationTypeDeleteCertificateMethod.deleteCertificate(ServiceContext serviceContext,
ServerConfigurationTypeNode node,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId) |
void |
KeyCredentialConfigurationTypeNodeBase.deleteCredential() |
void |
KeyCredentialConfigurationTypeDeleteCredentialMethod.deleteCredential(ServiceContext serviceContext,
KeyCredentialConfigurationTypeNode node) |
void |
PriorityMappingTableTypeDeletePriorityMappingEntryMethod.deletePriorityMappingEntry(ServiceContext serviceContext,
PriorityMappingTableTypeNode node,
String f_mappingUri,
String f_priorityLabel) |
void |
PriorityMappingTableTypeNodeBase.deletePriorityMappingEntry(String f_mappingUri,
String f_priorityLabel) |
void |
PubSubStatusTypeNodeBase.disable() |
void |
ConditionTypeNodeBase.disable() |
void |
ConditionTypeDisableMethod.disable(ServiceContext serviceContext,
ConditionTypeNode node) |
void |
PubSubStatusTypeDisableMethod.disable(ServiceContext serviceContext,
PubSubStatusTypeNode node) |
StatusCode[] |
PubSubKeyPushTargetTypeNodeBase.disconnectSecurityGroups(NodeId[] f_securityGroupIds) |
StatusCode[] |
PubSubKeyPushTargetTypeDisconnectSecurityGroupsMethod.disconnectSecurityGroups(ServiceContext serviceContext,
PubSubKeyPushTargetTypeNode node,
NodeId[] f_securityGroupIds) |
void |
PubSubStatusTypeNodeBase.enable() |
void |
ConditionTypeNodeBase.enable() |
void |
ConditionTypeEnableMethod.enable(ServiceContext serviceContext,
ConditionTypeNode node) |
void |
PubSubStatusTypeEnableMethod.enable(ServiceContext serviceContext,
PubSubStatusTypeNode node) |
void |
AddressSpaceFileTypeNodeBase.exportNamespace() |
void |
AddressSpaceFileTypeExportNamespaceMethod.exportNamespace(ServiceContext serviceContext,
AddressSpaceFileTypeNode node) |
void |
NonTransparentBackupRedundancyTypeNodeBase.failover() |
void |
NonTransparentBackupRedundancyTypeFailoverMethod.failover(ServiceContext serviceContext,
NonTransparentBackupRedundancyTypeNode node) |
AliasNameDataType[] |
AliasNameCategoryTypeFindAliasMethod.findAlias(ServiceContext serviceContext,
AliasNameCategoryTypeNode node,
String f_aliasNameSearchPattern,
NodeId f_referenceTypeFilter) |
AliasNameDataType[] |
AliasNameCategoryTypeNodeBase.findAlias(String f_aliasNameSearchPattern,
NodeId f_referenceTypeFilter) |
void |
SecurityGroupTypeNodeBase.forceKeyRotation() |
void |
SecurityGroupTypeForceKeyRotationMethod.forceKeyRotation(ServiceContext serviceContext,
SecurityGroupTypeNode node) |
TemporaryFileTransferType.GenerateFileForReadMethodOutputs |
TemporaryFileTransferTypeNodeBase.generateFileForRead(Object f_generateOptions) |
TemporaryFileTransferType.GenerateFileForReadMethodOutputs |
TemporaryFileTransferTypeGenerateFileForReadMethod.generateFileForRead(ServiceContext serviceContext,
TemporaryFileTransferTypeNode node,
Object f_generateOptions) |
TemporaryFileTransferType.GenerateFileForWriteMethodOutputs |
TemporaryFileTransferTypeNodeBase.generateFileForWrite(Object f_generateOptions) |
TemporaryFileTransferType.GenerateFileForWriteMethodOutputs |
TemporaryFileTransferTypeGenerateFileForWriteMethod.generateFileForWrite(ServiceContext serviceContext,
TemporaryFileTransferTypeNode node,
Object f_generateOptions) |
ServerConfigurationType.GetCertificatesMethodOutputs |
ServerConfigurationTypeNodeBase.getCertificates(NodeId f_certificateGroupId) |
ServerConfigurationType.GetCertificatesMethodOutputs |
ServerConfigurationTypeGetCertificatesMethod.getCertificates(ServiceContext serviceContext,
ServerConfigurationTypeNode node,
NodeId f_certificateGroupId) |
long |
FileTypeNode.getCurrentPosition(Session session,
Long fileHandle)
Get the current position of the fileHandle
|
long |
FileTypeNode.getCurrentSize() |
DateTime |
FileTypeNode.getCurrentTimestamp()
Get the file's modification time.
|
KeyCredentialConfigurationType.GetEncryptingKeyMethodOutputs |
KeyCredentialConfigurationTypeGetEncryptingKeyMethod.getEncryptingKey(ServiceContext serviceContext,
KeyCredentialConfigurationTypeNode node,
String f_credentialId,
String f_requestedSecurityPolicyUri) |
KeyCredentialConfigurationType.GetEncryptingKeyMethodOutputs |
KeyCredentialConfigurationTypeNodeBase.getEncryptingKey(String f_credentialId,
String f_requestedSecurityPolicyUri) |
NodeId[] |
AlarmConditionTypeNodeBase.getGroupMemberships() |
NodeId[] |
AlarmConditionTypeGetGroupMembershipsMethod.getGroupMemberships(ServiceContext serviceContext,
AlarmConditionTypeNode node) |
ServerType.GetMonitoredItemsMethodOutputs |
ServerTypeGetMonitoredItemsMethod.getMonitoredItems(ServiceContext serviceContext,
ServerTypeNode node,
UnsignedInteger f_subscriptionId) |
ServerType.GetMonitoredItemsMethodOutputs |
ServerTypeNodeBase.getMonitoredItems(UnsignedInteger f_subscriptionId) |
UnsignedLong |
FileTypeGetPositionMethod.getPosition(ServiceContext serviceContext,
FileTypeNode node,
UnsignedInteger f_fileHandle) |
UnsignedLong |
FileTypeNodeBase.getPosition(UnsignedInteger f_fileHandle) |
protected RandomAccessFile |
FileTypeNode.getRandomAccessFile(Session session,
Long fileHandle) |
LogObjectType.GetRecordsMethodOutputs |
LogObjectTypeNodeBase.getRecords(DateTime f_startTime,
DateTime f_endTime,
UnsignedInteger f_maxReturnRecords,
UnsignedShort f_minimumSeverity,
LogRecordMask f_requestMask,
ByteString f_continuationPointIn) |
LogObjectType.GetRecordsMethodOutputs |
LogObjectTypeGetRecordsMethod.getRecords(ServiceContext serviceContext,
LogObjectTypeNode node,
DateTime f_startTime,
DateTime f_endTime,
UnsignedInteger f_maxReturnRecords,
UnsignedShort f_minimumSeverity,
LogRecordMask f_requestMask,
ByteString f_continuationPointIn) |
ByteString[] |
ServerConfigurationTypeNodeBase.getRejectedList() |
ByteString[] |
CertificateGroupTypeNodeBase.getRejectedList() |
ByteString[] |
CertificateGroupTypeGetRejectedListMethod.getRejectedList(ServiceContext serviceContext,
CertificateGroupTypeNode node) |
ByteString[] |
ServerConfigurationTypeGetRejectedListMethod.getRejectedList(ServiceContext serviceContext,
ServerConfigurationTypeNode node) |
NodeId |
PubSubKeyServiceTypeGetSecurityGroupMethod.getSecurityGroup(ServiceContext serviceContext,
PubSubKeyServiceTypeNode node,
String f_securityGroupId) |
NodeId |
PubSubKeyServiceTypeNodeBase.getSecurityGroup(String f_securityGroupId) |
PubSubKeyServiceType.GetSecurityKeysMethodOutputs |
PubSubKeyServiceTypeGetSecurityKeysMethod.getSecurityKeys(ServiceContext serviceContext,
PubSubKeyServiceTypeNode node,
String f_securityGroupId,
UnsignedInteger f_startingTokenId,
UnsignedInteger f_requestedKeyCount) |
PubSubKeyServiceType.GetSecurityKeysMethodOutputs |
PubSubKeyServiceTypeNodeBase.getSecurityKeys(String f_securityGroupId,
UnsignedInteger f_startingTokenId,
UnsignedInteger f_requestedKeyCount) |
DateTime |
FileTypeNode.getTimestamp()
Get the file's modification time.
|
void |
ProgramStateMachineTypeNodeBase.halt() |
void |
ProgramStateMachineTypeHaltMethod.halt(ServiceContext serviceContext,
ProgramStateMachineTypeNode node) |
void |
SecurityGroupTypeNodeBase.invalidateKeys() |
void |
SecurityGroupTypeInvalidateKeysMethod.invalidateKeys(ServiceContext serviceContext,
SecurityGroupTypeNode node) |
ConfigurationVersionDataType |
PublishedEventsTypeNodeBase.modifyFieldSelection(ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
SimpleAttributeOperand[] f_selectedFields) |
ConfigurationVersionDataType |
PublishedEventsTypeModifyFieldSelectionMethod.modifyFieldSelection(ServiceContext serviceContext,
PublishedEventsTypeNode node,
ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
SimpleAttributeOperand[] f_selectedFields) |
void |
UserManagementTypeModifyUserMethod.modifyUser(ServiceContext serviceContext,
UserManagementTypeNode node,
String f_userName,
Boolean f_modifyPassword,
String f_password,
Boolean f_modifyUserConfiguration,
UserConfigurationMask f_userConfiguration,
Boolean f_modifyDescription,
String f_description) |
void |
UserManagementTypeNodeBase.modifyUser(String f_userName,
Boolean f_modifyPassword,
String f_password,
Boolean f_modifyUserConfiguration,
UserConfigurationMask f_userConfiguration,
Boolean f_modifyDescription,
String f_description) |
NodeId |
FileDirectoryTypeNodeBase.moveOrCopy(NodeId f_objectToMoveOrCopy,
NodeId f_targetDirectory,
Boolean f_createCopy,
String f_newName) |
NodeId |
FileDirectoryTypeMoveOrCopyMethod.moveOrCopy(ServiceContext serviceContext,
FileDirectoryTypeNode node,
NodeId f_objectToMoveOrCopy,
NodeId f_targetDirectory,
Boolean f_createCopy,
String f_newName) |
protected abstract void |
AcknowledgeableConditionTypeNodeBase.onAcknowledge(ServiceContext serviceContext,
ByteString f_eventId,
LocalizedText f_comment) |
protected void |
AcknowledgeableConditionTypeNode.onAcknowledge(ServiceContext serviceContext,
ByteString eventId,
LocalizedText comment) |
protected abstract void |
RoleTypeNodeBase.onAddApplication(ServiceContext serviceContext,
String f_applicationUri) |
protected void |
RoleTypeNode.onAddApplication(ServiceContext serviceContext,
String f_applicationUri) |
protected abstract void |
TrustListTypeNodeBase.onAddCertificate(ServiceContext serviceContext,
ByteString f_certificate,
Boolean f_isTrustedCertificate) |
protected void |
TrustListTypeNode.onAddCertificate(ServiceContext serviceContext,
ByteString f_certificate,
Boolean f_isTrustedCertificate) |
protected abstract void |
ConditionTypeNodeBase.onAddComment(ServiceContext serviceContext,
ByteString f_eventId,
LocalizedText f_comment) |
protected void |
ConditionTypeNode.onAddComment(ServiceContext serviceContext,
ByteString eventId,
LocalizedText comment) |
protected abstract NodeId |
PublishSubscribeTypeNodeBase.onAddConnection(ServiceContext serviceContext,
PubSubConnectionDataType f_configuration) |
protected NodeId |
PublishSubscribeTypeNode.onAddConnection(ServiceContext serviceContext,
PubSubConnectionDataType f_configuration) |
protected abstract NodeId |
SubscribedDataSetFolderTypeNodeBase.onAddDataSetFolder(ServiceContext serviceContext,
String f_name) |
protected NodeId |
SubscribedDataSetFolderTypeNode.onAddDataSetFolder(ServiceContext serviceContext,
String f_name) |
protected abstract NodeId |
DataSetFolderTypeNodeBase.onAddDataSetFolder(ServiceContext serviceContext,
String f_name) |
protected NodeId |
DataSetFolderTypeNode.onAddDataSetFolder(ServiceContext serviceContext,
String f_name) |
protected abstract NodeId |
ReaderGroupTypeNodeBase.onAddDataSetReader(ServiceContext serviceContext,
DataSetReaderDataType f_configuration) |
protected NodeId |
ReaderGroupTypeNode.onAddDataSetReader(ServiceContext serviceContext,
DataSetReaderDataType f_configuration) |
protected abstract NodeId |
WriterGroupTypeNodeBase.onAddDataSetWriter(ServiceContext serviceContext,
DataSetWriterDataType f_configuration) |
protected NodeId |
WriterGroupTypeNode.onAddDataSetWriter(ServiceContext serviceContext,
DataSetWriterDataType f_configuration) |
protected abstract void |
RoleTypeNodeBase.onAddEndpoint(ServiceContext serviceContext,
EndpointType f_endpoint) |
protected void |
RoleTypeNode.onAddEndpoint(ServiceContext serviceContext,
EndpointType f_endpoint) |
protected abstract NodeId |
ExtensionFieldsTypeNodeBase.onAddExtensionField(ServiceContext serviceContext,
QualifiedName f_fieldName,
Object f_fieldValue) |
protected NodeId |
ExtensionFieldsTypeNode.onAddExtensionField(ServiceContext serviceContext,
QualifiedName f_fieldName,
Object f_fieldValue) |
protected abstract void |
RoleTypeNodeBase.onAddIdentity(ServiceContext serviceContext,
IdentityMappingRuleType f_rule) |
protected void |
RoleTypeNode.onAddIdentity(ServiceContext serviceContext,
IdentityMappingRuleType f_rule) |
protected abstract void |
PriorityMappingTableTypeNodeBase.onAddPriorityMappingEntry(ServiceContext serviceContext,
String f_mappingUri,
String f_priorityLabel,
UnsignedByte f_priorityValue_PCP,
UnsignedInteger f_priorityValue_DSCP) |
protected void |
PriorityMappingTableTypeNode.onAddPriorityMappingEntry(ServiceContext serviceContext,
String f_mappingUri,
String f_priorityLabel,
UnsignedByte f_priorityValue_PCP,
UnsignedInteger f_priorityValue_DSCP) |
protected abstract DataSetFolderType.AddPublishedDataItemsMethodOutputs |
DataSetFolderTypeNodeBase.onAddPublishedDataItems(ServiceContext serviceContext,
String f_name,
String[] f_fieldNameAliases,
DataSetFieldFlags[] f_fieldFlags,
PublishedVariableDataType[] f_variablesToAdd) |
protected DataSetFolderType.AddPublishedDataItemsMethodOutputs |
DataSetFolderTypeNode.onAddPublishedDataItems(ServiceContext serviceContext,
String f_name,
String[] f_fieldNameAliases,
DataSetFieldFlags[] f_fieldFlags,
PublishedVariableDataType[] f_variablesToAdd) |
protected abstract DataSetFolderType.AddPublishedDataItemsTemplateMethodOutputs |
DataSetFolderTypeNodeBase.onAddPublishedDataItemsTemplate(ServiceContext serviceContext,
String f_name,
DataSetMetaDataType f_dataSetMetaData,
PublishedVariableDataType[] f_variablesToAdd) |
protected DataSetFolderType.AddPublishedDataItemsTemplateMethodOutputs |
DataSetFolderTypeNode.onAddPublishedDataItemsTemplate(ServiceContext serviceContext,
String f_name,
DataSetMetaDataType f_dataSetMetaData,
PublishedVariableDataType[] f_variablesToAdd) |
protected abstract DataSetFolderType.AddPublishedEventsMethodOutputs |
DataSetFolderTypeNodeBase.onAddPublishedEvents(ServiceContext serviceContext,
String f_name,
NodeId f_eventNotifier,
String[] f_fieldNameAliases,
DataSetFieldFlags[] f_fieldFlags,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
protected DataSetFolderType.AddPublishedEventsMethodOutputs |
DataSetFolderTypeNode.onAddPublishedEvents(ServiceContext serviceContext,
String f_name,
NodeId f_eventNotifier,
String[] f_fieldNameAliases,
DataSetFieldFlags[] f_fieldFlags,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
protected abstract NodeId |
DataSetFolderTypeNodeBase.onAddPublishedEventsTemplate(ServiceContext serviceContext,
String f_name,
DataSetMetaDataType f_dataSetMetaData,
NodeId f_eventNotifier,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
protected NodeId |
DataSetFolderTypeNode.onAddPublishedEventsTemplate(ServiceContext serviceContext,
String f_name,
DataSetMetaDataType f_dataSetMetaData,
NodeId f_eventNotifier,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
protected abstract NodeId |
PubSubKeyPushTargetFolderTypeNodeBase.onAddPushTarget(ServiceContext serviceContext,
String f_applicationUri,
String f_endpointUrl,
String f_securityPolicyUri,
UserTokenPolicy f_userTokenType,
UnsignedShort f_requestedKeyCount,
Double f_retryInterval) |
protected NodeId |
PubSubKeyPushTargetFolderTypeNode.onAddPushTarget(ServiceContext serviceContext,
String f_applicationUri,
String f_endpointUrl,
String f_securityPolicyUri,
UserTokenPolicy f_userTokenType,
UnsignedShort f_requestedKeyCount,
Double f_retryInterval) |
protected abstract NodeId |
PubSubKeyPushTargetFolderTypeNodeBase.onAddPushTargetFolder(ServiceContext serviceContext,
String f_name) |
protected NodeId |
PubSubKeyPushTargetFolderTypeNode.onAddPushTargetFolder(ServiceContext serviceContext,
String f_name) |
protected abstract NodeId |
PubSubConnectionTypeNodeBase.onAddReaderGroup(ServiceContext serviceContext,
ReaderGroupDataType f_configuration) |
protected NodeId |
PubSubConnectionTypeNode.onAddReaderGroup(ServiceContext serviceContext,
ReaderGroupDataType f_configuration) |
protected abstract NodeId |
RoleSetTypeNodeBase.onAddRole(ServiceContext serviceContext,
String f_roleName,
String f_namespaceUri) |
protected NodeId |
RoleSetTypeNode.onAddRole(ServiceContext serviceContext,
String f_roleName,
String f_namespaceUri) |
protected abstract SecurityGroupFolderType.AddSecurityGroupMethodOutputs |
SecurityGroupFolderTypeNodeBase.onAddSecurityGroup(ServiceContext serviceContext,
String f_securityGroupName,
Double f_keyLifetime,
String f_securityPolicyUri,
UnsignedInteger f_maxFutureKeyCount,
UnsignedInteger f_maxPastKeyCount) |
protected SecurityGroupFolderType.AddSecurityGroupMethodOutputs |
SecurityGroupFolderTypeNode.onAddSecurityGroup(ServiceContext serviceContext,
String f_securityGroupName,
Double f_keyLifetime,
String f_securityPolicyUri,
UnsignedInteger f_maxFutureKeyCount,
UnsignedInteger f_maxPastKeyCount) |
protected abstract NodeId |
SecurityGroupFolderTypeNodeBase.onAddSecurityGroupFolder(ServiceContext serviceContext,
String f_name) |
protected NodeId |
SecurityGroupFolderTypeNode.onAddSecurityGroupFolder(ServiceContext serviceContext,
String f_name) |
protected abstract NodeId |
SubscribedDataSetFolderTypeNodeBase.onAddSubscribedDataSet(ServiceContext serviceContext,
StandaloneSubscribedDataSetDataType f_subscribedDataSet) |
protected NodeId |
SubscribedDataSetFolderTypeNode.onAddSubscribedDataSet(ServiceContext serviceContext,
StandaloneSubscribedDataSetDataType f_subscribedDataSet) |
protected abstract StatusCode[] |
TargetVariablesTypeNodeBase.onAddTargetVariables(ServiceContext serviceContext,
ConfigurationVersionDataType f_configurationVersion,
FieldTargetDataType[] f_targetVariablesToAdd) |
protected StatusCode[] |
TargetVariablesTypeNode.onAddTargetVariables(ServiceContext serviceContext,
ConfigurationVersionDataType f_configurationVersion,
FieldTargetDataType[] f_targetVariablesToAdd) |
protected abstract void |
UserManagementTypeNodeBase.onAddUser(ServiceContext serviceContext,
String f_userName,
String f_password,
UserConfigurationMask f_userConfiguration,
String f_description) |
protected void |
UserManagementTypeNode.onAddUser(ServiceContext serviceContext,
String f_userName,
String f_password,
UserConfigurationMask f_userConfiguration,
String f_description) |
protected abstract PublishedDataItemsType.AddVariablesMethodOutputs |
PublishedDataItemsTypeNodeBase.onAddVariables(ServiceContext serviceContext,
ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
PublishedVariableDataType[] f_variablesToAdd) |
protected PublishedDataItemsType.AddVariablesMethodOutputs |
PublishedDataItemsTypeNode.onAddVariables(ServiceContext serviceContext,
ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
PublishedVariableDataType[] f_variablesToAdd) |
protected abstract NodeId |
PubSubConnectionTypeNodeBase.onAddWriterGroup(ServiceContext serviceContext,
WriterGroupDataType f_configuration) |
protected NodeId |
PubSubConnectionTypeNode.onAddWriterGroup(ServiceContext serviceContext,
WriterGroupDataType f_configuration) |
protected abstract void |
ServerConfigurationTypeNodeBase.onApplyChanges(ServiceContext serviceContext) |
protected void |
ServerConfigurationTypeNode.onApplyChanges(ServiceContext serviceContext) |
protected abstract void |
ServerConfigurationTypeNodeBase.onCancelChanges(ServiceContext serviceContext) |
protected void |
ServerConfigurationTypeNode.onCancelChanges(ServiceContext serviceContext) |
protected abstract void |
UserManagementTypeNodeBase.onChangePassword(ServiceContext serviceContext,
String f_oldPassword,
String f_newPassword) |
protected void |
UserManagementTypeNode.onChangePassword(ServiceContext serviceContext,
String f_oldPassword,
String f_newPassword) |
protected abstract void |
FileTypeNodeBase.onClose(ServiceContext serviceContext,
UnsignedInteger f_fileHandle) |
protected void |
FileTypeNode.onClose(ServiceContext serviceContext,
UnsignedInteger fileHandle) |
protected abstract NodeId |
TemporaryFileTransferTypeNodeBase.onCloseAndCommit(ServiceContext serviceContext,
UnsignedInteger f_fileHandle) |
protected NodeId |
TemporaryFileTransferTypeNode.onCloseAndCommit(ServiceContext serviceContext,
UnsignedInteger f_fileHandle) |
protected abstract Boolean |
TrustListTypeNodeBase.onCloseAndUpdate(ServiceContext serviceContext,
UnsignedInteger f_fileHandle) |
protected Boolean |
TrustListTypeNode.onCloseAndUpdate(ServiceContext serviceContext,
UnsignedInteger f_fileHandle) |
protected abstract PubSubConfigurationType.CloseAndUpdateMethodOutputs |
PubSubConfigurationTypeNodeBase.onCloseAndUpdate(ServiceContext serviceContext,
UnsignedInteger f_fileHandle,
Boolean f_requireCompleteUpdate,
PubSubConfigurationRefDataType[] f_configurationReferences) |
protected PubSubConfigurationType.CloseAndUpdateMethodOutputs |
PubSubConfigurationTypeNode.onCloseAndUpdate(ServiceContext serviceContext,
UnsignedInteger f_fileHandle,
Boolean f_requireCompleteUpdate,
PubSubConfigurationRefDataType[] f_configurationReferences) |
protected abstract ConfigurationFileType.CloseAndUpdateMethodOutputs |
ConfigurationFileTypeNodeBase.onCloseAndUpdate(ServiceContext serviceContext,
UnsignedInteger f_fileHandle,
UnsignedInteger f_versionToUpdate,
ConfigurationUpdateTargetType[] f_targets,
Double f_revertAfterTime,
Double f_restartDelayTime) |
protected ConfigurationFileType.CloseAndUpdateMethodOutputs |
ConfigurationFileTypeNode.onCloseAndUpdate(ServiceContext serviceContext,
UnsignedInteger f_fileHandle,
UnsignedInteger f_versionToUpdate,
ConfigurationUpdateTargetType[] f_targets,
Double f_revertAfterTime,
Double f_restartDelayTime) |
protected abstract Integer[] |
SerializationEntityTypeNodeBase.onConfigureSerialization(ServiceContext serviceContext,
KeyValuePair[] f_serializationFilterProperties) |
protected Integer[] |
SerializationEntityTypeNode.onConfigureSerialization(ServiceContext serviceContext,
KeyValuePair[] f_serializationFilterProperties) |
protected abstract void |
AcknowledgeableConditionTypeNodeBase.onConfirm(ServiceContext serviceContext,
ByteString f_eventId,
LocalizedText f_comment) |
protected void |
AcknowledgeableConditionTypeNode.onConfirm(ServiceContext serviceContext,
ByteString eventId,
LocalizedText comment) |
protected abstract void |
ConfigurationFileTypeNodeBase.onConfirmUpdate(ServiceContext serviceContext,
UUID f_updateId) |
protected void |
ConfigurationFileTypeNode.onConfirmUpdate(ServiceContext serviceContext,
UUID f_updateId) |
protected abstract StatusCode[] |
PubSubKeyPushTargetTypeNodeBase.onConnectSecurityGroups(ServiceContext serviceContext,
NodeId[] f_securityGroupIds) |
protected StatusCode[] |
PubSubKeyPushTargetTypeNode.onConnectSecurityGroups(ServiceContext serviceContext,
NodeId[] f_securityGroupIds) |
protected abstract NodeId |
KeyCredentialConfigurationFolderTypeNodeBase.onCreateCredential(ServiceContext serviceContext,
String f_name,
String f_resourceUri,
String f_profileUri,
String[] f_endpointUrls) |
protected NodeId |
KeyCredentialConfigurationFolderTypeNode.onCreateCredential(ServiceContext serviceContext,
String f_name,
String f_resourceUri,
String f_profileUri,
String[] f_endpointUrls) |
protected abstract NodeId |
DataSetReaderTypeNodeBase.onCreateDataSetMirror(ServiceContext serviceContext,
String f_parentNodeName,
RolePermissionType[] f_rolePermissions) |
protected NodeId |
DataSetReaderTypeNode.onCreateDataSetMirror(ServiceContext serviceContext,
String f_parentNodeName,
RolePermissionType[] f_rolePermissions) |
protected abstract NodeId |
FileDirectoryTypeNodeBase.onCreateDirectory(ServiceContext serviceContext,
String f_directoryName) |
protected NodeId |
FileDirectoryTypeNode.onCreateDirectory(ServiceContext serviceContext,
String f_directoryName) |
protected abstract FileDirectoryType.CreateFileMethodOutputs |
FileDirectoryTypeNodeBase.onCreateFile(ServiceContext serviceContext,
String f_fileName,
Boolean f_requestFileOpen) |
protected FileDirectoryType.CreateFileMethodOutputs |
FileDirectoryTypeNode.onCreateFile(ServiceContext serviceContext,
String f_fileName,
Boolean f_requestFileOpen) |
protected abstract ByteString |
ServerConfigurationTypeNodeBase.onCreateSelfSignedCertificate(ServiceContext serviceContext,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
String f_subjectName,
String[] f_dnsNames,
String[] f_ipAddresses,
UnsignedShort f_lifetimeInDays,
UnsignedShort f_keySizeInBits) |
protected ByteString |
ServerConfigurationTypeNode.onCreateSelfSignedCertificate(ServiceContext serviceContext,
NodeId certificateGroupId,
NodeId certificateTypeId,
String subjectName,
String[] dnsNames,
String[] ipAddresses,
UnsignedShort lifetimeInDays,
UnsignedShort keySizeInBits) |
protected abstract ByteString |
ServerConfigurationTypeNodeBase.onCreateSigningRequest(ServiceContext serviceContext,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
String f_subjectName,
Boolean f_regeneratePrivateKey,
ByteString f_nonce) |
protected ByteString |
ServerConfigurationTypeNode.onCreateSigningRequest(ServiceContext serviceContext,
NodeId certificateGroupId,
NodeId certificateTypeId,
String subjectName,
Boolean regeneratePrivateKey,
ByteString nonce) |
protected abstract StatusCode[] |
DataSetReaderTypeNodeBase.onCreateTargetVariables(ServiceContext serviceContext,
ConfigurationVersionDataType f_configurationVersion,
FieldTargetDataType[] f_targetVariablesToAdd) |
protected StatusCode[] |
DataSetReaderTypeNode.onCreateTargetVariables(ServiceContext serviceContext,
ConfigurationVersionDataType f_configurationVersion,
FieldTargetDataType[] f_targetVariablesToAdd) |
protected abstract void |
FileDirectoryTypeNodeBase.onDelete(ServiceContext serviceContext,
NodeId f_objectToDelete) |
protected void |
FileDirectoryTypeNode.onDelete(ServiceContext serviceContext,
NodeId f_objectToDelete) |
protected abstract void |
ServerConfigurationTypeNodeBase.onDeleteCertificate(ServiceContext serviceContext,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId) |
protected void |
ServerConfigurationTypeNode.onDeleteCertificate(ServiceContext serviceContext,
NodeId certificateGroupId,
NodeId certificateTypeId) |
protected abstract void |
KeyCredentialConfigurationTypeNodeBase.onDeleteCredential(ServiceContext serviceContext) |
protected void |
KeyCredentialConfigurationTypeNode.onDeleteCredential(ServiceContext serviceContext) |
protected abstract void |
PriorityMappingTableTypeNodeBase.onDeletePriorityMappingEntry(ServiceContext serviceContext,
String f_mappingUri,
String f_priorityLabel) |
protected void |
PriorityMappingTableTypeNode.onDeletePriorityMappingEntry(ServiceContext serviceContext,
String f_mappingUri,
String f_priorityLabel) |
protected abstract void |
PubSubStatusTypeNodeBase.onDisable(ServiceContext serviceContext) |
protected void |
PubSubStatusTypeNode.onDisable(ServiceContext serviceContext) |
protected abstract void |
ConditionTypeNodeBase.onDisable(ServiceContext serviceContext) |
protected void |
ConditionTypeNode.onDisable(ServiceContext serviceContext) |
protected abstract StatusCode[] |
PubSubKeyPushTargetTypeNodeBase.onDisconnectSecurityGroups(ServiceContext serviceContext,
NodeId[] f_securityGroupIds) |
protected StatusCode[] |
PubSubKeyPushTargetTypeNode.onDisconnectSecurityGroups(ServiceContext serviceContext,
NodeId[] f_securityGroupIds) |
protected abstract void |
PubSubStatusTypeNodeBase.onEnable(ServiceContext serviceContext) |
protected void |
PubSubStatusTypeNode.onEnable(ServiceContext serviceContext) |
protected abstract void |
ConditionTypeNodeBase.onEnable(ServiceContext serviceContext) |
protected void |
ConditionTypeNode.onEnable(ServiceContext serviceContext) |
void |
ShelvedStateMachineTypeNodeBase.oneShotShelve() |
void |
ShelvedStateMachineTypeOneShotShelveMethod.oneShotShelve(ServiceContext serviceContext,
ShelvedStateMachineTypeNode node) |
void |
ShelvedStateMachineTypeNodeBase.oneShotShelve2(LocalizedText f_comment) |
void |
ShelvedStateMachineTypeOneShotShelve2Method.oneShotShelve2(ServiceContext serviceContext,
ShelvedStateMachineTypeNode node,
LocalizedText f_comment) |
protected abstract void |
AddressSpaceFileTypeNodeBase.onExportNamespace(ServiceContext serviceContext) |
protected void |
AddressSpaceFileTypeNode.onExportNamespace(ServiceContext serviceContext) |
protected abstract void |
NonTransparentBackupRedundancyTypeNodeBase.onFailover(ServiceContext serviceContext) |
protected void |
NonTransparentBackupRedundancyTypeNode.onFailover(ServiceContext serviceContext) |
protected abstract AliasNameDataType[] |
AliasNameCategoryTypeNodeBase.onFindAlias(ServiceContext serviceContext,
String f_aliasNameSearchPattern,
NodeId f_referenceTypeFilter) |
protected AliasNameDataType[] |
AliasNameCategoryTypeNode.onFindAlias(ServiceContext serviceContext,
String aliasNameSearchPattern,
NodeId referenceTypeFilter) |
protected abstract void |
SecurityGroupTypeNodeBase.onForceKeyRotation(ServiceContext serviceContext) |
protected void |
SecurityGroupTypeNode.onForceKeyRotation(ServiceContext serviceContext) |
protected abstract TemporaryFileTransferType.GenerateFileForReadMethodOutputs |
TemporaryFileTransferTypeNodeBase.onGenerateFileForRead(ServiceContext serviceContext,
Object f_generateOptions) |
protected TemporaryFileTransferType.GenerateFileForReadMethodOutputs |
TemporaryFileTransferTypeNode.onGenerateFileForRead(ServiceContext serviceContext,
Object f_generateOptions) |
protected abstract TemporaryFileTransferType.GenerateFileForWriteMethodOutputs |
TemporaryFileTransferTypeNodeBase.onGenerateFileForWrite(ServiceContext serviceContext,
Object f_generateOptions) |
protected TemporaryFileTransferType.GenerateFileForWriteMethodOutputs |
TemporaryFileTransferTypeNode.onGenerateFileForWrite(ServiceContext serviceContext,
Object f_generateOptions) |
protected abstract ServerConfigurationType.GetCertificatesMethodOutputs |
ServerConfigurationTypeNodeBase.onGetCertificates(ServiceContext serviceContext,
NodeId f_certificateGroupId) |
protected ServerConfigurationType.GetCertificatesMethodOutputs |
ServerConfigurationTypeNode.onGetCertificates(ServiceContext serviceContext,
NodeId certificateGroupId) |
protected abstract KeyCredentialConfigurationType.GetEncryptingKeyMethodOutputs |
KeyCredentialConfigurationTypeNodeBase.onGetEncryptingKey(ServiceContext serviceContext,
String f_credentialId,
String f_requestedSecurityPolicyUri) |
protected KeyCredentialConfigurationType.GetEncryptingKeyMethodOutputs |
KeyCredentialConfigurationTypeNode.onGetEncryptingKey(ServiceContext serviceContext,
String f_credentialId,
String f_requestedSecurityPolicyUri) |
protected abstract NodeId[] |
AlarmConditionTypeNodeBase.onGetGroupMemberships(ServiceContext serviceContext) |
protected NodeId[] |
AlarmConditionTypeNode.onGetGroupMemberships(ServiceContext serviceContext) |
protected abstract ServerType.GetMonitoredItemsMethodOutputs |
ServerTypeNodeBase.onGetMonitoredItems(ServiceContext serviceContext,
UnsignedInteger f_subscriptionId) |
protected ServerType.GetMonitoredItemsMethodOutputs |
ServerTypeNode.onGetMonitoredItems(ServiceContext serviceContext,
UnsignedInteger subscriptionId) |
protected abstract UnsignedLong |
FileTypeNodeBase.onGetPosition(ServiceContext serviceContext,
UnsignedInteger f_fileHandle) |
protected UnsignedLong |
FileTypeNode.onGetPosition(ServiceContext serviceContext,
UnsignedInteger fileHandle) |
protected abstract LogObjectType.GetRecordsMethodOutputs |
LogObjectTypeNodeBase.onGetRecords(ServiceContext serviceContext,
DateTime f_startTime,
DateTime f_endTime,
UnsignedInteger f_maxReturnRecords,
UnsignedShort f_minimumSeverity,
LogRecordMask f_requestMask,
ByteString f_continuationPointIn) |
protected LogObjectType.GetRecordsMethodOutputs |
LogObjectTypeNode.onGetRecords(ServiceContext serviceContext,
DateTime f_startTime,
DateTime f_endTime,
UnsignedInteger f_maxReturnRecords,
UnsignedShort f_minimumSeverity,
LogRecordMask f_requestMask,
ByteString f_continuationPointIn) |
protected abstract ByteString[] |
ServerConfigurationTypeNodeBase.onGetRejectedList(ServiceContext serviceContext) |
protected ByteString[] |
ServerConfigurationTypeNode.onGetRejectedList(ServiceContext serviceContext) |
protected abstract ByteString[] |
CertificateGroupTypeNodeBase.onGetRejectedList(ServiceContext serviceContext) |
protected ByteString[] |
CertificateGroupTypeNode.onGetRejectedList(ServiceContext serviceContext) |
protected abstract NodeId |
PubSubKeyServiceTypeNodeBase.onGetSecurityGroup(ServiceContext serviceContext,
String f_securityGroupId) |
protected NodeId |
PubSubKeyServiceTypeNode.onGetSecurityGroup(ServiceContext serviceContext,
String f_securityGroupId) |
protected abstract PubSubKeyServiceType.GetSecurityKeysMethodOutputs |
PubSubKeyServiceTypeNodeBase.onGetSecurityKeys(ServiceContext serviceContext,
String f_securityGroupId,
UnsignedInteger f_startingTokenId,
UnsignedInteger f_requestedKeyCount) |
protected PubSubKeyServiceType.GetSecurityKeysMethodOutputs |
PubSubKeyServiceTypeNode.onGetSecurityKeys(ServiceContext serviceContext,
String f_securityGroupId,
UnsignedInteger f_startingTokenId,
UnsignedInteger f_requestedKeyCount) |
protected abstract void |
ProgramStateMachineTypeNodeBase.onHalt(ServiceContext serviceContext) |
protected void |
ProgramStateMachineTypeNode.onHalt(ServiceContext serviceContext) |
protected abstract void |
SecurityGroupTypeNodeBase.onInvalidateKeys(ServiceContext serviceContext) |
protected void |
SecurityGroupTypeNode.onInvalidateKeys(ServiceContext serviceContext) |
protected abstract ConfigurationVersionDataType |
PublishedEventsTypeNodeBase.onModifyFieldSelection(ServiceContext serviceContext,
ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
SimpleAttributeOperand[] f_selectedFields) |
protected ConfigurationVersionDataType |
PublishedEventsTypeNode.onModifyFieldSelection(ServiceContext serviceContext,
ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
SimpleAttributeOperand[] f_selectedFields) |
protected abstract void |
UserManagementTypeNodeBase.onModifyUser(ServiceContext serviceContext,
String f_userName,
Boolean f_modifyPassword,
String f_password,
Boolean f_modifyUserConfiguration,
UserConfigurationMask f_userConfiguration,
Boolean f_modifyDescription,
String f_description) |
protected void |
UserManagementTypeNode.onModifyUser(ServiceContext serviceContext,
String f_userName,
Boolean f_modifyPassword,
String f_password,
Boolean f_modifyUserConfiguration,
UserConfigurationMask f_userConfiguration,
Boolean f_modifyDescription,
String f_description) |
protected abstract NodeId |
FileDirectoryTypeNodeBase.onMoveOrCopy(ServiceContext serviceContext,
NodeId f_objectToMoveOrCopy,
NodeId f_targetDirectory,
Boolean f_createCopy,
String f_newName) |
protected NodeId |
FileDirectoryTypeNode.onMoveOrCopy(ServiceContext serviceContext,
NodeId f_objectToMoveOrCopy,
NodeId f_targetDirectory,
Boolean f_createCopy,
String f_newName) |
protected abstract void |
ShelvedStateMachineTypeNodeBase.onOneShotShelve(ServiceContext serviceContext) |
protected void |
ShelvedStateMachineTypeNode.onOneShotShelve(ServiceContext serviceContext) |
protected abstract void |
ShelvedStateMachineTypeNodeBase.onOneShotShelve2(ServiceContext serviceContext,
LocalizedText f_comment) |
protected void |
ShelvedStateMachineTypeNode.onOneShotShelve2(ServiceContext serviceContext,
LocalizedText f_comment) |
protected abstract UnsignedInteger |
FileTypeNodeBase.onOpen(ServiceContext serviceContext,
UnsignedByte f_mode) |
protected UnsignedInteger |
FileTypeNode.onOpen(ServiceContext serviceContext,
UnsignedByte mode) |
protected abstract UnsignedInteger |
TrustListTypeNodeBase.onOpenWithMasks(ServiceContext serviceContext,
UnsignedInteger f_masks) |
protected UnsignedInteger |
TrustListTypeNode.onOpenWithMasks(ServiceContext serviceContext,
UnsignedInteger f_masks) |
protected abstract void |
AlarmConditionTypeNodeBase.onPlaceInService(ServiceContext serviceContext) |
protected void |
AlarmConditionTypeNode.onPlaceInService(ServiceContext serviceContext) |
protected abstract void |
AlarmConditionTypeNodeBase.onPlaceInService2(ServiceContext serviceContext,
LocalizedText f_comment) |
protected void |
AlarmConditionTypeNode.onPlaceInService2(ServiceContext serviceContext,
LocalizedText f_comment) |
protected abstract ByteString |
FileTypeNodeBase.onRead(ServiceContext serviceContext,
UnsignedInteger f_fileHandle,
Integer f_length) |
protected ByteString |
FileTypeNode.onRead(ServiceContext serviceContext,
UnsignedInteger fileHandle,
Integer length) |
protected abstract void |
RoleTypeNodeBase.onRemoveApplication(ServiceContext serviceContext,
String f_applicationUri) |
protected void |
RoleTypeNode.onRemoveApplication(ServiceContext serviceContext,
String f_applicationUri) |
protected abstract void |
TrustListTypeNodeBase.onRemoveCertificate(ServiceContext serviceContext,
String f_thumbprint,
Boolean f_isTrustedCertificate) |
protected void |
TrustListTypeNode.onRemoveCertificate(ServiceContext serviceContext,
String f_thumbprint,
Boolean f_isTrustedCertificate) |
protected abstract void |
PublishSubscribeTypeNodeBase.onRemoveConnection(ServiceContext serviceContext,
NodeId f_connectionId) |
protected void |
PublishSubscribeTypeNode.onRemoveConnection(ServiceContext serviceContext,
NodeId f_connectionId) |
protected abstract void |
SubscribedDataSetFolderTypeNodeBase.onRemoveDataSetFolder(ServiceContext serviceContext,
NodeId f_dataSetFolderNodeId) |
protected void |
SubscribedDataSetFolderTypeNode.onRemoveDataSetFolder(ServiceContext serviceContext,
NodeId f_dataSetFolderNodeId) |
protected abstract void |
DataSetFolderTypeNodeBase.onRemoveDataSetFolder(ServiceContext serviceContext,
NodeId f_dataSetFolderNodeId) |
protected void |
DataSetFolderTypeNode.onRemoveDataSetFolder(ServiceContext serviceContext,
NodeId f_dataSetFolderNodeId) |
protected abstract void |
ReaderGroupTypeNodeBase.onRemoveDataSetReader(ServiceContext serviceContext,
NodeId f_dataSetReaderNodeId) |
protected void |
ReaderGroupTypeNode.onRemoveDataSetReader(ServiceContext serviceContext,
NodeId f_dataSetReaderNodeId) |
protected abstract void |
WriterGroupTypeNodeBase.onRemoveDataSetWriter(ServiceContext serviceContext,
NodeId f_dataSetWriterNodeId) |
protected void |
WriterGroupTypeNode.onRemoveDataSetWriter(ServiceContext serviceContext,
NodeId f_dataSetWriterNodeId) |
protected abstract void |
RoleTypeNodeBase.onRemoveEndpoint(ServiceContext serviceContext,
EndpointType f_endpoint) |
protected void |
RoleTypeNode.onRemoveEndpoint(ServiceContext serviceContext,
EndpointType f_endpoint) |
protected abstract void |
ExtensionFieldsTypeNodeBase.onRemoveExtensionField(ServiceContext serviceContext,
NodeId f_fieldId) |
protected void |
ExtensionFieldsTypeNode.onRemoveExtensionField(ServiceContext serviceContext,
NodeId f_fieldId) |
protected abstract void |
AlarmConditionTypeNodeBase.onRemoveFromService(ServiceContext serviceContext) |
protected void |
AlarmConditionTypeNode.onRemoveFromService(ServiceContext serviceContext) |
protected abstract void |
AlarmConditionTypeNodeBase.onRemoveFromService2(ServiceContext serviceContext,
LocalizedText f_comment) |
protected void |
AlarmConditionTypeNode.onRemoveFromService2(ServiceContext serviceContext,
LocalizedText f_comment) |
protected abstract void |
PubSubConnectionTypeNodeBase.onRemoveGroup(ServiceContext serviceContext,
NodeId f_groupId) |
protected void |
PubSubConnectionTypeNode.onRemoveGroup(ServiceContext serviceContext,
NodeId f_groupId) |
protected abstract void |
RoleTypeNodeBase.onRemoveIdentity(ServiceContext serviceContext,
IdentityMappingRuleType f_rule) |
protected void |
RoleTypeNode.onRemoveIdentity(ServiceContext serviceContext,
IdentityMappingRuleType f_rule) |
protected abstract void |
DataSetFolderTypeNodeBase.onRemovePublishedDataSet(ServiceContext serviceContext,
NodeId f_dataSetNodeId) |
protected void |
DataSetFolderTypeNode.onRemovePublishedDataSet(ServiceContext serviceContext,
NodeId f_dataSetNodeId) |
protected abstract void |
PubSubKeyPushTargetFolderTypeNodeBase.onRemovePushTarget(ServiceContext serviceContext,
NodeId f_pushTargetId) |
protected void |
PubSubKeyPushTargetFolderTypeNode.onRemovePushTarget(ServiceContext serviceContext,
NodeId f_pushTargetId) |
protected abstract void |
PubSubKeyPushTargetFolderTypeNodeBase.onRemovePushTargetFolder(ServiceContext serviceContext,
NodeId f_pushTargetFolderNodeId) |
protected void |
PubSubKeyPushTargetFolderTypeNode.onRemovePushTargetFolder(ServiceContext serviceContext,
NodeId f_pushTargetFolderNodeId) |
protected abstract void |
RoleSetTypeNodeBase.onRemoveRole(ServiceContext serviceContext,
NodeId f_roleNodeId) |
protected void |
RoleSetTypeNode.onRemoveRole(ServiceContext serviceContext,
NodeId f_roleNodeId) |
protected abstract void |
SecurityGroupFolderTypeNodeBase.onRemoveSecurityGroup(ServiceContext serviceContext,
NodeId f_securityGroupNodeId) |
protected void |
SecurityGroupFolderTypeNode.onRemoveSecurityGroup(ServiceContext serviceContext,
NodeId f_securityGroupNodeId) |
protected abstract void |
SecurityGroupFolderTypeNodeBase.onRemoveSecurityGroupFolder(ServiceContext serviceContext,
NodeId f_securityGroupFolderNodeId) |
protected void |
SecurityGroupFolderTypeNode.onRemoveSecurityGroupFolder(ServiceContext serviceContext,
NodeId f_securityGroupFolderNodeId) |
protected abstract void |
SubscribedDataSetFolderTypeNodeBase.onRemoveSubscribedDataSet(ServiceContext serviceContext,
NodeId f_subscribedDataSetNodeId) |
protected void |
SubscribedDataSetFolderTypeNode.onRemoveSubscribedDataSet(ServiceContext serviceContext,
NodeId f_subscribedDataSetNodeId) |
protected abstract StatusCode[] |
TargetVariablesTypeNodeBase.onRemoveTargetVariables(ServiceContext serviceContext,
ConfigurationVersionDataType f_configurationVersion,
UnsignedInteger[] f_targetsToRemove) |
protected StatusCode[] |
TargetVariablesTypeNode.onRemoveTargetVariables(ServiceContext serviceContext,
ConfigurationVersionDataType f_configurationVersion,
UnsignedInteger[] f_targetsToRemove) |
protected abstract void |
UserManagementTypeNodeBase.onRemoveUser(ServiceContext serviceContext,
String f_userName) |
protected void |
UserManagementTypeNode.onRemoveUser(ServiceContext serviceContext,
String f_userName) |
protected abstract PublishedDataItemsType.RemoveVariablesMethodOutputs |
PublishedDataItemsTypeNodeBase.onRemoveVariables(ServiceContext serviceContext,
ConfigurationVersionDataType f_configurationVersion,
UnsignedInteger[] f_variablesToRemove) |
protected PublishedDataItemsType.RemoveVariablesMethodOutputs |
PublishedDataItemsTypeNode.onRemoveVariables(ServiceContext serviceContext,
ConfigurationVersionDataType f_configurationVersion,
UnsignedInteger[] f_variablesToRemove) |
protected abstract void |
ServerTypeNodeBase.onRequestServerStateChange(ServiceContext serviceContext,
ServerState f_state,
DateTime f_estimatedReturnTime,
UnsignedInteger f_secondsTillShutdown,
LocalizedText f_reason,
Boolean f_restart) |
protected void |
ServerTypeNode.onRequestServerStateChange(ServiceContext serviceContext,
ServerState state,
DateTime estimatedReturnTime,
UnsignedInteger secondsTillShutdown,
LocalizedText reason,
Boolean restart) |
protected abstract String[] |
ProvisionableDeviceTypeNodeBase.onRequestTickets(ServiceContext serviceContext) |
protected String[] |
ProvisionableDeviceTypeNode.onRequestTickets(ServiceContext serviceContext) |
protected abstract void |
ServerTypeNodeBase.onResendData(ServiceContext serviceContext,
UnsignedInteger f_subscriptionId) |
protected void |
ServerTypeNode.onResendData(ServiceContext serviceContext,
UnsignedInteger subscriptionId) |
protected abstract PubSubConfigurationType.ReserveIdsMethodOutputs |
PubSubConfigurationTypeNodeBase.onReserveIds(ServiceContext serviceContext,
String f_transportProfileUri,
UnsignedShort f_numReqWriterGroupIds,
UnsignedShort f_numReqDataSetWriterIds) |
protected PubSubConfigurationType.ReserveIdsMethodOutputs |
PubSubConfigurationTypeNode.onReserveIds(ServiceContext serviceContext,
String f_transportProfileUri,
UnsignedShort f_numReqWriterGroupIds,
UnsignedShort f_numReqDataSetWriterIds) |
protected abstract void |
PubSubDiagnosticsTypeNodeBase.onReset(ServiceContext serviceContext) |
protected void |
PubSubDiagnosticsTypeNode.onReset(ServiceContext serviceContext) |
protected abstract void |
ProgramStateMachineTypeNodeBase.onReset(ServiceContext serviceContext) |
protected void |
ProgramStateMachineTypeNode.onReset(ServiceContext serviceContext) |
protected abstract void |
FileTransferStateMachineTypeNodeBase.onReset(ServiceContext serviceContext) |
protected void |
FileTransferStateMachineTypeNode.onReset(ServiceContext serviceContext) |
protected abstract void |
AlarmMetricsTypeNodeBase.onReset(ServiceContext serviceContext) |
protected void |
AlarmMetricsTypeNode.onReset(ServiceContext serviceContext) |
protected abstract void |
AlarmConditionTypeNodeBase.onReset(ServiceContext serviceContext) |
protected void |
AlarmConditionTypeNode.onReset(ServiceContext serviceContext) |
protected abstract void |
AlarmConditionTypeNodeBase.onReset2(ServiceContext serviceContext,
LocalizedText f_comment) |
protected void |
AlarmConditionTypeNode.onReset2(ServiceContext serviceContext,
LocalizedText f_comment) |
protected abstract void |
ServerConfigurationTypeNodeBase.onResetToServerDefaults(ServiceContext serviceContext) |
protected void |
ServerConfigurationTypeNode.onResetToServerDefaults(ServiceContext serviceContext) |
protected abstract void |
DialogConditionTypeNodeBase.onRespond(ServiceContext serviceContext,
Integer f_selectedResponse) |
protected void |
DialogConditionTypeNode.onRespond(ServiceContext serviceContext,
Integer selectedResponse) |
protected abstract void |
DialogConditionTypeNodeBase.onRespond2(ServiceContext serviceContext,
Integer f_selectedResponse,
LocalizedText f_comment) |
protected void |
DialogConditionTypeNode.onRespond2(ServiceContext serviceContext,
Integer f_selectedResponse,
LocalizedText f_comment) |
protected abstract void |
ProgramStateMachineTypeNodeBase.onResume(ServiceContext serviceContext) |
protected void |
ProgramStateMachineTypeNode.onResume(ServiceContext serviceContext) |
protected abstract void |
FileTypeNodeBase.onSetPosition(ServiceContext serviceContext,
UnsignedInteger f_fileHandle,
UnsignedLong f_position) |
protected void |
FileTypeNode.onSetPosition(ServiceContext serviceContext,
UnsignedInteger fileHandle,
UnsignedLong position) |
protected abstract void |
ProvisionableDeviceTypeNodeBase.onSetRegistrarEndpoints(ServiceContext serviceContext,
ApplicationDescription[] f_registrars) |
protected void |
ProvisionableDeviceTypeNode.onSetRegistrarEndpoints(ServiceContext serviceContext,
ApplicationDescription[] f_registrars) |
protected abstract void |
PublishSubscribeTypeNodeBase.onSetSecurityKeys(ServiceContext serviceContext,
String f_securityGroupId,
String f_securityPolicyUri,
UnsignedInteger f_currentTokenId,
ByteString f_currentKey,
ByteString[] f_futureKeys,
Double f_timeToNextKey,
Double f_keyLifetime) |
protected void |
PublishSubscribeTypeNode.onSetSecurityKeys(ServiceContext serviceContext,
String f_securityGroupId,
String f_securityPolicyUri,
UnsignedInteger f_currentTokenId,
ByteString f_currentKey,
ByteString[] f_futureKeys,
Double f_timeToNextKey,
Double f_keyLifetime) |
protected abstract UnsignedInteger |
ServerTypeNodeBase.onSetSubscriptionDurable(ServiceContext serviceContext,
UnsignedInteger f_subscriptionId,
UnsignedInteger f_lifetimeInHours) |
protected UnsignedInteger |
ServerTypeNode.onSetSubscriptionDurable(ServiceContext serviceContext,
UnsignedInteger subscriptionId,
UnsignedInteger lifetimeInHours) |
protected abstract void |
AlarmConditionTypeNodeBase.onSilence(ServiceContext serviceContext) |
protected void |
AlarmConditionTypeNode.onSilence(ServiceContext serviceContext) |
protected abstract void |
ProgramStateMachineTypeNodeBase.onStart(ServiceContext serviceContext) |
protected void |
ProgramStateMachineTypeNode.onStart(ServiceContext serviceContext) |
protected abstract void |
AlarmConditionTypeNodeBase.onSuppress(ServiceContext serviceContext) |
protected void |
AlarmConditionTypeNode.onSuppress(ServiceContext serviceContext) |
protected abstract void |
AlarmConditionTypeNodeBase.onSuppress2(ServiceContext serviceContext,
LocalizedText f_comment) |
protected void |
AlarmConditionTypeNode.onSuppress2(ServiceContext serviceContext,
LocalizedText f_comment) |
protected abstract void |
ProgramStateMachineTypeNodeBase.onSuspend(ServiceContext serviceContext) |
protected void |
ProgramStateMachineTypeNode.onSuspend(ServiceContext serviceContext) |
protected abstract void |
ShelvedStateMachineTypeNodeBase.onTimedShelve(ServiceContext serviceContext,
Double f_shelvingTime) |
protected void |
ShelvedStateMachineTypeNode.onTimedShelve(ServiceContext serviceContext,
Double shelvingTime) |
protected abstract void |
ShelvedStateMachineTypeNodeBase.onTimedShelve2(ServiceContext serviceContext,
Double f_shelvingTime,
LocalizedText f_comment) |
protected void |
ShelvedStateMachineTypeNode.onTimedShelve2(ServiceContext serviceContext,
Double f_shelvingTime,
LocalizedText f_comment) |
protected abstract void |
PubSubKeyPushTargetTypeNodeBase.onTriggerKeyUpdate(ServiceContext serviceContext) |
protected void |
PubSubKeyPushTargetTypeNode.onTriggerKeyUpdate(ServiceContext serviceContext) |
protected abstract void |
ShelvedStateMachineTypeNodeBase.onUnshelve(ServiceContext serviceContext) |
protected void |
ShelvedStateMachineTypeNode.onUnshelve(ServiceContext serviceContext) |
protected abstract void |
ShelvedStateMachineTypeNodeBase.onUnshelve2(ServiceContext serviceContext,
LocalizedText f_comment) |
protected void |
ShelvedStateMachineTypeNode.onUnshelve2(ServiceContext serviceContext,
LocalizedText f_comment) |
protected abstract void |
AlarmConditionTypeNodeBase.onUnsuppress(ServiceContext serviceContext) |
protected void |
AlarmConditionTypeNode.onUnsuppress(ServiceContext serviceContext) |
protected abstract void |
AlarmConditionTypeNodeBase.onUnsuppress2(ServiceContext serviceContext,
LocalizedText f_comment) |
protected void |
AlarmConditionTypeNode.onUnsuppress2(ServiceContext serviceContext,
LocalizedText f_comment) |
protected abstract Boolean |
ServerConfigurationTypeNodeBase.onUpdateCertificate(ServiceContext serviceContext,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
ByteString f_certificate,
ByteString[] f_issuerCertificates,
String f_privateKeyFormat,
ByteString f_privateKey) |
protected Boolean |
ServerConfigurationTypeNode.onUpdateCertificate(ServiceContext serviceContext,
NodeId certificateGroupId,
NodeId certificateTypeId,
ByteString certificate,
ByteString[] issuerCertificates,
String privateKeyFormat,
ByteString privateKey) |
protected abstract void |
KeyCredentialConfigurationTypeNodeBase.onUpdateCredential(ServiceContext serviceContext,
String f_credentialId,
ByteString f_credentialSecret,
String f_certificateThumbprint,
String f_securityPolicyUri) |
protected void |
KeyCredentialConfigurationTypeNode.onUpdateCredential(ServiceContext serviceContext,
String f_credentialId,
ByteString f_credentialSecret,
String f_certificateThumbprint,
String f_securityPolicyUri) |
protected abstract void |
FileTypeNodeBase.onWrite(ServiceContext serviceContext,
UnsignedInteger f_fileHandle,
ByteString f_data) |
protected void |
FileTypeNode.onWrite(ServiceContext serviceContext,
UnsignedInteger fileHandle,
ByteString data) |
UnsignedInteger |
FileTypeOpenMethod.open(ServiceContext serviceContext,
FileTypeNode node,
UnsignedByte f_mode) |
Long |
FileTypeNode.open(Session session,
Set<FileTypeOpenMode> mode)
Opens the file for reading or writing.
|
UnsignedInteger |
FileTypeNodeBase.open(UnsignedByte f_mode) |
UnsignedInteger |
TrustListTypeOpenWithMasksMethod.openWithMasks(ServiceContext serviceContext,
TrustListTypeNode node,
UnsignedInteger f_masks) |
UnsignedInteger |
TrustListTypeNodeBase.openWithMasks(UnsignedInteger f_masks) |
void |
AlarmConditionTypeNodeBase.placeInService() |
void |
AlarmConditionTypePlaceInServiceMethod.placeInService(ServiceContext serviceContext,
AlarmConditionTypeNode node) |
void |
AlarmConditionTypeNodeBase.placeInService2(LocalizedText f_comment) |
void |
AlarmConditionTypePlaceInService2Method.placeInService2(ServiceContext serviceContext,
AlarmConditionTypeNode node,
LocalizedText f_comment) |
ByteString |
FileTypeReadMethod.read(ServiceContext serviceContext,
FileTypeNode node,
UnsignedInteger f_fileHandle,
Integer f_length) |
byte[] |
FileTypeNode.read(Session session,
Long fileHandle,
int length)
Read data from the physical file.
|
ByteString |
FileTypeNodeBase.read(UnsignedInteger f_fileHandle,
Integer f_length) |
void |
RoleTypeRemoveApplicationMethod.removeApplication(ServiceContext serviceContext,
RoleTypeNode node,
String f_applicationUri) |
void |
RoleTypeNodeBase.removeApplication(String f_applicationUri) |
void |
TrustListTypeRemoveCertificateMethod.removeCertificate(ServiceContext serviceContext,
TrustListTypeNode node,
String f_thumbprint,
Boolean f_isTrustedCertificate) |
void |
TrustListTypeNodeBase.removeCertificate(String f_thumbprint,
Boolean f_isTrustedCertificate) |
void |
PublishSubscribeTypeNodeBase.removeConnection(NodeId f_connectionId) |
void |
PublishSubscribeTypeRemoveConnectionMethod.removeConnection(ServiceContext serviceContext,
PublishSubscribeTypeNode node,
NodeId f_connectionId) |
void |
SubscribedDataSetFolderTypeNodeBase.removeDataSetFolder(NodeId f_dataSetFolderNodeId) |
void |
DataSetFolderTypeNodeBase.removeDataSetFolder(NodeId f_dataSetFolderNodeId) |
void |
DataSetFolderTypeRemoveDataSetFolderMethod.removeDataSetFolder(ServiceContext serviceContext,
DataSetFolderTypeNode node,
NodeId f_dataSetFolderNodeId) |
void |
SubscribedDataSetFolderTypeRemoveDataSetFolderMethod.removeDataSetFolder(ServiceContext serviceContext,
SubscribedDataSetFolderTypeNode node,
NodeId f_dataSetFolderNodeId) |
void |
ReaderGroupTypeNodeBase.removeDataSetReader(NodeId f_dataSetReaderNodeId) |
void |
ReaderGroupTypeRemoveDataSetReaderMethod.removeDataSetReader(ServiceContext serviceContext,
ReaderGroupTypeNode node,
NodeId f_dataSetReaderNodeId) |
void |
WriterGroupTypeNodeBase.removeDataSetWriter(NodeId f_dataSetWriterNodeId) |
void |
WriterGroupTypeRemoveDataSetWriterMethod.removeDataSetWriter(ServiceContext serviceContext,
WriterGroupTypeNode node,
NodeId f_dataSetWriterNodeId) |
void |
RoleTypeNodeBase.removeEndpoint(EndpointType f_endpoint) |
void |
RoleTypeRemoveEndpointMethod.removeEndpoint(ServiceContext serviceContext,
RoleTypeNode node,
EndpointType f_endpoint) |
void |
ExtensionFieldsTypeNodeBase.removeExtensionField(NodeId f_fieldId) |
void |
ExtensionFieldsTypeRemoveExtensionFieldMethod.removeExtensionField(ServiceContext serviceContext,
ExtensionFieldsTypeNode node,
NodeId f_fieldId) |
void |
AlarmConditionTypeNodeBase.removeFromService() |
void |
AlarmConditionTypeRemoveFromServiceMethod.removeFromService(ServiceContext serviceContext,
AlarmConditionTypeNode node) |
void |
AlarmConditionTypeNodeBase.removeFromService2(LocalizedText f_comment) |
void |
AlarmConditionTypeRemoveFromService2Method.removeFromService2(ServiceContext serviceContext,
AlarmConditionTypeNode node,
LocalizedText f_comment) |
void |
PubSubConnectionTypeNodeBase.removeGroup(NodeId f_groupId) |
void |
PubSubConnectionTypeRemoveGroupMethod.removeGroup(ServiceContext serviceContext,
PubSubConnectionTypeNode node,
NodeId f_groupId) |
void |
RoleTypeNodeBase.removeIdentity(IdentityMappingRuleType f_rule) |
void |
RoleTypeRemoveIdentityMethod.removeIdentity(ServiceContext serviceContext,
RoleTypeNode node,
IdentityMappingRuleType f_rule) |
void |
DataSetFolderTypeNodeBase.removePublishedDataSet(NodeId f_dataSetNodeId) |
void |
DataSetFolderTypeRemovePublishedDataSetMethod.removePublishedDataSet(ServiceContext serviceContext,
DataSetFolderTypeNode node,
NodeId f_dataSetNodeId) |
void |
PubSubKeyPushTargetFolderTypeNodeBase.removePushTarget(NodeId f_pushTargetId) |
void |
PubSubKeyPushTargetFolderTypeRemovePushTargetMethod.removePushTarget(ServiceContext serviceContext,
PubSubKeyPushTargetFolderTypeNode node,
NodeId f_pushTargetId) |
void |
PubSubKeyPushTargetFolderTypeNodeBase.removePushTargetFolder(NodeId f_pushTargetFolderNodeId) |
void |
PubSubKeyPushTargetFolderTypeRemovePushTargetFolderMethod.removePushTargetFolder(ServiceContext serviceContext,
PubSubKeyPushTargetFolderTypeNode node,
NodeId f_pushTargetFolderNodeId) |
void |
RoleSetTypeNodeBase.removeRole(NodeId f_roleNodeId) |
void |
RoleSetTypeRemoveRoleMethod.removeRole(ServiceContext serviceContext,
RoleSetTypeNode node,
NodeId f_roleNodeId) |
void |
SecurityGroupFolderTypeNodeBase.removeSecurityGroup(NodeId f_securityGroupNodeId) |
void |
SecurityGroupFolderTypeRemoveSecurityGroupMethod.removeSecurityGroup(ServiceContext serviceContext,
SecurityGroupFolderTypeNode node,
NodeId f_securityGroupNodeId) |
void |
SecurityGroupFolderTypeNodeBase.removeSecurityGroupFolder(NodeId f_securityGroupFolderNodeId) |
void |
SecurityGroupFolderTypeRemoveSecurityGroupFolderMethod.removeSecurityGroupFolder(ServiceContext serviceContext,
SecurityGroupFolderTypeNode node,
NodeId f_securityGroupFolderNodeId) |
void |
SubscribedDataSetFolderTypeNodeBase.removeSubscribedDataSet(NodeId f_subscribedDataSetNodeId) |
void |
SubscribedDataSetFolderTypeRemoveSubscribedDataSetMethod.removeSubscribedDataSet(ServiceContext serviceContext,
SubscribedDataSetFolderTypeNode node,
NodeId f_subscribedDataSetNodeId) |
StatusCode[] |
TargetVariablesTypeNodeBase.removeTargetVariables(ConfigurationVersionDataType f_configurationVersion,
UnsignedInteger[] f_targetsToRemove) |
StatusCode[] |
TargetVariablesTypeRemoveTargetVariablesMethod.removeTargetVariables(ServiceContext serviceContext,
TargetVariablesTypeNode node,
ConfigurationVersionDataType f_configurationVersion,
UnsignedInteger[] f_targetsToRemove) |
void |
UserManagementTypeRemoveUserMethod.removeUser(ServiceContext serviceContext,
UserManagementTypeNode node,
String f_userName) |
void |
UserManagementTypeNodeBase.removeUser(String f_userName) |
PublishedDataItemsType.RemoveVariablesMethodOutputs |
PublishedDataItemsTypeNodeBase.removeVariables(ConfigurationVersionDataType f_configurationVersion,
UnsignedInteger[] f_variablesToRemove) |
PublishedDataItemsType.RemoveVariablesMethodOutputs |
PublishedDataItemsTypeRemoveVariablesMethod.removeVariables(ServiceContext serviceContext,
PublishedDataItemsTypeNode node,
ConfigurationVersionDataType f_configurationVersion,
UnsignedInteger[] f_variablesToRemove) |
void |
ServerTypeNodeBase.requestServerStateChange(ServerState f_state,
DateTime f_estimatedReturnTime,
UnsignedInteger f_secondsTillShutdown,
LocalizedText f_reason,
Boolean f_restart) |
void |
ServerTypeRequestServerStateChangeMethod.requestServerStateChange(ServiceContext serviceContext,
ServerTypeNode node,
ServerState f_state,
DateTime f_estimatedReturnTime,
UnsignedInteger f_secondsTillShutdown,
LocalizedText f_reason,
Boolean f_restart) |
String[] |
ProvisionableDeviceTypeNodeBase.requestTickets() |
String[] |
ProvisionableDeviceTypeRequestTicketsMethod.requestTickets(ServiceContext serviceContext,
ProvisionableDeviceTypeNode node) |
void |
ServerTypeResendDataMethod.resendData(ServiceContext serviceContext,
ServerTypeNode node,
UnsignedInteger f_subscriptionId) |
void |
ServerTypeNodeBase.resendData(UnsignedInteger f_subscriptionId) |
PubSubConfigurationType.ReserveIdsMethodOutputs |
PubSubConfigurationTypeReserveIdsMethod.reserveIds(ServiceContext serviceContext,
PubSubConfigurationTypeNode node,
String f_transportProfileUri,
UnsignedShort f_numReqWriterGroupIds,
UnsignedShort f_numReqDataSetWriterIds) |
PubSubConfigurationType.ReserveIdsMethodOutputs |
PubSubConfigurationTypeNodeBase.reserveIds(String f_transportProfileUri,
UnsignedShort f_numReqWriterGroupIds,
UnsignedShort f_numReqDataSetWriterIds) |
void |
PubSubDiagnosticsTypeNodeBase.reset() |
void |
ProgramStateMachineTypeNodeBase.reset() |
void |
FileTransferStateMachineTypeNodeBase.reset() |
void |
AlarmMetricsTypeNodeBase.reset() |
void |
AlarmConditionTypeNodeBase.reset() |
void |
AlarmConditionTypeResetMethod.reset(ServiceContext serviceContext,
AlarmConditionTypeNode node) |
void |
AlarmMetricsTypeResetMethod.reset(ServiceContext serviceContext,
AlarmMetricsTypeNode node) |
void |
FileTransferStateMachineTypeResetMethod.reset(ServiceContext serviceContext,
FileTransferStateMachineTypeNode node) |
void |
ProgramStateMachineTypeResetMethod.reset(ServiceContext serviceContext,
ProgramStateMachineTypeNode node) |
void |
PubSubDiagnosticsTypeResetMethod.reset(ServiceContext serviceContext,
PubSubDiagnosticsTypeNode node) |
void |
AlarmConditionTypeNodeBase.reset2(LocalizedText f_comment) |
void |
AlarmConditionTypeReset2Method.reset2(ServiceContext serviceContext,
AlarmConditionTypeNode node,
LocalizedText f_comment) |
void |
ServerConfigurationTypeNodeBase.resetToServerDefaults() |
void |
ServerConfigurationTypeResetToServerDefaultsMethod.resetToServerDefaults(ServiceContext serviceContext,
ServerConfigurationTypeNode node) |
void |
DialogConditionTypeNodeBase.respond(Integer f_selectedResponse) |
void |
DialogConditionTypeRespondMethod.respond(ServiceContext serviceContext,
DialogConditionTypeNode node,
Integer f_selectedResponse) |
void |
DialogConditionTypeNodeBase.respond2(Integer f_selectedResponse,
LocalizedText f_comment) |
void |
DialogConditionTypeRespond2Method.respond2(ServiceContext serviceContext,
DialogConditionTypeNode node,
Integer f_selectedResponse,
LocalizedText f_comment) |
void |
ProgramStateMachineTypeNodeBase.resume() |
void |
ProgramStateMachineTypeResumeMethod.resume(ServiceContext serviceContext,
ProgramStateMachineTypeNode node) |
void |
FileTypeNode.setCurrentPosition(Session session,
Long fileHandle,
long position)
Set the current position of the fileHandle.
|
void |
FileTypeNode.setCurrentWritable(boolean writable)
Define whether the file can be written to in general.
|
void |
FileTypeSetPositionMethod.setPosition(ServiceContext serviceContext,
FileTypeNode node,
UnsignedInteger f_fileHandle,
UnsignedLong f_position) |
void |
FileTypeNodeBase.setPosition(UnsignedInteger f_fileHandle,
UnsignedLong f_position) |
void |
ProvisionableDeviceTypeNodeBase.setRegistrarEndpoints(ApplicationDescription[] f_registrars) |
void |
ProvisionableDeviceTypeSetRegistrarEndpointsMethod.setRegistrarEndpoints(ServiceContext serviceContext,
ProvisionableDeviceTypeNode node,
ApplicationDescription[] f_registrars) |
void |
PublishSubscribeTypeSetSecurityKeysMethod.setSecurityKeys(ServiceContext serviceContext,
PublishSubscribeTypeNode node,
String f_securityGroupId,
String f_securityPolicyUri,
UnsignedInteger f_currentTokenId,
ByteString f_currentKey,
ByteString[] f_futureKeys,
Double f_timeToNextKey,
Double f_keyLifetime) |
void |
PublishSubscribeTypeNodeBase.setSecurityKeys(String f_securityGroupId,
String f_securityPolicyUri,
UnsignedInteger f_currentTokenId,
ByteString f_currentKey,
ByteString[] f_futureKeys,
Double f_timeToNextKey,
Double f_keyLifetime) |
UnsignedInteger |
ServerTypeSetSubscriptionDurableMethod.setSubscriptionDurable(ServiceContext serviceContext,
ServerTypeNode node,
UnsignedInteger f_subscriptionId,
UnsignedInteger f_lifetimeInHours) |
UnsignedInteger |
ServerTypeNodeBase.setSubscriptionDurable(UnsignedInteger f_subscriptionId,
UnsignedInteger f_lifetimeInHours) |
void |
AlarmConditionTypeNodeBase.silence() |
void |
AlarmConditionTypeSilenceMethod.silence(ServiceContext serviceContext,
AlarmConditionTypeNode node) |
void |
ProgramStateMachineTypeNodeBase.start() |
void |
ProgramStateMachineTypeStartMethod.start(ServiceContext serviceContext,
ProgramStateMachineTypeNode node) |
void |
AlarmConditionTypeNodeBase.suppress() |
void |
AlarmConditionTypeSuppressMethod.suppress(ServiceContext serviceContext,
AlarmConditionTypeNode node) |
void |
AlarmConditionTypeNodeBase.suppress2(LocalizedText f_comment) |
void |
AlarmConditionTypeSuppress2Method.suppress2(ServiceContext serviceContext,
AlarmConditionTypeNode node,
LocalizedText f_comment) |
void |
ProgramStateMachineTypeNodeBase.suspend() |
void |
ProgramStateMachineTypeSuspendMethod.suspend(ServiceContext serviceContext,
ProgramStateMachineTypeNode node) |
void |
ShelvedStateMachineTypeNodeBase.timedShelve(Double f_shelvingTime) |
void |
ShelvedStateMachineTypeTimedShelveMethod.timedShelve(ServiceContext serviceContext,
ShelvedStateMachineTypeNode node,
Double f_shelvingTime) |
void |
ShelvedStateMachineTypeNodeBase.timedShelve2(Double f_shelvingTime,
LocalizedText f_comment) |
void |
ShelvedStateMachineTypeTimedShelve2Method.timedShelve2(ServiceContext serviceContext,
ShelvedStateMachineTypeNode node,
Double f_shelvingTime,
LocalizedText f_comment) |
void |
PubSubKeyPushTargetTypeNodeBase.triggerKeyUpdate() |
void |
PubSubKeyPushTargetTypeTriggerKeyUpdateMethod.triggerKeyUpdate(ServiceContext serviceContext,
PubSubKeyPushTargetTypeNode node) |
void |
ShelvedStateMachineTypeNodeBase.unshelve() |
void |
ShelvedStateMachineTypeUnshelveMethod.unshelve(ServiceContext serviceContext,
ShelvedStateMachineTypeNode node) |
void |
ShelvedStateMachineTypeNodeBase.unshelve2(LocalizedText f_comment) |
void |
ShelvedStateMachineTypeUnshelve2Method.unshelve2(ServiceContext serviceContext,
ShelvedStateMachineTypeNode node,
LocalizedText f_comment) |
void |
AlarmConditionTypeNodeBase.unsuppress() |
void |
AlarmConditionTypeUnsuppressMethod.unsuppress(ServiceContext serviceContext,
AlarmConditionTypeNode node) |
void |
AlarmConditionTypeNodeBase.unsuppress2(LocalizedText f_comment) |
void |
AlarmConditionTypeUnsuppress2Method.unsuppress2(ServiceContext serviceContext,
AlarmConditionTypeNode node,
LocalizedText f_comment) |
Boolean |
ServerConfigurationTypeNodeBase.updateCertificate(NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
ByteString f_certificate,
ByteString[] f_issuerCertificates,
String f_privateKeyFormat,
ByteString f_privateKey) |
Boolean |
ServerConfigurationTypeUpdateCertificateMethod.updateCertificate(ServiceContext serviceContext,
ServerConfigurationTypeNode node,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
ByteString f_certificate,
ByteString[] f_issuerCertificates,
String f_privateKeyFormat,
ByteString f_privateKey) |
void |
KeyCredentialConfigurationTypeUpdateCredentialMethod.updateCredential(ServiceContext serviceContext,
KeyCredentialConfigurationTypeNode node,
String f_credentialId,
ByteString f_credentialSecret,
String f_certificateThumbprint,
String f_securityPolicyUri) |
void |
KeyCredentialConfigurationTypeNodeBase.updateCredential(String f_credentialId,
ByteString f_credentialSecret,
String f_certificateThumbprint,
String f_securityPolicyUri) |
protected void |
FileTypeNode.updateOpenCount() |
void |
FileTypeWriteMethod.write(ServiceContext serviceContext,
FileTypeNode node,
UnsignedInteger f_fileHandle,
ByteString f_data) |
void |
FileTypeNode.write(Session session,
Long fileHandle,
byte[] data) |
void |
FileTypeNodeBase.write(UnsignedInteger f_fileHandle,
ByteString f_data) |
Copyright © 2026. All rights reserved.