Click or drag to resize

ExampleMemoryServerGetMemoryBank Method

Some memory from the server.

Namespace: Demo3D.PLC.Comms.Builtin
Assembly: PLC (in PLC.dll) Version: 19.01.00
Syntax
C#
protected virtual byte[]? GetMemoryBank(
	int addressBank
)

Parameters

addressBank  Int32
The address bank id.

Return Value

Byte
Array of data representing memory in the server.
See Also