Function otPlatMessagePoolNumFreeBuffers

Source
pub unsafe extern "C" fn otPlatMessagePoolNumFreeBuffers(
    aInstance: *mut otInstance,
) -> u16
Expand description

Get the number of free buffers.

@param[in] aInstance A pointer to the OpenThread instance.

@returns The number of buffers currently free and available to OpenThread.