Click or drag to resize

MemoryAccessChangedEventArgs Constructor

Constructs a MemoryAccessChangedEventArgs.

Namespace:  Demo3D.PLC.Comms.Memory
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public MemoryAccessChangedEventArgs(
	MemoryAccess memoryAccess,
	AddressArea affectedArea,
	 in BufferSegment buffer,
	DateTime timestamp = default
)

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.IOBufferSegment
A buffer containing the new data (for the entire access, not just the affected area).
timestamp (Optional)
Type: SystemDateTime
Update timestamp (or default).
See Also