Click or drag to resize

MemoryAccessChangedEventArgs Constructor

Constructs a MemoryAccessChangedEventArgs.

Namespace:  Demo3D.PLC.Comms.Memory
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public MemoryAccessChangedEventArgs(
	MemoryAccess memoryAccess,
	AddressArea affectedArea,
	Buffer buffer,
	DateTime timestamp = default,
	Signal? signal = null
)

Parameters

memoryAccess
Type: Demo3D.PLC.Comms.MemoryMemoryAccess
The MemoryAccess that's raising the event.
affectedArea
Type: Demo3D.PLC.CommsAddressArea
The memory address of the affected area.
buffer
Type: Demo3D.IOBuffer
A buffer containing the new data (for the entire access, not just the affected area).
timestamp (Optional)
Type: SystemDateTime
Update timestamp (or default).
signal (Optional)
Type: Demo3D.IOSignal
Associated trackable object (or null).
See Also