Table of Contents

OpcDataTypeMemberOffsetAttribute Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcDataTypeMemberOffsetAttribute type exposes the following members.

Constructors

OpcDataTypeMemberOffsetAttribute(Int32)

Initializes a new instance of the OpcDataTypeMemberOffsetAttribute class using the offset value specified.

C#

public OpcDataTypeMemberOffsetAttribute(int offset)


Parameters

offset Int32

The position of the first byte which introduces the data of the member.


Exceptions

ArgumentOutOfRangeException

The offset is less zero.

Properties

Offset

Gets the position of the first byte which introduces the data of the member.

C#

public int Offset { get; }


Property Value

Int32

A value which is greater or equals zero which identifies the zero-based position of the start-byte which introduces the data of the member to that this attribute belongs to.