FieldOffsetBitsAttribute Constructor |
Initializes a new instance of the FieldOffsetBitsAttribute class.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic FieldOffsetBitsAttribute(
int offsetBits
)
Parameters
- offsetBits Int32
- The offset into the structure of the field (in bits).
See Also