Click or drag to resize

AddressAreaOverlappingOrContiguous(Int64, Int64) Method

Determines whether the specified addressable area either overlaps at any point or is contiguous with the current addressable area.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public bool OverlappingOrContiguous(
	long fromBits,
	long toBits
)

Parameters

fromBits  Int64
The start bit address of the address to compare.
toBits  Int64
The number of bits in the address to compare.

Return Value

Boolean
True if the specified addressable area either overlaps at any point or is contiguous with the current addressable area.
See Also