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

Packages that use ReadRequest
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 ReadRequest in org.opcfoundation.ua.core
 

Methods in org.opcfoundation.ua.core that return ReadRequest
 ReadRequest ReadRequest.clone()
          Deep clone
 

Method parameters in org.opcfoundation.ua.core with type arguments of type ReadRequest
 void AttributeServiceSetHandler.onRead(EndpointServiceRequest<ReadRequest,ReadResponse> req)
           
 

Uses of ReadRequest in org.opcfoundation.ua.transport
 

Methods in org.opcfoundation.ua.transport with parameters of type ReadRequest
 ReadResponse ChannelService.Read(ReadRequest req)
          Synchronous Read service request.
 AsyncResult ChannelService.ReadAsync(ReadRequest req)
          Asynchronous Read service request.
 



Copyright © 2018. All rights reserved.