MQTT-SN Gateway Library
Library that allows implementation of MQTT-SN gateway.
|
Contains version information of the library. More...
Go to the source code of this file.
Macros | |
#define | CC_MQTTSN_GW_MAJOR_VERSION 2U |
Major verion of the library. | |
#define | CC_MQTTSN_GW_MINOR_VERSION 0U |
Minor verion of the library. | |
#define | CC_MQTTSN_GW_PATCH_VERSION 5U |
Patch level of the library. | |
#define | CC_MQTTSN_GW_MAKE_VERSION(major_, minor_, patch_) |
Macro to create numeric version as single unsigned number. | |
#define | CC_MQTTSN_GW_VERSION CC_MQTTSN_GW_MAKE_VERSION(CC_MQTTSN_GW_MAJOR_VERSION, CC_MQTTSN_GW_MINOR_VERSION, CC_MQTTSN_GW_PATCH_VERSION) |
Version of the library as single numeric value. | |
Contains version information of the library.