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

IRpcCallableInstance Interface 1:

RpcMethods

Gets the Method descriptions for the IRpcCallableType

Methods

 

Name

Description

IRpcCallableInstance Interface 2:

IRpcCallableInstance Interface 3:

InvokeRpcMethod

Invokes the specified method.

IRpcCallableInstance Interface 4:

TryInvokeRpcMethod(String, .Object., Object.)

Tries to invoke the specified method.

IRpcCallableInstance Interface 5:

TryInvokeRpcMethod(IRpcMethod, .Object., Object.)

Tries to invoke the specified method.

Reference

TwinCAT.TypeSystem Namespace