![]() |
API
For Arduino developers
|
Root Class of Nextion Components. More...
#include <NexTouch.h>
Public Member Functions | |
| NexTouch (NexPid pid, NexCid cid, const char *name) | |
| Constructor of Nextouch. More... | |
Public Member Functions inherited from NexObject | |
| NexObject (NexPid pid, NexCid cid, const char *name) | |
| Constructor. More... | |
| NexPid | getObjPid (void) |
| Get page id. More... | |
| NexCid | getObjCid (void) |
| Get component id. More... | |
| const char * | getObjName (void) |
| Get component name. More... | |
| void | printObjInfo (void) |
| Print current object address,page id,component id, component name,pop event function address,push event function address. | |
Root Class of Nextion Components.
Definition at line 35 of file NexTouch.h.
| NexTouch::NexTouch | ( | NexPid | pid, |
| NexCid | cid, | ||
| const char * | name | ||
| ) |
Constructor of Nextouch.
| pid | - pid |
| cid | - cid |
| name | - name |
Definition at line 27 of file NexTouch.cpp.
1.8.7