Click or drag to resize
Interrupt Enumeration
The different kinds of interrupts that can be caused by a Network Interface Card.

Namespace: Network.Sim.Lan
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum Interrupt
Members
  Member nameValueDescription
DataReceived0 The interrupt that is caused when the NIC has received a frame.
SendFifoEmpty1 The interrupt that is caused when the NIC's output FIFO has been emptied.
See Also