ExampleMemoryServerWrite Method |
Write data into server memory.
Namespace:
Demo3D.PLC.Comms.Builtin
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic void Write(
Buffer buffer,
int addressBank,
long startBit,
long lengthBits
)
Parameters
- buffer
- Type: Demo3D.IOBuffer
The buffer containing the data to write. - 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 write (in bits).
See Also