Click or drag to resize

MemoryAddressChangedEventArgs Class

An event reporting a change in data for a particular address.
Inheritance Hierarchy

Namespace:  Demo3D.PLC.Comms.Memory
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public class MemoryAddressChangedEventArgs : NotifyDataChangedEventArgs

The MemoryAddressChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodMemoryAddressChangedEventArgs
Constructs a MemoryAccessChangedEventArgs.
Top
Properties
  NameDescription
Public propertyAffectedArea
The memory address of the area that's changed.
Public propertyBuffer
The memory buffer containing the new data (for the entire access, not just the affected area).
Public propertyMemoryAddress
Memory access originally returned when the address was added to the memory service.
Public propertySignal
The associated trackable object.
Public propertyTimestamp
Update timestamp.
Top
See Also