AddressAreaGetWordAligned Method |
Return the smallest word-aligned addressable area that contains this addressable area.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic AddressArea GetWordAligned(
int wordBits
)
Parameters
- wordBits
- Type: SystemInt32
The number of bits in a word.
Return Value
Type:
AddressAreaThe smallest word-aligned addressable area that contains this addressable area.
See Also