ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
Loading...
Searching...
No Matches
foresthub::platform::NetworkConfig Struct Reference

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).

Detailed Description

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.


The documentation for this struct was generated from the following file: