Class that provides information about the product and its version.
#include <AlProduct.h> class AlProduct static const char* productName( void ); static const char* versionNumber( void );
This class provides methods for obtaining the product name and the current version number.
Returns the current product name.
Returns the current product version number.