RtnNotifyRecv

RtnNotifyRecv is used to notify the stack that data has been received.

Declaration

void RtnNotifyRecv(
    void *ndptr,
    unsigned long recvCount
);

Parameters

ndptr

Pointer to a network device.

recvCount

Number of packets received since the function was last called.

Return Value

None.

Remarks

Occasionally, this function notifies more packets than it receives. This is acceptable.

Requirements

Minimum Supported Version RTX64 2013
Header rtnapi.h
Library RtTcpip.lib