Uses of Class
com.prosysopc.ua.types.opcua.server.FileTypeNode

Packages that use FileTypeNode
com.prosysopc.ua.types.opcua.server   
 

Uses of FileTypeNode in com.prosysopc.ua.types.opcua.server
 

Subclasses of FileTypeNode in com.prosysopc.ua.types.opcua.server
 class AddressSpaceFileTypeNode
          A file used to store a namespace exported from the server.
 class AddressSpaceFileTypeNodeBase
          A file used to store a namespace exported from the server.
 class TrustListTypeNode
          Generated on 2018-05-09 10:46:24
 class TrustListTypeNodeBase
          Generated on 2018-05-09 10:46:24
 

Methods in com.prosysopc.ua.types.opcua.server that return types with arguments of type FileTypeNode
static GeneratedNodeInitializer<FileTypeNode> FileTypeNodeBase.getFileTypeNodeInitializer()
           
 

Methods in com.prosysopc.ua.types.opcua.server with parameters of type FileTypeNode
 void FileTypeCloseMethod.close(ServiceContext serviceContext, FileTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
 org.opcfoundation.ua.builtintypes.UnsignedLong FileTypeGetPositionMethod.getPosition(ServiceContext serviceContext, FileTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger FileTypeOpenMethod.open(ServiceContext serviceContext, FileTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedByte mode)
           
 org.opcfoundation.ua.builtintypes.ByteString FileTypeReadMethod.read(ServiceContext serviceContext, FileTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, Integer length)
           
 void FileTypeSetPositionMethod.setPosition(ServiceContext serviceContext, FileTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, org.opcfoundation.ua.builtintypes.UnsignedLong position)
           
 void FileTypeWriteMethod.write(ServiceContext serviceContext, FileTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, org.opcfoundation.ua.builtintypes.ByteString data)
           
 

Method parameters in com.prosysopc.ua.types.opcua.server with type arguments of type FileTypeNode
static void FileTypeNodeBase.setFileTypeNodeInitializer(GeneratedNodeInitializer<FileTypeNode> fileTypeNodeInitializerNewValue)
           
 



Copyright © 2018. All rights reserved.