IMemoryServiceGetAddresses Method |
Get access to an address in the memory of a peer.
Namespace: Demo3D.PLC.Comms.MemoryAssembly: PLC (in PLC.dll) Version: 19.00.00
SyntaxIReadOnlyList<MemoryAccess> GetAddresses(
IReadOnlyList<MemoryRequest> addresses,
Object? userState = null
)
Parameters
- addresses IReadOnlyListMemoryRequest
- Addresses to access.
- userState Object (Optional)
- Private user data.
Return Value
IReadOnlyListMemoryAccessAn 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