ExampleMemoryServerGetMemoryBank Method |
Some memory from the server.
Namespace: Demo3D.PLC.Comms.BuiltinAssembly: PLC (in PLC.dll) Version: 19.01.00
Syntaxprotected virtual byte[]? GetMemoryBank(
int addressBank
)
Parameters
- addressBank Int32
- The address bank id.
Return Value
ByteArray of data representing memory in the server.
See Also