ReflectiveMemory.InterruptConstantData Property
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Gets the constant value that is the data included in the interrupt packet.
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 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.