Skip to content
Snippets Groups Projects
Commit e589cddc authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs/esp: Remove getaddrinfo(), now in socket module as expected.

parent 6e648853
No related branches found
No related tags found
No related merge requests found
...@@ -17,14 +17,6 @@ Functions ...@@ -17,14 +17,6 @@ Functions
If the ``address`` parameter is provided, sets the address to its value. If If the ``address`` parameter is provided, sets the address to its value. If
the function is called wihout parameters, returns the current address. the function is called wihout parameters, returns the current address.
.. function:: getaddrinfo((hostname, port, lambda))
Initiate resolving of the given hostname.
When the hostname is resolved, the provided ``lambda`` callback will be
called with two arguments, first being the hostname being resolved,
second a tuple with information about that hostname.
.. function:: wifi_mode([mode]) .. function:: wifi_mode([mode])
Get or set the wireless network operating mode. Get or set the wireless network operating mode.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment