Click or drag to resize

ExampleMemoryServerRead Method

Read data from server memory.

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

Parameters

buffer
Type: Demo3D.IOBuffer
The buffer to place the data in.
addressBank
Type: SystemInt32
The address bank to access.
startBit
Type: SystemInt64
The start memory address (in bits).
lengthBits
Type: SystemInt64
The amount of data to read (in bits).
See Also