We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4cee3 commit d26b9e6Copy full SHA for d26b9e6
adafruit_wiznet5k/adafruit_wiznet5k.py
@@ -964,6 +964,8 @@ def socket_write(
964
965
:param int socket_num: The socket to write to.
966
:param bytearray buffer: The data to write to the socket.
967
+ :param float timeout: Write data timeout in seconds, defaults to 0.0 which waits
968
+ indefinitely.
969
970
:return int: The number of bytes written to the buffer.
971
"""
0 commit comments