1.2.5.2.28 TCPIP_MAC_PACKET_ACK_FUNC Type

C

typedef bool (* TCPIP_MAC_PACKET_ACK_FUNC)(TCPIP_MAC_PACKET* pkt, const void* param);

Description

MAC Acknowledge Function.

This is the prototype of the function that the MAC calls once the TX/RX packet processing is done.

Returns

  • True - If the packet needs the queuing flags removed (it is not deleted and still in use).

  • False - If the packet does not need the queuing flags removed (either no longer exists or the flags updated).

Remarks

None.