IAdsRpcInvoke Interface
Interface IAdsRpcInvoke
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public interface IAdsRpcInvoke
Methods
|
Name |
Description |
---|---|---|
|
InvokeRpcMethodAsync(String, String, .Object., CancellationToken) |
Invokes the specified RPC Method asynchronously |
|
Invokes the specified RPC Method asynchronously | |
|
Invokes the specified RPC Method asynchronously | |
|
Invokes the specified RPC Method | |
|
TryInvokeRpcMethod(String, String, .Object., .Object.., Object.) |
Invokes the specified RPC Method |
|
Invokes the rpc method. | |
|
Invokes the rpc method. |
Remarks
This interface is used to invoke ADS RPC Method calls. This can be done 'symbolic' via the Method name or the MethodID of the method on the specified symbol. To activate the RPC Access within the PLC environment, its dataType (Structure, FB) must be marked with the PlcAttribute 'TcRpcEnable' to enable RpcMethods.