Click or drag to resize

MemoryAccessChangedEventArgs Class

An event reporting a change in data for a particular address.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Demo3D.NetNotifyDataChangedEventArgs
      Demo3D.PLC.Comms.MemoryMemoryAccessChangedEventArgs

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

The MemoryAccessChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodMemoryAccessChangedEventArgs
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 propertyMemoryAccess
Memory access originally returned when the address was added to the memory service.
Public propertyTimestamp
Update timestamp.
Top
See Also