RtnTransmitCompleteCallback

The driver must call RtnTransmitCompleteCallback for every frame, transmitted by RtndTransmitEx.

Syntax

BOOL RtnTransmitCompleteCallback(
    PRTNAL_FRAME pFrame
);

Parameters

pFrame

A pointer to a NAL frame transmitted by RtNalTransmitEx.

Return Value

Returns TRUE when pFrame is not NULL.

Remarks

If the driver implements RtndTransmitEx, it must call this API from RtndServiceTransmitQueue and its own transmit complete thread. The driver must set

pFrame->fpCallBack to NULL, before calling RtnTransmitCompleteCallback from its own transmit complete thread.

The driver does not need to call RtnTransmitCompleteCallback if it does not implement RtndTransmitEx.

Requirements

Minimum Supported Version RTX64 4.0
Header RtNalApi.h
Library RTX64Nal.lib

See Also:

Transmitting Packets by the NIC Driver

RtndTransmitEx

RtNalTransmitEx

RtnServiceTransmitQueue

RtnTransmitCompleteCallback