TCPIP_IPV6_MulticastListenerRemove Function

C

void TCPIP_IPV6_MulticastListenerRemove(
    TCPIP_NET_HANDLE netH, 
    IPV6_ADDR * address
);

Description

This function removes a multicast listener from a given interface.

Preconditions

TCPIP_IPV6_Initialize() should be called. TCPIP_IPV6_InterfaceIsReady should be true.

Parameters

ParametersDescription
netHThe interface.
addressThe address.

Returns

None.

Remarks

None.