@CHIP-RTOS C Library - TCP/IP API
Dev_Get_DHCP_Data
Get the DHCP data of a TCP/IP device interface int Dev_Get_DHCP_Data( DevUserIfaceHandle DevHandlePtr,
UserEthDhcp_Entry far * * dhcpDataPtr);
Parameters
DevHandlePtr
- Device handle
dhcpDataPtr
- Pointer to a pointer that will be set by this API call, referencing a
UserEthDhcp_Entry
data structure within @CHIP-RTOS memory.
Return Value
- 0: success, If no data is available the dhcpDataPtr will be set to NULL
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
Related Topics
-
- TCP/IP Device Driver overview
Supported since or modified in @CHIP-RTOS version-
| SC12 | SC13 | SC11 | SC1x3 | SC2x |
-
| n/a | n/a | n/a | V1.23 | V1.23 |
Supported by @CHIP-RTOS C Library since version
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|