IpConnection.h
Go to the documentation of this file.
A class to make it easier to handle and pass around IP addresses.
Definition: IpAddress.h:45
Definition: IpConnection.h:22
bool joinMulticastGroup(IpAddress multicastIp)
Uses IGMP to add all local network interfaces to multicast group.
Definition: IpConnection.h:39
bool joinMulticastGroup(IpAddress localIp, IpAddress multicastIp)
Uses IGMP to add a local network interface to multicast group.
bool leaveMulticastGroup(IpAddress localIp, IpAddress multicastIp)
Uses IGMP to remove a local network interface from multicast group.
bool leaveMulticastGroup(IpAddress multicastIp)
Uses IGMP to remove all local network interfaces from multicast group.
Definition: IpConnection.h:59
static const IpAddress multicastIp(239, 255, 255, 250)