#include <stdint.h>
#include "sopc_enums.h"
#include "sopc_raw_sockets.h"
#include "p_sopc_sockets.h"
Go to the source code of this file.
◆ P_MULTICAST_AddIpV4Membership()
Create a multicast group and sets sock in that group.
- Parameters
-
sock | The socket to register in multicast group. Caller must ensure sock is not NULL |
multicast | The Multicast IPV4 address |
- Returns
- SOPC_STATUS_OK in case of success
◆ P_MULTICAST_DropIpV4Membership()
Removes a multicast group.
- Parameters
-
sock | The socket to remove from a multicast group. Caller must ensure sock is not NULL |
multicast | The Multicast IPV4 address, or NULL if unknown |
- Returns
- SOPC_STATUS_OK in case of success