VeriStand .NET API Reference

ReflectiveMemory.InterruptChannelData Property

Gets the channel that provides the data included in the interrupt packet.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: 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.

See Also

Log in to get a better experience