#include <Arduino.h>
#include <WiFi.h>
#include <ESPmDNS.h>
#include <WiFiUdp.h>
Go to the source code of this file.
Data Structures | |
class | Comms |
Macros | |
#define | COMMS_H |
#define | TEAM_ID 0 |
Enumerations | |
enum | COMMS_CONN_ERR { COMMS_SUCCESS = 0 , COMMS_FAILURE = 1 , COMMS_NO_TEAM_ID = 2 , COMMS_INVALID_TEAM_ID = 3 } |
enum | COMMS_MDNS_ERR { MDNS_SUCCESS = 0 , MDNS_FAILURE = 1 } |
enum | COMMS_CONN_TYPE { CONN_FIELD = 0 , CONN_BRIDGE = 1 , CONN_AP = 2 } |
#define COMMS_H |
#define TEAM_ID 0 |
enum COMMS_CONN_ERR |
enum COMMS_CONN_TYPE |
enum COMMS_MDNS_ERR |