VeriStand .NET API Reference

ReflectiveMemory.EnableInterrupt Method

NameDescription
EnableInterrupt(ReflectiveMemoryInterruptType, BaseNode) Enables interrupts of the type you specify and assigns the interrupt signal the value of the specified interruptChannel. This method sends the interrupts to all nodes on the reflective memory network.
EnableInterrupt(ReflectiveMemoryInterruptType, UInt32) Enables interrupts of the type you specify and assigns the interrupt signal the specified interruptConstantValue. This method sends the interrupts to all nodes on the reflective memory network.
EnableInterrupt(UInt16, ReflectiveMemoryInterruptType, BaseNode) Enables interrupts of the type you specify for the interruptTargetNode you specify, and assigns the interrupt signal the value of the interruptChannel.
EnableInterrupt(UInt16, ReflectiveMemoryInterruptType, UInt32) Enables interrupts of the type you specify for the interruptTargetNode you specify, and assigns the interrupt signal the specified interruptConstantValue.

See Also

Log in to get a better experience