IRpcMethod Interface

Interface describes an RPC Method

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

Syntax

C#

public interface IRpcMethod

VB

Public Interface IRpcMethod

The IRpcMethod type exposes the following members.

Properties

 

Name

Description

IRpcMethod Interface 1:

Comment

Gets the Method comment.

IRpcMethod Interface 2:

IsVoid

Gets a value indicating whether this IRpcMethod has no return parameter

IRpcMethod Interface 3:

Name

Gets the name of the method

IRpcMethod Interface 4:

Parameters

Gets the Method parameter descriptions.

IRpcMethod Interface 5:

ReturnType

Gets the return type.

IRpcMethod Interface 6:

ReturnTypeSize

Gets the size of the return type in bytes.

Reference

TwinCAT.TypeSystem Namespace