www.beck-ipc.com

@CHIP-RTOS C Library V2.06 - TCP/IP API


Drop_IGMP_Membership

Delete an IP multicast address entry.

int Drop_IGMP_Membership ( const unsigned long far *MulticastIP,
                           int *error );

Parameters

MulticastIP

Pointer to multicast IP address to be deleted.

error

Output parameter:  Failure code, 0 on success.

Return Value

0: success
-1: See reported error code.

SC1x3 Comments

This API applies only to IPv4 multicast.

See Also

RTOS API

This library function invokes a RTOS software interrupt. Refer to this RTOS API function's documentation for more details.

Supported since or modified in @CHIP-RTOS version

    SC12SC13SC11SC1x3
    V1.02V1.00V1.00V0.90

This API List
List of C Libraries
@CHIP-RTOS Main Index


End of document