ESP_IOT v2.5
IOT ESP Coding
ChainButtonStruct Struct Reference

#include <PreferencesController.h>

Collaboration diagram for ChainButtonStruct:
Collaboration graph

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...
 

Detailed Description

1.22.26 wrap the button define ChainbuttonStruct

Definition at line 365 of file PreferencesController.h.

Member Data Documentation

◆ buttonNumber

int ChainButtonStruct::buttonNumber

each in chainUseCount references the 4 arrays index the buton numbers

Definition at line 373 of file PreferencesController.h.

◆ chainUse

char* ChainButtonStruct::chainUse

chain use string for debugging printout

Definition at line 367 of file PreferencesController.h.

◆ classType

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.

◆ deviceString

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.

◆ pressKind

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.

◆ setString

char* ChainButtonStruct::setString

the set strings, val strings, device strings

Definition at line 375 of file PreferencesController.h.

◆ valString

char* ChainButtonStruct::valString

val strings

Definition at line 377 of file PreferencesController.h.


The documentation for this struct was generated from the following file: