RpcMethod.ReturnTypeSize Property

Gets the Byte size of the return type.

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

Syntax

C#

public int ReturnTypeSize { get; }

VB

Public ReadOnly Property ReturnTypeSize As Integer
    Get

Property Value

Type: Int32
The size of the return type.

Implements

IRpcMethod.ReturnTypeSize

Reference

RpcMethod Class

TwinCAT.Ads.TypeSystem Namespace