LicenseInfo.ProductEdition Enumeration
This enumeration defines the product editions. See property ProductEdition on this class.
Namespace:
IntervalZero.MaxRT.wRTOS.Config
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public enum ProductEdition
Members
|
Name |
Value | Description |
|---|---|---|
|
PRODUCT_EDITION_SOLO |
1 |
This enumerator represents the wRTOS Runtime Solo edition. |
|
PRODUCT_EDITION_ENTRY |
2 |
This enumerator represents the wRTOS Runtime Entry edition. |
|
PRODUCT_EDITION_BASIC |
3 |
This enumerator represents the wRTOS Runtime Basic edition. |
|
PRODUCT_EDITION_PROFESSIONAL |
4 |
This enumerator represents the wRTOS Runtime Professional edition. |
|
PRODUCT_EDITION_PREMIUM |
5 |
This enumerator represents the wRTOS Runtime Premium edition. |
|
PRODUCT_EDITION_ULTIMATE |
6 |
This enumerator represents the wRTOS Runtime Ultimate edition. |
See Also: