![]() |
Documentation
For Arduino users
|
NexPicture component. More...
#include <NexPicture.h>


Public Member Functions | |
| NexPicture (uint8_t pid, uint8_t cid, const char *name) | |
| Constructor. More... | |
| bool | getPic (uint32_t *number) |
| Get picture's number. More... | |
| bool | setPic (uint32_t number) |
| Set picture's number. More... | |
Public Member Functions inherited from NexTouch | |
| NexTouch (uint8_t pid, uint8_t cid, const char *name) | |
| Constructor. More... | |
| void | attachPush (NexTouchEventCb push, void *ptr=NULL) |
| Attach an callback function of push touch event. More... | |
| void | detachPush (void) |
| Detach an callback function. More... | |
| void | attachPop (NexTouchEventCb pop, void *ptr=NULL) |
| Attach an callback function of pop touch event. More... | |
| void | detachPop (void) |
| Detach an callback function. More... | |
Public Member Functions inherited from NexObject | |
| NexObject (uint8_t pid, uint8_t cid, const char *name) | |
| Constructor. More... | |
| void | printObjInfo (void) |
| Print current object'address, page id, component id and name. More... | |
| NexPicture::NexPicture | ( | uint8_t | pid, |
| uint8_t | cid, | ||
| const char * | name | ||
| ) |
Constructor.
| pid | - page id. |
| cid | - component id. |
| name | - pointer to an unique name in range of all components. |
Definition at line 18 of file NexPicture.cpp.
| bool NexPicture::getPic | ( | uint32_t * | number | ) |
Get picture's number.
| number | - an output parameter to save picture number. |
| true | - success. |
| false | - failed. |
Definition at line 23 of file NexPicture.cpp.
| bool NexPicture::setPic | ( | uint32_t | number | ) |
Set picture's number.
| number | -the picture number. |
| true | - success. |
| false | - failed. |
Definition at line 32 of file NexPicture.cpp.