MemoryAccessChangedEventArgs Class |
Namespace: Demo3D.PLC.Comms.Memory
public class MemoryAccessChangedEventArgs : NotifyDataChangedEventArgs
The MemoryAccessChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| MemoryAccessChangedEventArgs |
Constructs a MemoryAccessChangedEventArgs.
|
| Name | Description | |
|---|---|---|
| AffectedArea |
The memory address of the area that's changed.
| |
| Buffer |
The memory buffer containing the new data (for the entire access, not just the affected area).
| |
| MemoryAccess |
Memory access originally returned when the address was added to the memory service.
| |
| Signal |
The associated trackable object.
| |
| Timestamp |
Update timestamp.
|