IMemoryServiceGetAddress Method |
Get access to an address in the memory of a peer.
Namespace:
Demo3D.PLC.Comms.Memory
Assembly:
PLC (in PLC.dll) Version: 14.0.0.10531
SyntaxMemoryAccess 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:
MemoryAccessAn object for accessing the memory in the peer.
RemarksProtocol need not be running.
See Also