Click or drag to resize

AddressAreaGetWordAligned Method

Return the smallest word-aligned addressable area that contains this addressable area.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public AddressArea GetWordAligned(
	int wordBits
)

Parameters

wordBits  Int32
The number of bits in a word.

Return Value

AddressArea
The smallest word-aligned addressable area that contains this addressable area.
See Also