www.beck-ipc.com

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


PPP_Client_GetIP

Reads the IP Address of the PPP Client

void PPP_Client_GetIP ( const char far *IP );

Parameters

IP

Output parameter:   Pointer to a 16 byte memory area where the IP address is to be stored as a null terminated string.

Return Value

-- none --

Comments

Copies the current IP Address of the PPP Client into the comitted string. If no IP Address of the PPP Client is available the string will be empty.

See Also

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