ReflectiveMemory.InterruptChannelData Property
- Updated2023-02-21
- 2 minute(s) read
Gets the channel that provides the data included in the interrupt packet.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property InterruptChannelData As BaseNode |
| C# |
|---|
public virtual BaseNode InterruptChannelData { get; } |
| Visual C++ |
|---|
public: virtual property BaseNode^ InterruptChannelData { BaseNode^ get (); } |
Property Value
A BaseNode reference to the channel providing the interrupt value.
Remarks
All interrupts are sent in packets that contain the node ID of the sender, the node ID of the receiver, the type of the interrupt, and 32 bits of data you define.