Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
UDPSocket.h File Reference
UDP Socket header file. More...
Go to the source code of this file.
Data Structures | |
class | UDPSocket |
This is a simple UDP Socket class. More... | |
Enumerations | |
enum | UDPSocketErr { , UDPSOCKET_SETUP, UDPSOCKET_IF, UDPSOCKET_MEM, UDPSOCKET_INUSE, UDPSOCKET_OK = 0 , UDPSOCKET_SETUP, UDPSOCKET_IF, UDPSOCKET_MEM, UDPSOCKET_INUSE, UDPSOCKET_OK = 0 } |
UDP Socket error codes. More... | |
enum | UDPSocketEvent { UDPSOCKET_READABLE, UDPSOCKET_READABLE } |
UDP Socket Event(s) More... |
Detailed Description
UDP Socket header file.
Definition in file LPC2368/api/UDPSocket.h.
Enumeration Type Documentation
enum UDPSocketErr |
UDP Socket error codes.
- Enumerator:
UDPSOCKET_SETUP UDPSocket not properly configured.
UDPSOCKET_IF Interface has problems, does not exist or is not initialized.
UDPSOCKET_MEM Not enough mem.
UDPSOCKET_INUSE Interface / Port is in use.
UDPSOCKET_OK Success.
UDPSOCKET_SETUP UDPSocket not properly configured.
UDPSOCKET_IF Interface has problems, does not exist or is not initialized.
UDPSOCKET_MEM Not enough mem.
UDPSOCKET_INUSE Interface / Port is in use.
UDPSOCKET_OK Success.
Definition at line 36 of file LPC2368/api/UDPSocket.h.
enum UDPSocketEvent |
UDP Socket Event(s)
Definition at line 48 of file LPC2368/api/UDPSocket.h.
Generated on Tue Jul 12 2022 23:12:29 by
