You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
18 lines
285 B
ReStructuredText
18 lines
285 B
ReStructuredText
:mod:`usocket` -- socket module
|
|
===============================
|
|
|
|
.. module:: usocket
|
|
:synopsis: socket module
|
|
|
|
Socket functionality.
|
|
|
|
Functions
|
|
---------
|
|
|
|
.. function:: getaddrinfo(host, port)
|
|
|
|
|
|
.. function:: socket(family=AF_INET, type=SOCK_STREAM, fileno=-1)
|
|
|
|
Create a socket.
|