IRpcMethod Interface

Interface describes an RPC Method

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public interface IRpcMethod

The IRpcMethod type exposes the following members.

Properties

 

Name

Description

IRpcMethod Interface 1:

Comment

Gets the Method comment.

IRpcMethod Interface 2:

InParameters

Gets the In-Parameters of the IRpcMethod

IRpcMethod Interface 3:

IsVoid

Gets a value indicating whether this IRpcMethod has no return parameter

IRpcMethod Interface 4:

Name

Gets the name of the method

IRpcMethod Interface 5:

OutParameters

Gets the Out-Parameters of the IRpcMethod

IRpcMethod Interface 6:

Parameters

Gets all parameters (In, Out and ref parameters) of the .

IRpcMethod Interface 7:

ReturnType

Gets the return type.

IRpcMethod Interface 8:

ReturnTypeSize

Gets the size of the return type in bytes.

Reference

TwinCAT.TypeSystem Namespace