@CHIP-RTOS C Library V2.00 - TCP/IP API
PPP_Server_GetIP
Reads the IP Address of the PPP Server void PPP_Server_GetIp (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 Server into the comitted
string. If no IP Address of the PPP Server 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
|