ExampleMemoryServerWrite Method |
Write data into server memory.
Namespace: Demo3D.PLC.Comms.BuiltinAssembly: PLC (in PLC.dll) Version: 19.01.00
Syntaxpublic void Write(
in BufferSegment buffer,
int addressBank,
long startBit,
long lengthBits
)
Parameters
- buffer BufferSegment
- The buffer containing the data to write.
- addressBank Int32
- The address bank to access.
- startBit Int64
- The start memory address (in bits).
- lengthBits Int64
- The amount of data to write (in bits).
See Also