Skip to content

File Preferences.h

FileList > arduino > libraries > common > Preferences > Preferences.h

Go to the source code of this file.

  • #include <stdbool.h>
  • #include <stdint.h>
  • #include <stdlib.h>
  • #include <api/String.h>

Classes

Type Name
class IPreferences

Public Types

Type Name
enum PreferenceType

Public Types Documentation

enum PreferenceType

enum PreferenceType {
    PT_I8,
    PT_U8,
    PT_I16,
    PT_U16,
    PT_I32,
    PT_U32,
    PT_I64,
    PT_U64,
    PT_STR,
    PT_BLOB,
    PT_INVALID
};

The documentation for this class was generated from the following file cores/common/arduino/libraries/common/Preferences/Preferences.h