Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
| ▼Nksf | |
| ▼Ncomps | |
| CksConfigParameter | A structure that defines configuration parameter |
| CksConfigProvider | A component responsible for providing a set of parameters to ksWifiConfigurator and managing its storage |
| CksDevicePortal | A component that implements a web-based configuration portal accessible from the local network |
| CksDevStatMqttReporter | A component that periodically reports the device state to the broker |
| CksLed | A component that simplifies LED control |
| CksMqttConfigProvider | A component that manages MQTT-related configuration |
| CksMqttConnector | A component responsible for managing MQTT connections |
| CksResetButton | A component that implements reset button functionality |
| CksWifiConfigurator | A component that manages AP-based configuration |
| CksWifiConnector | A component that manages the WiFi connection |
| ▼Nevt | |
| CksEvent | Base class for multicasting events |
| CksEventHandle | Implements an event handle that automatically unbinds callbacks on destruction |
| CksEventInterface | Implements interface for multicasting events |
| ▼Nmisc | |
| CksCertFingerprint | Interface for certificate fingerprint verification |
| CksConfig | Implements low-level configuration file handling |
| CksDomainQuery | Class for resolving domain names to IP addresses using DNS queries |
| CksSimpleTimer | A simple timer class that does not rely on component architecture |
| CksWSServer | A wrapper around WebSocketsServerCore that adds WebSocket authentication and enhanced message handling |
| CksApplication | A class that serves as the base for user-defined applications |
| CksAppRotator | Application rotator component |
| CksComponent | Base component class |
| CksRtti | Implements RTTI (run-time type information) for objects |