Click or drag to resize

ExampleMemoryServerWrite Method

Write data into server memory.

Namespace: Demo3D.PLC.Comms.Builtin
Assembly: PLC (in PLC.dll) Version: 19.01.00
Syntax
C#
public 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