========================================================================================================================
List of Constants and Data Types that Must be Kept Synchronized
========================================================================================================================

Note on type of the constants:
    # D  : #define
    # Cx : constexpr
    # E  : enum
    # EC : enum class
    # S  : struct

┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ ===== NodeMCU Only =====                                                                                             │
├──────┬────────────────────┬──────────────────────────────────────────────────────────────────────────────────────────┤
│ Type │ Constant Pair      │ Location Pair                                                                            │
├──────┼────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────┤
│ EC   │ TCPState           │ include/eCxx/Platform/NodeMCU/TCPClientServer.h                                          │
│ E    │ wl_tcp_state       │ src/eCxx/Platform/NodeMCU/libNodeMCU/libraries/ESP8266WiFi/src/include/wl_definitions.h  │
├──────┼────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────┤
│ EC   │ HTTPRequestMethod  │ include/eCxx/Platform/NodeMCU/WebServer.h                                                │
│ E    │ HTTPMethod         │ src/eCxx/Platform/NodeMCU/libNodeMCU/libraries/ESP8266WebServer/src/ESP8266WebServer.h   │
├──────┼────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────┤
│ EC   │ HTTPAuthMethod     │ include/eCxx/Platform/NodeMCU/WebServer.h                                                │
│ E    │ HTTPAuthMethod     │ src/eCxx/Platform/NodeMCU/libNodeMCU/libraries/ESP8266WebServer/src/ESP8266WebServer.h   │
├──────┼────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────┤
│ EC   │ HTTPUploadStatus   │ include/eCxx/Platform/NodeMCU/WebServer.h                                                │
│ E    │ HTTPUploadStatus   │ src/eCxx/Platform/NodeMCU/libNodeMCU/libraries/ESP8266WebServer/src/ESP8266WebServer.h   │
├──────┼────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────┤
│ S    │ HTTPUpload         │ include/eCxx/Platform/NodeMCU/WebServer.h                                                │
│ S    │ HTTPUpload         │ src/eCxx/Platform/NodeMCU/libNodeMCU/libraries/ESP8266WebServer/src/ESP8266WebServer.h   │
└──────┴────────────────────┴──────────────────────────────────────────────────────────────────────────────────────────┘

========================================================================================================================
