pub type otBackboneRouterNdProxyCallback = Option<unsafe extern "C" fn(aContext: *mut c_void, aEvent: otBackboneRouterNdProxyEvent, aDua: *const otIp6Address)>;
Expand description

Pointer is called whenever the Nd Proxy changed.

@param[in] aContext The user context pointer. @param[in] aEvent The ND Proxy event. @param[in] aDua The Domain Unicast Address of the ND Proxy, or nullptr if @p aEvent is OT_BACKBONE_ROUTER_NDPROXY_CLEARED.

Aliased Type§

enum otBackboneRouterNdProxyCallback {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: u32, _: *const otIp6Address)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: u32, _: *const otIp6Address))

Some value of type T.