NIC Driver (RTND) API Reference

This section includes information about the functions and data types that a NIC Driver must support to be used by the wRTOS Network Link Layer (NL2).

The NIC drivers are implemented as RTDLL modules that the NL2 loads at startup. To interact with the NL2, a NIC driver must export the RTND functions called by the NL2. Additionally, the NIC drivers can call the callback functions provided by the NL2.

Note: Network functionality was rearchitected for wRTOS 1.0. Network functions in RTX64 4.x and previous versions are not compatible with wRTOS 1.0.

Topics: