Versions Compared

Key

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

Get an interface’s small transmit buffers’ statistics pool.

Files

net_buf.h/net_buf.c

Prototype

Code Block

          NET_STAT_POOL NetBuf_TxSmallPoolStatGet(NET_IF_NBR if_nbr);

Arguments

if_nbr

Interface number to get Network Buffer statistics.

Returned Value

Small transmit buffers’ statistics pool, if no errors.

NULL statistics pool, otherwise.

Required Configuration

None.

Notes / Warnings

None.