XBee API operation library for mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ManyToOneRouteIndicator.h Source File

ManyToOneRouteIndicator.h

00001 #ifndef UK_AC_HERTS_SMARTLAB_XBEE_ManyToOneRouteIndicator
00002 #define UK_AC_HERTS_SMARTLAB_XBEE_ManyToOneRouteIndicator
00003 
00004 #include "RxBase.h"
00005 #include "Address.h"
00006 
00007 class ManyToOneRouteIndicator: public RxBase
00008 {
00009 public:
00010     ManyToOneRouteIndicator(APIFrame * frame);
00011 
00012     Address getRemoteDevice();
00013     
00014     bool convert(APIFrame * frame);
00015 };
00016 
00017 #endif