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