ITcAdsRpcInvoke Interface
Interface ITcAdsRpcInvoke
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public interface ITcAdsRpcInvoke
VB
Public Interface ITcAdsRpcInvoke
Methods
|
Name |
Description |
---|---|---|
|
Invokes the specified RPC Method | |
|
Invokes the specified RPC Method | |
|
Invokes the specified RPC Method | |
|
Invokes the specified RPC Method. | |
|
Invokes the specified RPC Method | |
|
Invokes the specified RPC Method | |
|
Invokes the specified RPC Method | |
|
Invokes the specified 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.