Click or drag to resize

IMemoryServiceGetAddresses Method

Get access to an address in the memory of a peer.

Namespace: Demo3D.PLC.Comms.Memory
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
IReadOnlyList<MemoryAccess> GetAddresses(
	IReadOnlyList<MemoryRequest> addresses,
	Object? userState = null
)

Parameters

addresses  IReadOnlyListMemoryRequest
Addresses to access.
userState  Object  (Optional)
Private user data.

Return Value

IReadOnlyListMemoryAccess
An list of objects for accessing the memory in the peer.
Remarks

Protocol need not be running.

Failures are reported in Error, and an exception is thrown.

See Also