![]() |
API
For Arduino developers
|
NexHotspot,subclass of NexTouch,provides simple methods to control hotspot component. More...
#include <NexHotspot.h>
Public Member Functions | |
| NexHotspot (NexPid pid, NexCid cid, const char *name) | |
| Constructor,inherited NexTouch's constructor function. | |
Public Member Functions inherited from NexTouch | |
| 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. | |
NexHotspot,subclass of NexTouch,provides simple methods to control hotspot component.
Definition at line 26 of file NexHotspot.h.
1.8.7