VeriStand .NET API Reference

ReflectiveMemory.InterruptType Property

Gets the type of interrupt the reflective memory device generates.

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 InterruptType As UShort
C#
public virtual ushort InterruptType { get; }
Visual C++
public:
virtual property unsigned short InterruptType {
	unsigned short get ();
}

Property Value

An integer representing the interrupt type.

Remarks

This property can return the following values:
ValueInterrupt Type
0 Link Reset Interrupt
1 Network Interrupt 1
2 Network Interrupt 2
3 Network Interrupt 3
4 Network Initialization Interrupt

See Also

Log in to get a better experience