1 #ifndef LS_C_LICENSE_FEATURE_H 2 #define LS_C_LICENSE_FEATURE_H 5 #include "../PODTypes.h" 81 #endif // LS_C_LICENSE_FEATURE_H LSConsumptionPeriod
Consumption period.
bool(* isExpired)(struct LSLicenseFeature *self)
struct tm(* floatingEndDateTimeUtc)(struct LSLicenseFeature *self)
bool(* isResetConsumptionEnabled)(struct LSLicenseFeature *self)
int(* maxConsumption)(struct LSLicenseFeature *self)
LS_API void FreeLSLicenseFeature(LSLicenseFeature *feature)
struct tm(* expiryDateUtc)(struct LSLicenseFeature *self)
enum LSFeatureType(* featureTypeFromString)(struct LSLicenseFeature *self, const char *value)
bool(* isUnlimitedConsumptionAllowed)(struct LSLicenseFeature *self)
enum LSConsumptionPeriod(* consumptionPeriod)(struct LSLicenseFeature *self)
int(* maxOverages)(struct LSLicenseFeature *self)
bool(* isFloating)(struct LSLicenseFeature *self)
int(* localConsumption)(struct LSLicenseFeature *self)
struct tm(* expiryDate)(struct LSLicenseFeature *self)
bool(* isOfflineFloating)(struct LSLicenseFeature *self)
int32_t(* floatingInUseCount)(struct LSLicenseFeature *self)
struct tm(* floatingEndDateTime)(struct LSLicenseFeature *self)
enum LSFeatureType(* featureType)(struct LSLicenseFeature *self)
LS_API struct LSLicenseFeature LSLicenseFeature
int32_t(* floatingUsers)(struct LSLicenseFeature *self)
int32_t(* floatingTimeout)(struct LSLicenseFeature *self)
bool(* floatingIsExpired)(struct LSLicenseFeature *self)
LSFeatureType
Product feature type.
bool(* isOveragesAllowed)(struct LSLicenseFeature *self)
LS_API LSLicenseFeature * CreateLSLicenseFeature()
int(* totalConsumption)(struct LSLicenseFeature *self)
bool(* isNegativeConsumptionAllowed)(struct LSLicenseFeature *self)