@CHIP-RTOS C Library V2.00 - TCP/IP API
Add_IGMP_Membership
Install an IP multicast address entry. int Add_IGMP_Membership ( const unsigned long far *MulticastIP,
const unsigned char far *MacAddress,
int *error ); Parameters
MulticastIP
- Pointer to multicast IP address.
MacAddress
- Pointer to a 6 byte array that
contains the corresponding Ethernet address.
error
- Output parameter: Failure
code, 0 on success.
Return Value
- 0: success
-1: See reported error
code.
See Also
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|