VeriStand .NET API Reference

ReflectiveMemory.InterruptDataConstant Property

Gets whether the data included in the interrupt packet is a constant value.

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 InterruptDataConstant As Boolean
C#
public virtual bool InterruptDataConstant { get; }
Visual C++
public:
virtual property bool InterruptDataConstant {
	bool get ();
}

Property Value

true (True in Visual Basic) if the interrupt signal has a constant 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