VeriStand .NET API Reference

ReflectiveMemory.InterruptConstantData Property

Gets the constant value that is 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 InterruptConstantData As UInteger
C#
public virtual uint InterruptConstantData { get; }
Visual C++
public:
virtual property unsigned int InterruptConstantData {
	unsigned int get ();
}

Property Value

The interrupt signal 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