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

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

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

Method parameters in org.opcfoundation.ua.core with type arguments of type CallRequest
 void MethodServiceSetHandler.onCall(EndpointServiceRequest<CallRequest,CallResponse> req)
           
 

Uses of CallRequest in org.opcfoundation.ua.transport
 

Methods in org.opcfoundation.ua.transport with parameters of type CallRequest
 CallResponse ChannelService.Call(CallRequest req)
          Synchronous Call service request.
 AsyncResult ChannelService.CallAsync(CallRequest req)
          Asynchronous Call service request.
 



Copyright © 2018. All rights reserved.