MQTT-SN Gateway Library
Library that allows implementation of MQTT-SN gateway.
Loading...
Searching...
No Matches
Namespaces | Functions
versionpp.h File Reference

Contains version information of the library in C++ constexpr functions. More...

Go to the source code of this file.

Namespaces

namespace  cc_mqttsn_gateway
 Main namespace for all classes / functions of the gateway library.
 

Functions

constexpr unsigned cc_mqttsn_gateway::versionMajor ()
 Major verion of the library.
 
constexpr unsigned cc_mqttsn_gateway::versionMinor ()
 Minor verion of the library.
 
constexpr unsigned cc_mqttsn_gateway::versionPatch ()
 Patch level of the library.
 
constexpr unsigned cc_mqttsn_gateway::versionCreate (unsigned major, unsigned minor, unsigned patch)
 Create version of the library as single unsigned numeric value.
 
constexpr unsigned cc_mqttsn_gateway::version ()
 Version of the library as single numeric value.
 

Detailed Description

Contains version information of the library in C++ constexpr functions.