OmEspHelpers
|
Public Member Functions | |
OmUdp (uint16_t portNumber) | |
void | wifiStatus (const char *ssid, bool trying, bool failure, bool success) |
called by OmWebServer | |
int | checkUdp (uint8_t *data, uint16_t maxPacket, OmUdpPacketInfo *pi=NULL) |
void | sendUdp (IPAddress ipAddress, uint16_t destinationPort, uint8_t *packetBuffer, uint16_t size) |
Public Attributes | |
WiFiUDP | udp |
OmUdp * | next = NULL |
bool | udpHere = false |
uint16_t | portNumber = 0 |
Static Public Attributes | |
static OmUdp * | first = NULL |