My Project
 All Classes Files Functions Typedefs Groups Pages
Public Member Functions | List of all members
NexHotspot Class Reference

#include <NexHotspot.h>

Inheritance diagram for NexHotspot:
NexTouch NexObject

Public Member Functions

 NexHotspot (uint8_t pid, uint8_t cid, const char *name)
 
- Public Member Functions inherited from NexTouch
 NexTouch (uint8_t pid, uint8_t cid, const char *name)
 
void attachPush (NexTouchEventCb push, void *ptr=NULL)
 
void detachPush (void)
 
void attachPop (NexTouchEventCb pop, void *ptr=NULL)
 
void detachPop (void)
 
- Public Member Functions inherited from NexObject
 NexObject (uint8_t pid, uint8_t cid, const char *name)
 
void printObjInfo (void)
 

Additional Inherited Members

- Static Public Member Functions inherited from NexTouch
static void iterate (NexTouch **list, uint8_t pid, uint8_t cid, int32_t event)
 
- Protected Member Functions inherited from NexObject
uint8_t getObjPid (void)
 
uint8_t getObjCid (void)
 
const char * getObjName (void)
 

Detailed Description

NexHotspot component.

Constructor & Destructor Documentation

NexHotspot::NexHotspot ( uint8_t  pid,
uint8_t  cid,
const char *  name 
)

Constructor.

Parameters
pid- page id.
cid- component id.
name- pointer to an unique name in range of all components.

The documentation for this class was generated from the following files: