Click or drag to resize

FieldSizeBitsAttribute Constructor

Initializes a new instance of the FieldSizeBitsAttribute class.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public FieldSizeBitsAttribute(
	int sizeBits
)

Parameters

sizeBits
Type: SystemInt32
The size of the field (in bits).
See Also