www.beck-ipc.com

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


Get_Iface_Entries

This function returns information about all installed TCP/IP device interfaces.

int Get_Iface_Entries(Iface_Entry far * iface_entry, int max);

Parameters

IfaceEntry

   Pointer to a user provided array of Iface_Entry data structures for storing the information.

max

Number of data structures in array.   Up to this number of device interfaces will be reported.

Return Value

Number of valid entries at the table
The user provided array contains the current device interface information

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