Hide minor edits - Show changes to markup
Ethernet : Client class
Ethernet : Clase Client
Read the next byte received from the server the client is connected to (after the last call to read()).
Lee el siguiente Byte recibido por el servidor al que el cliente está conectado (después de la última llamada a read()).
none
The next byte (or character), or -1 if none is available.
ninguno
El siguiente Byte (o caracter), o -1 si no hay nada que leer.
Ethernet : Client class
Read the next byte received from the server the client is connected to (after the last call to read()).
client.read()
none
The next byte (or character), or -1 if none is available.