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.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic 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
BooleanTrue if the specified addressable area either overlaps at any point or is contiguous with the current addressable area.
See Also