Get socket.timeout

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
cabalist
Posts: 7
Joined: Thu Jun 02, 2016 7:37 pm

Get socket.timeout

Post by cabalist » Mon Jul 18, 2016 5:07 pm

Reading through the docs I can't seem to find a function that is the inverse of socket.settimeout()

How would I find out what a socket's timeout currently is?

Thanks!


Edit: words

pfalcon
Posts: 1155
Joined: Fri Feb 28, 2014 2:05 pm

Re: Get socket.timeout

Post by pfalcon » Fri Jul 22, 2016 6:18 pm

Why would you need to do that? What platform do you use?
Awesome MicroPython list
Pycopy - A better MicroPython https://github.com/pfalcon/micropython
MicroPython standard library for all ports and forks - https://github.com/pfalcon/micropython-lib
More up to date docs - http://pycopy.readthedocs.io/

Post Reply