#include <settings_esp3d.h>
|
static bool | begin () |
|
static uint8_t | get_default_byte_value (int pos) |
|
static uint32_t | get_default_int32_value (int pos) |
|
static uint32_t | get_default_IP_value (int pos) |
|
static const String & | get_default_string_value (int pos) |
|
static uint8_t | get_max_string_size (int pos) |
|
static uint8_t | get_min_string_size (int pos) |
|
static uint32_t | get_max_int32_value (int pos) |
|
static uint32_t | get_min_int32_value (int pos) |
|
static uint8_t | get_max_byte (int pos) |
|
static uint8_t | get_min_byte (int pos) |
|
static uint8_t | read_byte (int pos, bool *haserror=NULL) |
|
static uint32_t | read_uint32 (int pos, bool *haserror=NULL) |
|
static uint32_t | read_IP (int pos, bool *haserror=NULL) |
|
static String | read_IP_String (int pos, bool *haserror=NULL) |
|
static const char * | read_string (int pos, bool *haserror=NULL) |
|
static bool | write_byte (int pos, const uint8_t value) |
|
static bool | write_string (int pos, const char *byte_buffer) |
|
static bool | write_uint32 (int pos, const uint32_t value) |
|
static bool | write_IP (int pos, const uint32_t value) |
|
static bool | write_IP_String (int pos, const char *value) |
|
static bool | reset () |
|
static int8_t | GetSettingsVersion () |
|
static uint8_t | GetFirmwareTarget (bool fromsettings=false) |
|
static uint8_t | GetSDDevice (bool fromsettings=false) |
|
static const char * | GetFirmwareTargetShortName () |
|
static String | IPtoString (uint32_t ip_int) |
|
static uint32_t | StringtoIP (const char *s) |
|
static const char * | TargetBoard () |
|
static bool | isLocalPasswordValid (const char *password) |
|
Definition at line 102 of file settings_esp3d.h.
◆ Settings_ESP3D()
Settings_ESP3D::Settings_ESP3D |
( |
| ) |
|
◆ ~Settings_ESP3D()
Settings_ESP3D::~Settings_ESP3D |
( |
| ) |
|
◆ begin()
bool Settings_ESP3D::begin |
( |
| ) |
|
|
static |
◆ get_default_byte_value()
uint8_t Settings_ESP3D::get_default_byte_value |
( |
int |
pos | ) |
|
|
static |
◆ get_default_int32_value()
uint32_t Settings_ESP3D::get_default_int32_value |
( |
int |
pos | ) |
|
|
static |
◆ get_default_IP_value()
uint32_t Settings_ESP3D::get_default_IP_value |
( |
int |
pos | ) |
|
|
static |
◆ get_default_string_value()
const String & Settings_ESP3D::get_default_string_value |
( |
int |
pos | ) |
|
|
static |
◆ get_max_byte()
uint8_t Settings_ESP3D::get_max_byte |
( |
int |
pos | ) |
|
|
static |
◆ get_max_int32_value()
uint32_t Settings_ESP3D::get_max_int32_value |
( |
int |
pos | ) |
|
|
static |
◆ get_max_string_size()
uint8_t Settings_ESP3D::get_max_string_size |
( |
int |
pos | ) |
|
|
static |
◆ get_min_byte()
uint8_t Settings_ESP3D::get_min_byte |
( |
int |
pos | ) |
|
|
static |
◆ get_min_int32_value()
uint32_t Settings_ESP3D::get_min_int32_value |
( |
int |
pos | ) |
|
|
static |
◆ get_min_string_size()
uint8_t Settings_ESP3D::get_min_string_size |
( |
int |
pos | ) |
|
|
static |
◆ GetFirmwareTarget()
uint8_t Settings_ESP3D::GetFirmwareTarget |
( |
bool |
fromsettings = false | ) |
|
|
static |
◆ GetFirmwareTargetShortName()
const char * Settings_ESP3D::GetFirmwareTargetShortName |
( |
| ) |
|
|
static |
◆ GetSDDevice()
uint8_t Settings_ESP3D::GetSDDevice |
( |
bool |
fromsettings = false | ) |
|
|
static |
◆ GetSettingsVersion()
int8_t Settings_ESP3D::GetSettingsVersion |
( |
| ) |
|
|
static |
◆ IPtoString()
String Settings_ESP3D::IPtoString |
( |
uint32_t |
ip_int | ) |
|
|
static |
◆ isLocalPasswordValid()
bool Settings_ESP3D::isLocalPasswordValid |
( |
const char * |
password | ) |
|
|
static |
◆ read_byte()
uint8_t Settings_ESP3D::read_byte |
( |
int |
pos, |
|
|
bool * |
haserror = NULL |
|
) |
| |
|
static |
◆ read_IP()
uint32_t Settings_ESP3D::read_IP |
( |
int |
pos, |
|
|
bool * |
haserror = NULL |
|
) |
| |
|
static |
◆ read_IP_String()
String Settings_ESP3D::read_IP_String |
( |
int |
pos, |
|
|
bool * |
haserror = NULL |
|
) |
| |
|
static |
◆ read_string()
const char * Settings_ESP3D::read_string |
( |
int |
pos, |
|
|
bool * |
haserror = NULL |
|
) |
| |
|
static |
◆ read_uint32()
uint32_t Settings_ESP3D::read_uint32 |
( |
int |
pos, |
|
|
bool * |
haserror = NULL |
|
) |
| |
|
static |
◆ reset()
bool Settings_ESP3D::reset |
( |
| ) |
|
|
static |
◆ StringtoIP()
uint32_t Settings_ESP3D::StringtoIP |
( |
const char * |
s | ) |
|
|
static |
◆ TargetBoard()
const char * Settings_ESP3D::TargetBoard |
( |
| ) |
|
|
static |
◆ write_byte()
bool Settings_ESP3D::write_byte |
( |
int |
pos, |
|
|
const uint8_t |
value |
|
) |
| |
|
static |
◆ write_IP()
bool Settings_ESP3D::write_IP |
( |
int |
pos, |
|
|
const uint32_t |
value |
|
) |
| |
|
static |
◆ write_IP_String()
bool Settings_ESP3D::write_IP_String |
( |
int |
pos, |
|
|
const char * |
value |
|
) |
| |
|
static |
◆ write_string()
bool Settings_ESP3D::write_string |
( |
int |
pos, |
|
|
const char * |
byte_buffer |
|
) |
| |
|
static |
◆ write_uint32()
bool Settings_ESP3D::write_uint32 |
( |
int |
pos, |
|
|
const uint32_t |
value |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: