AddressArea Constructor (Int64, Int64) |
Constructs an addressable area within an address space.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic AddressArea(
long bitAddress,
long numBits
)
Parameters
- bitAddress
- Type: SystemInt64
The absolute address in the address space (in bits). - numBits
- Type: SystemInt64
The length of this address range (in bits).
See Also