Click or drag to resize

FieldOffsetBitsAttribute Constructor

Initializes a new instance of the FieldOffsetBitsAttribute class.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public FieldOffsetBitsAttribute(
	int offsetBits
)

Parameters

offsetBits  Int32
The offset into the structure of the field (in bits).
See Also