Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: XBeeZB_Receive_Data
Fork of XBeeLib by
Diff: FrameHandlers/FH_IoDataSample802.h
- 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;
