NeoNextion
Arduino library for the Nextion displays.
|
This is the complete list of members for INextionNumericalValued, including all inherited members.
getComponentID() | INextionWidget | |
getNumberProperty(char *propertyName) | INextionWidget | |
getPageID() | INextionWidget | |
getStringProperty(char *propertyName, char *value, size_t len) | INextionWidget | |
getValue() | INextionNumericalValued | inline |
INextionNumericalValued(Nextion &nex, uint8_t page, uint8_t component, const char *name) | INextionNumericalValued | inline |
INextionWidget(Nextion &nex, uint8_t page, uint8_t component, const char *name) | INextionWidget | |
m_componentID | INextionWidget | protected |
m_name | INextionWidget | protected |
m_nextion | INextionWidget | protected |
m_pageID | INextionWidget | protected |
sendCommand(char *commandStr, bool checkComplete=true) (defined in INextionWidget) | INextionWidget | protected |
setNumberProperty(char *propertyName, uint32_t value) | INextionWidget | |
setStringProperty(char *propertyName, char *value) | INextionWidget | |
setValue(uint32_t value) | INextionNumericalValued | inline |