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: 15.0.2.11458
Syntax
C#
public FieldOffsetBitsAttribute(
	int offsetBits
)

Parameters

offsetBits
Type: SystemInt32
The offset into the structure of the field (in bits).
See Also