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

Comment

Gets the Method comment.

IsVoid

Gets a value indicating whether this IRpcMethod has no return parameter

Name

Gets the name of the method

Parameters

Gets the Method parameter descriptions.

ReturnType

Gets the return type.

ReturnTypeSize

Gets the size of the return type in bytes.

Reference

TwinCAT.TypeSystem Namespace