@CHIP-RTOS C Library V2.06 - 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
iface_entry
- Output Parameter: Pointer to a user
provided array of
Iface_Entry
type data structures which will receive 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 in the array at
iface_entry containing
reported device interface information.
SC1x3 Comments- This function works only for IPv4 device interfaces.
The Get_IPv6_Iface_Entries API
should be used to read out information for IPv6 interfaces.
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-
SC12 | SC13 | SC11 | SC1x3 |
-
V1.10 | V1.00 | V1.00 | V0.90 |
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|