The Arduino Reference text is licensed under a Creative Commons Attribution-Share Alike 3.0 License.
Find anything that can be improved? Suggest corrections and new documentation via GitHub.
Doubts on how to use Github? Learn everything you need to know in this tutorial.
Initializes the NB UDP library and network settings. Starts NBUDP socket, listening at local port PORT .
NBUDP.begin(port);
port: the local port to listen on (int)
1: if successful 0: if there are no sockets available to use