pub unsafe extern "C" fn esp_netif_action_join_ip6_multicast_group(
esp_netif: *mut c_void,
base: esp_event_base_t,
event_id: i32,
data: *mut c_void,
)
Expand description
@brief Default building block for network interface action upon IPv6 multicast group join
@note This API can be directly used as event handler
@param[in] esp_netif Handle to esp-netif instance @param base The base type of the event @param event_id The specific ID of the event @param data Optional data associated with the event