receive

xod-dev/esp8266/receive

Read a response from an opened connection as a stream of bytes until it closes Possible errors: — Can't receive a data from the socket — No available bytes to read
receive
@/receive
Read a response from an opened connection as a stream of bytes until it closes Possible errors: — Can't receive a data from the socket — No available bytes to read
INET@/esp8266-inet
An internet connection
BGNpulse
Begin reading
SOCKxod/net/socket
A socket
receive
INET'
CHAR
RCV
CLS
INET
BGN
SOCK
CLSpulse
Pulses when the connection is closed
RCVpulse
Pulses when a new byte is read
CHARbyte
The last read byte
INET'@/esp8266-inet
An internet connection
To use the node in your project you should have the xod-dev/esp8266 library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.