UInt32Ptr.Add Method

Adds an offset to the pointer.

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

Syntax

C#

public static UInt32Ptr Add(
    UInt32Ptr pointer,
    int offset
)

Parameters

pointer

Type: TwinCAT.TypeSystem.UInt32Ptr
The pointer.

offset

Type: System.Int32
The offset.

Return Value

Type: UInt32Ptr
UInt32Ptr.

Reference

UInt32Ptr Structure

TwinCAT.TypeSystem Namespace