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

InvokeRpcMethod(String, Int32, .Object.)

Invokes the specified RPC Method

InvokeRpcMethod(String, String, .Object.)

Invokes the specified RPC Method

InvokeRpcMethod(ITcAdsSymbol, Int32, .Object.)

Invokes the specified RPC Method

InvokeRpcMethod(ITcAdsSymbol, String, .Object.)

Invokes the specified RPC Method.

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

Invokes the specified RPC Method

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

Invokes the specified RPC Method

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

Invokes the specified RPC Method

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