IRpcCallableInstance Interface

Interface for an RPC callable PLC Method (Remote procedure call)

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public interface IRpcCallableInstance

VB

Public Interface IRpcCallableInstance

The IRpcCallableInstance type exposes the following members.

Properties

 

Name

Description

RpcMethods

Gets the Method descriptions for the IRpcCallableType

Methods

 

Name

Description

InvokeRpcMethod

Invokes the specified method.

TryInvokeRpcMethod(String, .Object., Object.)

Tries to invoke the specified method.

TryInvokeRpcMethod(IRpcMethod, .Object., Object.)

Tries to invoke the specified method.

Reference

TwinCAT.TypeSystem Namespace