Network-related classes and types, including WiFi adapter management, connection management, data transmission and network protocols. More...
|
Data Structures | |
| class | MQTT |
| An MQTT client. More... | |
| protocol | <MQTTDelegate> |
| Protocol for receiving MQTT events. More... | |
| protocol | <NetworkTimeDelegate> |
| Protocol for receiving network time update events. More... | |
| class | NXNetworkTime |
| A class for managing network time synchronization. More... | |
| class | NXWireless |
| A class for managing wireless connections. More... | |
| class | NXWirelessNetwork |
| A class for representing a wireless network. More... | |
| protocol | <WirelessDelegate> |
| Protocol for receiving wireless scan events. More... | |
Enumerations | |
| enum | NXWirelessError { NXWirelessErrorBadAuth, NXWirelessErrorNotFound = (1 << 1), NXWirelessErrorGeneral = (1 << 2) } |
| Wireless connection error codes. More... | |
Functions | |
| void | net_poll (void) |
| Occasional polling function for the network system. More... | |
Network-related classes and types, including WiFi adapter management, connection management, data transmission and network protocols.
| enum NXWirelessError |
Wireless connection error codes.
| Enumerator | |
|---|---|
| NXWirelessErrorBadAuth | Authentication failed (bad credentials) |
| NXWirelessErrorNotFound | Target network not found. |
| NXWirelessErrorGeneral | General or unspecified error. |
Definition at line 16 of file NXWirelessError.h.
| void net_poll | ( | void | ) |
Occasional polling function for the network system.
This function should be called periodically to allow the network system to perform any necessary background tasks.