MemoryAddressChangedEventArgs Constructor |
Constructs a MemoryAccessChangedEventArgs.
Namespace:
Demo3D.PLC.Comms.Memory
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic MemoryAddressChangedEventArgs(
MemoryAddress memoryAddress,
AddressArea affectedArea,
Buffer buffer,
DateTime timestamp = default,
Signal? signal = null
)
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.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