bool setText(const char *buffer)
Set the value of text.
void detachPop(void)
Unload text pop callback function.
uint16_t getText(char *buffer, uint16_t len)
Get the value of text.
NexText(NexPid pid, NexCid cid, char *name, NexTouchEventCb pop=NULL, void *pop_ptr=NULL)
Constructor,inherited NexTouch's constructor function.
void attachPop(NexTouchEventCb pop, void *ptr=NULL)
Register text pop callback function.
NexText,subclass of NexTouch,provides simple methods to control text component.