MemoryAddressChangedEventArgs Constructor |
Constructs a MemoryAccessChangedEventArgs.
Namespace:
Demo3D.PLC.Comms.Memory
Assembly:
PLC (in PLC.dll) Version: 18.04.00
Syntaxpublic MemoryAddressChangedEventArgs(
MemoryAddress memoryAddress,
AddressArea affectedArea,
in BufferSegment buffer,
DateTime timestamp = default
)
Parameters
- memoryAddress
- Type: Demo3D.PLC.CommsMemoryAddress
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