Home Page | Language Reference (extended) | SD Reference | Libraries | Comparison | Changes


WiFi101 : WiFiUDP.read()

Description

Reads UDP data from the specified buffer. If no arguments are given, it will return the next character in the buffer.

This function can only be successfully called after WiFiUDP.parsePacket().

Syntax

WiFiUDP.read();
WiFiUDP.read(buffer, len);

Parameters

buffer: buffer to hold incoming packets (char*)
len: maximum size of the buffer (int)

Returns


Reference Home

Corrections, suggestions, and new documentation should be posted to the Forum.

The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.