Uses of Class
org.opcfoundation.ua.core.WriteValue

Packages that use WriteValue
org.opcfoundation.ua.core All the code in this package are codegenerated. 
org.opcfoundation.ua.transport This package contains SecureChannel and related interfaces 
 

Uses of WriteValue in org.opcfoundation.ua.core
 

Fields in org.opcfoundation.ua.core declared as WriteValue
protected  WriteValue[] WriteRequest.NodesToWrite
           
 

Methods in org.opcfoundation.ua.core that return WriteValue
 WriteValue WriteValue.clone()
          Deep clone
 WriteValue[] WriteRequest.getNodesToWrite()
           
 

Methods in org.opcfoundation.ua.core with parameters of type WriteValue
 void WriteRequest.setNodesToWrite(WriteValue[] NodesToWrite)
           
static ServiceResult WriteValue.validate(WriteValue value)
           
 

Constructors in org.opcfoundation.ua.core with parameters of type WriteValue
WriteRequest(RequestHeader RequestHeader, WriteValue[] NodesToWrite)
           
 

Uses of WriteValue in org.opcfoundation.ua.transport
 

Methods in org.opcfoundation.ua.transport with parameters of type WriteValue
 WriteResponse ChannelService.Write(RequestHeader RequestHeader, WriteValue... NodesToWrite)
          Synchronous Write service request.
 AsyncResult ChannelService.WriteAsync(RequestHeader RequestHeader, WriteValue... NodesToWrite)
          Asynchronous Write service request.
 



Copyright © 2018. All rights reserved.