mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-26 07:07:18 +01:00
Added missing family type socket.AF_SIGFOX to usocket family types (#109)
This commit is contained in:
committed by
Daniel Spindelbauer
parent
eb1d094508
commit
7bff910f4e
@@ -31,7 +31,7 @@ s.connect(socket.getaddrinfo('www.micropython.org', 80)[0][-1])
|
||||
|
||||
## Constants
|
||||
|
||||
* Family types: `socket.AF_INET`, `socket.AF_LORA`
|
||||
* Family types: `socket.AF_INET`, `socket.AF_LORA`, `socket.AF_SIGFOX`
|
||||
* Socket types: `socket.SOCK_STREAM`, `socket.SOCK_DGRAM`, `socket.SOCK_RAW`
|
||||
* Socket protocols: `socket.IPPROTO_UDP`, `socket.IPPROTO_TCP`
|
||||
* Socket options layers: `socket.SOL_SOCKET`, `socket.SOL_LORA`, `socket.SOL_SIGFOX`
|
||||
|
||||
Reference in New Issue
Block a user