RpcMethodParameter Constructor (String, IDataType, MethodParamFlags, Int32, String)

Initializes a new instance of the RpcMethodParameter class.

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

Syntax

C#

public RpcMethodParameter(
    string name,
    IDataType type,
    MethodParamFlags flags,
    int lengthIsIndex,
    string? comment
)

Parameters

name

Type: System.String
The name.

type

Type: TwinCAT.TypeSystem.IDataType
The type.

flags

Type: TwinCAT.TypeSystem.MethodParamFlags
The flags.

lengthIsIndex

Type: System.Int32
Index of the length is.

comment

Type: System.String
The comment.

Reference

RpcMethodParameter Class

RpcMethodParameter Overload

TwinCAT.Ads.TypeSystem Namespace