Click or drag to resize

ExampleMemoryServerRead Method

Read data from server memory.

Namespace: Demo3D.PLC.Comms.Builtin
Assembly: PLC (in PLC.dll) Version: 19.01.00
Syntax
C#
public void Read(
	 in BufferSegment buffer,
	int addressBank,
	long startBit,
	long lengthBits
)

Parameters

buffer  BufferSegment
The buffer to place the data in.
addressBank  Int32
The address bank to access.
startBit  Int64
The start memory address (in bits).
lengthBits  Int64
The amount of data to read (in bits).
See Also