Click or drag to resize

IMemoryServiceGetAddress Method

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

Namespace:  Demo3D.PLC.Comms.Memory
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
MemoryAccess GetAddress(
	IAddress address,
	AccessParameters accessParams,
	Object? userState = null
)

Parameters

address
Type: Demo3D.PLC.CommsIAddress
Address to access.
accessParams
Type: Demo3D.PLC.CommsAccessParameters
Requested access.
userState (Optional)
Type: SystemObject
Private user data.

Return Value

Type: MemoryAccess
An object for accessing the memory in the peer.
Remarks
Protocol need not be running.
See Also