Click or drag to resize

AddressArea(Int64, Int64) Constructor

Constructs an addressable area within an address space.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public AddressArea(
	long bitAddress,
	long numBits
)

Parameters

bitAddress  Int64
The absolute address in the address space (in bits).
numBits  Int64
The length of this address range (in bits).
See Also