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: 15.0.2.11458
Syntax
C#
public AddressArea GetWordAligned(
	int wordBits
)

Parameters

wordBits
Type: SystemInt32
The number of bits in a word.

Return Value

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