Click or drag to resize

FieldOffsetBitsAttribute Class

Specifies the offset into a structure of a field (in bits).
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.PLC.CommsFieldOffsetBitsAttribute

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

The FieldOffsetBitsAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFieldOffsetBitsAttribute
Initializes a new instance of the FieldOffsetBitsAttribute class.
Top
Properties
  NameDescription
Public propertyOffsetBits
The offset into the structure of the field (in bits).
Top
See Also