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