Wirepas SDK
shared_libdata.h File Reference

Detailed Description

Shared_LibData library has been renamed Shared_Data.

Please change the following in your code to be compatible with the new library name:

  • #include "shared_data.h" instead of #include "shared_libdata.h"
  • Shared_Data_init(); instead of Shared_LibData_init();
  • Shared_Data_addDataReceivedCb(...); instead of Shared_LibData_addDataReceivedCb();
  • Shared_Data_removeDataReceivedCb(...); instead of Shared_LibData_removeDataReceivedCb();
  • Shared_Data_sendData(...); instead of Shared_LibData_sendData(...)

Note also that Multicast packet filtering has changed to make it simpler to manage large number of multicast groups.

Definition in file shared_libdata.h.

Go to the source code of this file.