Functions | |
| wiced_result_t | wiced_multicast_join (wiced_interface_t interface, const wiced_ip_address_t *address) |
| wiced_result_t | wiced_multicast_leave (wiced_interface_t interface, const wiced_ip_address_t *address) |
Functions for joining/leaving IGMP (Internet Group Management Protocol) groups
| wiced_result_t wiced_multicast_join | ( | wiced_interface_t | interface, |
| const wiced_ip_address_t * | address ) |
Joins an IGMP group
Joins an IGMP multicast group, allowing reception of packets being sent to the group.
| [in] | interface | : The interface (AP or STA) which should be used to join the group |
| [in] | address | : The IP address of the multicast group which should be joined. |
| wiced_result_t wiced_multicast_leave | ( | wiced_interface_t | interface, |
| const wiced_ip_address_t * | address ) |
Leaves an IGMP group
Leaves an IGMP multicast group, stopping reception of packets being sent to the group.
| [in] | interface | : The interface (AP or STA) which should was used to join the group |
| [in] | address | : The IP address of the multicast group which should be left. |