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