![]() |
API
For Arduino developers
|
Root Class of Nextion Components. More...
#include <NexTouch.h>
Public Member Functions | |
| NexTouch (NexPid pid, NexCid cid, char *name, NexTouchEventCb pop=NULL, void *pop_ptr=NULL, NexTouchEventCb push=NULL, void *push_ptr=NULL) | |
| Constructor of Nextouch. More... | |
| NexPid | getPid (void) |
| Get page id. More... | |
| NexCid | getCid (void) |
| Get component id. More... | |
| const char * | getObjName (void) |
| Get component name. More... | |
Root Class of Nextion Components.
Definition at line 37 of file NexTouch.h.
| NexTouch::NexTouch | ( | NexPid | pid, |
| NexCid | cid, | ||
| char * | name, | ||
| NexTouchEventCb | pop = NULL, |
||
| void * | pop_ptr = NULL, |
||
| NexTouchEventCb | push = NULL, |
||
| void * | push_ptr = NULL |
||
| ) |
Constructor of Nextouch.
| pid | - page id. |
| cid | - component id. |
| name | - component name. |
| pop | - pop event function pointer. |
| pop_ptr | - the parameter was transmitted to pop event function pointer. |
| push | - push event function pointer. |
| push_ptr | - the parameter was transmitted to push event function pointer. |
Definition at line 31 of file NexTouch.cpp.
| NexCid NexTouch::getCid | ( | void | ) |
| const char * NexTouch::getObjName | ( | void | ) |
| NexPid NexTouch::getPid | ( | void | ) |
1.8.7