|
TeensyNanoExoCode
|
This is the complete list of members for IniFile, including all inherited members.
| browseSections(char *buffer, size_t len, IniFileState &state) const | IniFile | |
| clearError(void) const | IniFile | inline |
| close(void) | IniFile | inline |
| error_t enum name | IniFile | |
| errorBufferTooSmall enum value | IniFile | |
| errorEndOfFile enum value | IniFile | |
| errorFileNotFound enum value | IniFile | |
| errorFileNotOpen enum value | IniFile | |
| errorKeyNotFound enum value | IniFile | |
| errorNoError enum value | IniFile | |
| errorSectionNotFound enum value | IniFile | |
| errorSeekError enum value | IniFile | |
| errorUnknownError enum value | IniFile | |
| findKey(const char *section, const char *key, char *buffer, size_t len, char **keyptr, IniFileState &state) const | IniFile | protected |
| findSection(const char *section, char *buffer, size_t len, IniFileState &state) const | IniFile | protected |
| getCaseSensitive(void) const | IniFile | |
| getError(void) const | IniFile | inline |
| getFilename(void) const | IniFile | inline |
| getIPAddress(const char *section, const char *key, char *buffer, size_t len, uint8_t *ip) const | IniFile | |
| getMACAddress(const char *section, const char *key, char *buffer, size_t len, uint8_t mac[6]) const | IniFile | |
| getMode(void) const | IniFile | inline |
| getValue(const char *section, const char *key, char *buffer, size_t len, IniFileState &state) const | IniFile | |
| getValue(const char *section, const char *key, char *buffer, size_t len) const | IniFile | |
| getValue(const char *section, const char *key, char *buffer, size_t len, char *value, size_t vlen) const | IniFile | |
| getValue(const char *section, const char *key, char *buffer, size_t len, bool &b) const | IniFile | |
| getValue(const char *section, const char *key, char *buffer, size_t len, int &val) const | IniFile | |
| getValue(const char *section, const char *key, char *buffer, size_t len, double &val) const | IniFile | |
| getValue(const char *section, const char *key, char *buffer, size_t len, uint8_t &val) const | IniFile | |
| getValue(const char *section, const char *key, char *buffer, size_t len, uint16_t &val) const | IniFile | |
| getValue(const char *section, const char *key, char *buffer, size_t len, long &val) const | IniFile | |
| getValue(const char *section, const char *key, char *buffer, size_t len, unsigned long &val) const | IniFile | |
| getValue(const char *section, const char *key, char *buffer, size_t len, float &val) const | IniFile | |
| IniFile(const char *filename, mode_t mode=FILE_READ, bool caseSensitive=false) | IniFile | |
| isCommentChar(char c) | IniFile | static |
| isOpen(void) const | IniFile | inline |
| maxFilenameLen | IniFile | static |
| mode_t typedef | IniFile | |
| open(void) | IniFile | inline |
| readLine(File &file, char *buffer, size_t len, uint32_t &pos) | IniFile | static |
| removeTrailingWhiteSpace(char *str) | IniFile | static |
| setCaseSensitive(bool cs) | IniFile | |
| skipWhiteSpace(char *str) | IniFile | static |
| validate(char *buffer, size_t len) const | IniFile | |
| ~IniFile() | IniFile |