IRpcMethodParameter Interface

Interface IRpcMethodParameter

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

Syntax

C#

public interface IRpcMethodParameter

The IRpcMethodParameter type exposes the following members.

Properties

 

Name

Description

IRpcMethodParameter Interface 1:

HasLengthIsParameter

Gets a value indicating whether this instance has a related LengthIs Parameter.

IRpcMethodParameter Interface 2:

IsInput

Gets a value indicating whether this instance is input.

IRpcMethodParameter Interface 3:

IsOutput

Gets a value indicating whether this instance is output.

IRpcMethodParameter Interface 4:

LengthIsParameterIndex

Gets the index of the LengthIs parameter (within the MethodParameter List)

IRpcMethodParameter Interface 5:

Name

Gets the Parameter Name

IRpcMethodParameter Interface 6:

ParameterFlags

Gets the parameter flags.

IRpcMethodParameter Interface 7:

Size

Gets the size of the IRpcMethodParameter

IRpcMethodParameter Interface 8:

TypeName

Gets the Data type of the Parameter

Reference

TwinCAT.TypeSystem Namespace