My Project
 All Classes Files Functions Typedefs Groups Pages
NexHotspot.h
Go to the documentation of this file.
1 
17 #ifndef __NEXHOTSPOT_H__
18 #define __NEXHOTSPOT_H__
19 
20 #include "NexTouch.h"
21 #include "NexHardware.h"
30 class NexHotspot: public NexTouch
31 {
32 public: /* methods */
36  NexHotspot(uint8_t pid, uint8_t cid, const char *name);
37 };
43 #endif /* #ifndef __NEXHOTSPOT_H__ */
Definition: NexHotspot.h:30
Definition: NexTouch.h:53
NexHotspot(uint8_t pid, uint8_t cid, const char *name)
Definition: NexHotspot.cpp:18