/
Multicast programming
Multicast programming
This section describe how to use and control multicast options such:
Configuration
Some parameters should be configured and/or optimized for your project requirements. Please refer to the section Multicast Configuration for further details.
Using Network Interface Wireless Programming API
Wherever you want to configure or access an Interface option you should include this file:
Include file | Description |
---|---|
IP/IPv4/net_igmp.h | Functions used for IPv4 Multicast API |
IP/IPv6/net_mldp.h | Functions used for IPv6 Multicast API |
API reference
All Multicast APIs for IPv4 are presented in the section IGMP Functions and in section MLDP Functions for IPv6.
Function Name | Description |
---|---|
NetIGMP_HostGrpJoin() | Join a host group. |
NetIGMP_HostGrpLeave() | Leave a host group. |
NetMLDP_HostGrpJoin() | Join a MLDP Multicast host group. |
NetMLDP_HostGrpLeave() | Leave a MLDP host group. |
, multiple selections available,
Related content
Joining and Leaving a Multicast Group
Joining and Leaving a Multicast Group
More like this
IPv6 Stateless Address Auto-Configuration Hook Function
IPv6 Stateless Address Auto-Configuration Hook Function
Read with this
NetIGMP_HostGrpJoin
NetIGMP_HostGrpJoin
More like this
NetMLDP_HostGrpJoin
NetMLDP_HostGrpJoin
More like this
NetIGMP_HostGrpLeave
NetIGMP_HostGrpLeave
More like this
NetDev_AddrMulticastAdd()
NetDev_AddrMulticastAdd()
More like this