Uses of Interface
com.prosysopc.ua.UaAddressSpace

Packages that use UaAddressSpace
com.prosysopc.ua Common classes for client and server side. 
com.prosysopc.ua.client Main client side classes of the SDK. 
com.prosysopc.ua.nodes Common UaNode model. 
com.prosysopc.ua.server Main server side classes of the SDK. 
 

Uses of UaAddressSpace in com.prosysopc.ua
 

Methods in com.prosysopc.ua that return UaAddressSpace
abstract  UaAddressSpace UaApplication.getAddressSpace()
           
 

Constructors in com.prosysopc.ua with parameters of type UaAddressSpace
DataTypeConverter(UaAddressSpace addressSpace)
          Creates a new DataTypeConverter, using a given NodeMap that is used to look up the UaDataType nodes that are used.
 

Uses of UaAddressSpace in com.prosysopc.ua.client
 

Classes in com.prosysopc.ua.client that implement UaAddressSpace
 class AddressSpace
          OPC UA Address Space.
 

Uses of UaAddressSpace in com.prosysopc.ua.nodes
 

Methods in com.prosysopc.ua.nodes that return UaAddressSpace
 UaAddressSpace UaNode.getAddressSpace()
          Returns the (@link UaAddressSpace) of the (@link UaNode).
 

Uses of UaAddressSpace in com.prosysopc.ua.server
 

Classes in com.prosysopc.ua.server that implement UaAddressSpace
 class NodeManagerTable
          A collection of node managers, used in an UA Server.
 



Copyright © 2018. All rights reserved.