AddressAreaOverlappingOrContiguous Method (Int64, Int64) |
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: 15.0.2.11458
Syntaxpublic bool OverlappingOrContiguous(
long fromBits,
long toBits
)
Parameters
- fromBits
- Type: SystemInt64
The start bit address of the address to compare. - toBits
- Type: SystemInt64
The number of bits in the address to compare.
Return Value
Type:
BooleanTrue if the specified addressable area either overlaps at any point or is contiguous with the current addressable area.
See Also