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

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

Fields in org.opcfoundation.ua.core declared as CallMethodRequest
protected  CallMethodRequest[] CallRequest.MethodsToCall
           
 

Methods in org.opcfoundation.ua.core that return CallMethodRequest
 CallMethodRequest CallMethodRequest.clone()
          Deep clone
 CallMethodRequest[] CallRequest.getMethodsToCall()
           
 

Methods in org.opcfoundation.ua.core with parameters of type CallMethodRequest
 void CallRequest.setMethodsToCall(CallMethodRequest[] MethodsToCall)
           
 

Constructors in org.opcfoundation.ua.core with parameters of type CallMethodRequest
CallRequest(RequestHeader RequestHeader, CallMethodRequest[] MethodsToCall)
           
 

Uses of CallMethodRequest in org.opcfoundation.ua.transport
 

Methods in org.opcfoundation.ua.transport with parameters of type CallMethodRequest
 CallResponse ChannelService.Call(RequestHeader RequestHeader, CallMethodRequest... MethodsToCall)
          Synchronous Call service request.
 AsyncResult ChannelService.CallAsync(RequestHeader RequestHeader, CallMethodRequest... MethodsToCall)
          Asynchronous Call service request.
 



Copyright © 2018. All rights reserved.