Click or drag to resize

AddressAreaShift Method

Return a new addressable area that's shifted by shiftBits bits.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public AddressArea Shift(
	long shiftBits
)

Parameters

shiftBits
Type: SystemInt64
Number of bits to shift.

Return Value

Type: AddressArea
A new addressable area that's shifted by shiftBits bits.
See Also