[][src]Function openthread_sys::otLinkFilterGetNextAddress

pub unsafe extern "C" fn otLinkFilterGetNextAddress(
    aInstance: *mut otInstance,
    aIterator: *mut otMacFilterIterator,
    aEntry: *mut otMacFilterEntry
) -> otError

This method gets an in-use address filter entry.

@param[in] aInstance A pointer to an OpenThread instance. @param[inout] aIterator A pointer to the MAC filter iterator context. To get the first in-use address filter entry, it should be set to OT_MAC_FILTER_ITERATOR_INIT. @param[out] aEntry A pointer to where the information is placed.

@retval OT_ERROR_NONE Successfully retrieved an in-use address filter entry. @retval OT_ERROR_INVALID_ARGS If @p aIterator or @p aEntry is NULL. @retval OT_ERROR_NOT_FOUND No subsequent entry exists.

@sa otLinkFilterGetAddressMode @sa otLinkFilterSetAddressMode @sa otLinkFilterAddAddress @sa otLinkFilterRemoveAddress @sa otLinkFilterClearAddresses @sa otLinkFilterAddRssIn @sa otLinkFilterRemoveRssIn @sa otLinkFilterClearRssIn @sa otLinkFilterGetNextRssIn