www.beck-ipc.com

@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

    SC12SC13SC11SC1x3
    V1.20V1.20V1.20V1.10

Supported by @CHIP-RTOS C Library since version

    CLIB
    V2.04

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


End of document