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

ITcAdsRpcInvoke Interface 1:

InvokeRpcMethod(String, Int32, .Object.)

Invokes the specified RPC Method

ITcAdsRpcInvoke Interface 2:

InvokeRpcMethod(String, String, .Object.)

Invokes the specified RPC Method

ITcAdsRpcInvoke Interface 3:

InvokeRpcMethod(ITcAdsSymbol, Int32, .Object.)

Invokes the specified RPC Method

ITcAdsRpcInvoke Interface 4:

InvokeRpcMethod(ITcAdsSymbol, String, .Object.)

Invokes the specified RPC Method.

ITcAdsRpcInvoke Interface 5:

TryInvokeRpcMethod(String, Int32, .Object., Object.)

Invokes the specified RPC Method

ITcAdsRpcInvoke Interface 6:

TryInvokeRpcMethod(String, String, .Object., Object.)

Invokes the specified RPC Method

ITcAdsRpcInvoke Interface 7:

TryInvokeRpcMethod(ITcAdsSymbol, Int32, .Object., Object.)

Invokes the specified RPC Method

ITcAdsRpcInvoke Interface 8:

TryInvokeRpcMethod(ITcAdsSymbol, String, .Object., Object.)

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.

Reference

TwinCAT.Ads Namespace