|
ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
|
Construction-time configuration for the network subsystem. More...
#include <network.hpp>
Public Attributes | |
| const char * | ssid = nullptr |
| Network identifier (nullptr to skip setup). | |
| const char * | password = nullptr |
| Network password (nullptr for open networks). | |
Construction-time configuration for the network subsystem.
Transport-specific credentials and options passed to the concrete implementation at construction time. Extend with additional fields (e.g. APN, static IP) for other network transports.