RpcMethodParameter.LengthIsParameterIndex Property

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

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

Syntax

C#

public int LengthIsParameterIndex { get; }

Property Value

Type: Int32
The index of the length is parameter.

Implements

IRpcMethodParameter.LengthIsParameterIndex

Remarks

This field references to the Parameter that defines the length for this generic one. Equally to the marshalling attributes of COM (sizeof, length) this enables to transport parameter of type (PVOID)

Reference

RpcMethodParameter Class

TwinCAT.Ads.TypeSystem Namespace