MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / setFeatureTier

Method setFeatureTier

app/src/Licensing/CommercialToken.cpp:154–157  ·  view source on GitHub ↗

* @brief Sets the feature tier for this token. */

Source from the content-addressed store, hash-verified

152 * @brief Sets the feature tier for this token.
153 */
154void Licensing::CommercialToken::setFeatureTier(FeatureTier tier)
155{
156 m_tier = tier;
157}
158
159/**
160 * @brief Sets the offline grace period remaining in days.

Callers 3

installOfflineTokenFunction · 0.80
installTrialTokenFunction · 0.80
applyValidatedLicenseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected