pub unsafe extern "C" fn otMessageResetBufferInfo(
aInstance: *mut otInstance,
)
Expand description
Reset the Message Buffer information counter tracking the maximum number buffers in use at the same time.
This resets mMaxUsedBuffers
in otBufferInfo
.
@param[in] aInstance A pointer to the OpenThread instance.