www.beck-ipc.com

@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

    SC12SC13SC11SC1x3SC2x
    n/an/an/aV1.23V1.23

Supported by @CHIP-RTOS C Library since version

    CLIB
    V2.18

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


End of document