Click or drag to resize

FieldSizeBitsAttribute Class

Specifies the size of a field (in bits).
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.PLC.CommsFieldSizeBitsAttribute

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public sealed class FieldSizeBitsAttribute : Attribute

The FieldSizeBitsAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFieldSizeBitsAttribute
Initializes a new instance of the FieldSizeBitsAttribute class.
Top
Properties
  NameDescription
Public propertySizeBits
The size of the field (in bits).
Top
See Also