Function otPlatMessagePoolFree

Source
pub unsafe extern "C" fn otPlatMessagePoolFree(
    aInstance: *mut otInstance,
    aBuffer: *mut otMessage,
)
Expand description

This function is used to free a Buffer back to the platform managed buffer pool.

@param[in] aInstance A pointer to the OpenThread instance. @param[in] aBuffer The Buffer to free.