|
ESP_IOT v2.5
IOT ESP Coding
|
#include <PreferencesController.h>

Public Attributes | |
| char * | chainUse |
| chain use string for debugging printout More... | |
| char * | classType |
| int | buttonNumber |
| char * | setString |
| the set strings, val strings, device strings More... | |
| char * | valString |
| val strings More... | |
| char * | deviceString |
| int | pressKind |
| press kind: 0 = short press, 1 = long press, 2 = long long press, -1 any, 100,101,102,103 Yoystick left, top, right, bottom More... | |
1.22.26 wrap the button define ChainbuttonStruct
Definition at line 365 of file PreferencesController.h.
| int ChainButtonStruct::buttonNumber |
each in chainUseCount references the 4 arrays index the buton numbers
Definition at line 373 of file PreferencesController.h.
| char* ChainButtonStruct::chainUse |
chain use string for debugging printout
Definition at line 367 of file PreferencesController.h.
| char* ChainButtonStruct::classType |
string describing the module, etc THis can be short "BC", or long .. but trying to shorten for EPROM storage
Definition at line 370 of file PreferencesController.h.
| char* ChainButtonStruct::deviceString |
the device strings Note, if "localhost" then this is an INTERNAL message (like feed) so use bluetooth or whatever network works
Definition at line 381 of file PreferencesController.h.
| int ChainButtonStruct::pressKind |
press kind: 0 = short press, 1 = long press, 2 = long long press, -1 any, 100,101,102,103 Yoystick left, top, right, bottom
Definition at line 383 of file PreferencesController.h.
| char* ChainButtonStruct::setString |
the set strings, val strings, device strings
Definition at line 375 of file PreferencesController.h.
| char* ChainButtonStruct::valString |
val strings
Definition at line 377 of file PreferencesController.h.