AddressAreaOverlaps Method (Int64, Int64) |
Determines whether the specified addressable area overlap the current addressable area at any point.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic bool Overlaps(
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 areas overlap the current addressable area at any point.
See Also