SOPC_ReturnStatus P_MULTICAST_AddIpV4Membership(SOPC_Socket sock, const SOPC_Socket_AddressInfo *multicast)
Create a multicast group and sets sock in that group.
SOPC_ReturnStatus P_MULTICAST_DropIpV4Membership(SOPC_Socket sock, const SOPC_Socket_AddressInfo *multicast)
Removes a multicast group.
enum _SOPC_ReturnStatus SOPC_ReturnStatus
Common enumerations for S2OPC.
A platform independent API to use sockets.
Socket addressing information for listening or connecting operation type.
Definition p_sopc_sockets.h:46
Socket base type.
Definition p_sopc_sockets.h:36