Click or drag to resize

ExampleMemoryServerGetMemoryBank Method

Some memory from the server.

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

Parameters

addressBank
Type: SystemInt32
The address bank id.

Return Value

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