#include <netconfig.h>
Definition at line 57 of file netconfig.h.
◆ NetConfig()
◆ ~NetConfig()
NetConfig::~NetConfig |
( |
| ) |
|
◆ begin()
bool NetConfig::begin |
( |
| ) |
|
|
static |
◆ end()
◆ getMode()
uint8_t NetConfig::getMode |
( |
| ) |
|
|
static |
◆ handle()
void NetConfig::handle |
( |
| ) |
|
|
static |
Handle not critical actions that must be done in sync environement
Definition at line 361 of file netconfig.cpp.
◆ hostname()
const char * NetConfig::hostname |
( |
bool |
fromsettings = false | ) |
|
|
static |
◆ IP_int_from_string()
uint32_t NetConfig::IP_int_from_string |
( |
const char * |
s | ) |
|
|
static |
Helper to convert IP string to int
Definition at line 73 of file netconfig.cpp.
◆ IP_string_from_int()
String NetConfig::IP_string_from_int |
( |
uint32_t |
ip_int | ) |
|
|
static |
Helper to convert int to IP string
Definition at line 86 of file netconfig.cpp.
◆ isDHCPServer()
bool NetConfig::isDHCPServer |
( |
uint8_t |
mode | ) |
|
|
static |
◆ isHostnameValid()
bool NetConfig::isHostnameValid |
( |
const char * |
hostname | ) |
|
|
static |
Check if Hostname string is valid
Definition at line 96 of file netconfig.cpp.
◆ isIPModeDHCP()
bool NetConfig::isIPModeDHCP |
( |
uint8_t |
mode | ) |
|
|
static |
◆ isValidIP()
bool NetConfig::isValidIP |
( |
const char * |
string | ) |
|
|
static |
◆ localIP()
String NetConfig::localIP |
( |
| ) |
|
|
static |
Get IP string what ever is enabled
Definition at line 119 of file netconfig.cpp.
◆ mac2str()
char * NetConfig::mac2str |
( |
uint8_t |
mac[8] | ) |
|
|
static |
◆ started()
static bool NetConfig::started |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: