XBee modules

Dependencies:   DigiLogger

Fork of XBeeLib by Digi International Inc.

Revision:
4:629712865107
Parent:
0:fcaad0dfa051
--- a/FrameHandlers/FH_IoDataSample802.h	Mon May 18 13:16:55 2015 +0200
+++ b/FrameHandlers/FH_IoDataSample802.h	Mon Jun 01 18:59:43 2015 +0200
@@ -43,7 +43,6 @@
         /** Class destructor */
         virtual ~FH_IoDataSampe64b802();
 
-        /**  */
         virtual void process_frame_data(const ApiFrame *const frame);
 
         void register_io_data_cb(io_data_cb_802_t function);
@@ -64,11 +63,12 @@
         /** Class destructor */
         virtual ~FH_IoDataSampe16b802();
 
-        /**  */
         virtual void process_frame_data(const ApiFrame *const frame);
 
         void register_io_data_cb(io_data_cb_802_t function);
+
         void unregister_io_data_cb();
+
     private:
         /** Callback function, invoked if registered */
         io_data_cb_802_t io_data_cb;