Enum LicenseFeature
- Namespace
- NixUniversalSDK
- Assembly
- NixUniversalSDK.dll
Enum describing the optional features that can be enabled by the LicenseManager. Feature availability can be queried using IsFeatureEnabled(LicenseFeature?).
public enum LicenseFeature
Fields
BasicData = 0
Provides access to basic device information and colorimetry values via IColorData for all Nix devices.
DensityData = 1
Provides access to density values via IDensityData, if supported by the Nix device.
SpectralData = 2
Provides access to spectral values via ISpectralData, if supported by the Nix device.