pub unsafe extern "C" fn otLinkFilterGetAddressMode(
    aInstance: *mut otInstance
) -> otMacFilterAddressMode
Expand description

Gets the address mode of MAC filter.

Is available when OPENTHREAD_CONFIG_MAC_FILTER_ENABLE configuration is enabled.

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

@returns the address mode.