@CHIP-RTOS C Library V2.06 - TCP/IP API
Dev_UnConfig_Iface
Remove IPv4 or IPv6 device configuration int Dev_UnConfig_Iface(DevUserIfaceHandle DevHandlePtr,
unsigned int proto,unsigned char mHomeIndex,
int *error);
Parameters
DevHandlePtr
- Device handle
proto
- Protocol family AF:INET or AF_INET6
mHomeIndex
- Multi home index number of the device
Return Value
- 0: success,
-1: failed
Comments
- Remove an IP configuration from an interface for a particular multi home index
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-
SC12 | SC13 | SC11 | SC1x3 |
-
V1.20 | V1.20 | V1.20 | V1.10 |
Supported by @CHIP-RTOS C Library since version
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|