pub unsafe extern "C" fn otLinkFilterSetAddressMode(
aInstance: *mut otInstance,
aMode: otMacFilterAddressMode,
)
Expand description
Sets 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. @param[in] aMode The address mode to set.