ReflectiveMemory.InterruptType Property
- Updated2023-02-21
- 2 minute(s) read
Gets the type of interrupt the reflective memory device generates.
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 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:
| Value | Interrupt Type |
|---|---|
| 0 | Link Reset Interrupt |
| 1 | Network Interrupt 1 |
| 2 | Network Interrupt 2 |
| 3 | Network Interrupt 3 |
| 4 | Network Initialization Interrupt |