Click or drag to resize

MemoryRequest Class

Get access to an address in the memory of a peer.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.MemoryMemoryRequest

Namespace: Demo3D.PLC.Comms.Memory
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public class MemoryRequest

The MemoryRequest type exposes the following members.

Constructors
 NameDescription
Public methodMemoryRequest Get access to an address in the memory of a peer.
Top
Properties
 NameDescription
Public propertyAccessParams Requested access.
Public propertyAddress Address to access
Public propertyError If GetAddresses(IReadOnlyListMemoryRequest, Object) fails then this property will be populated for each request that fails.
Top
See Also