Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Receiving Packets on a Network Device

Anchor10417311041731NetDev_Rx() is called by μCμC/TCP-IP’s IP’s Receive task after the Interrupt Service Routine handler has signaled to the Receive task that a receive event has occurred. NetDev_Rx() requires that the device driver return a pointer to the data area containing the received data and return the size of the received frame via pointer.anchor

10417321041732NetDev_Rx() should perform the following actions:

...