pub type netopt_on_scan_result_t = Option<unsafe extern "C" fn(netif: *mut c_void, res: *const l2scan_list)>;
Expand description

@brief Basic callback type on network scan @ref NETOPT_CONNECT

Aliased Type§

enum netopt_on_scan_result_t {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *const l2scan_list)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.