![]() |
||||||||||
@CHIP-RTOS C Library V2.06 - TCP/IP APIThis function can be used to add a prioritised name server which will be queried before all other name servers. Normally the DNS resolver determines name server addresses automatically from network devices configured via DHCP or PPP. In addition you can specify two name servers in the CHIP.INI configuration file. Name servers found via DHCP have the lowest priotity. Next come name servers found via PPP, then the two configured in CHIP.INI. The name server added here has the highest priority. Note that calling this function a second time overwrites the name server address added first. short setNameServer( int addressFamily, void far *address ); Parameters
Return Value
See AlsoRTOS API
Supported since or modified in @CHIP-RTOS version
Supported by @CHIP-RTOS C Library since version
This API List List of C Libraries @CHIP-RTOS Main Index End of document |