Dependencies:   EthernetNetIf NTPClient_NetServices mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Object.h Source File

Object.h

00001 #ifndef _INC_OBJECT
00002 #define _INC_OBJECT
00003 
00004 class Object{
00005 public:
00006     virtual bool CompareId(unsigned int id) = 0;
00007 };
00008 #endif