|
ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
|
Abstract interface for network connectivity. More...
#include <cstdint>#include <string>Go to the source code of this file.
Classes | |
| struct | foresthub::platform::NetworkConfig |
| Construction-time configuration for the network subsystem. More... | |
| class | foresthub::platform::NetworkInterface |
| Abstract interface for network connectivity. More... | |
Namespaces | |
| namespace | foresthub |
| Top-level namespace for the ForestHub SDK. | |
| namespace | foresthub::platform |
| Hardware abstraction layer: network, console, time, crypto, and GPIO interfaces. | |
Enumerations | |
| enum class | foresthub::platform::NetworkStatus : uint8_t { foresthub::platform::kDisconnected , foresthub::platform::kConnecting , foresthub::platform::kConnected , foresthub::platform::kFailed } |
| Connection state of the network subsystem. More... | |
Abstract interface for network connectivity.