• Docs
  • API
Show / Hide Table of Contents
  • NixUniversalSDK
    • BatteryStateEventArgs
    • ColorData
    • ColorDifferenceType
    • ColorDifferenceTypeExtensions
    • ColorType
    • ColorTypeExtensions
    • ColorUtils
    • CommandStatus
    • CommandStatusExtensions
    • DensityData
    • DensityStatus
    • DensityStatusExtensions
    • DeviceCompat
    • DeviceResult
    • DeviceScanner
    • DeviceScannerState
    • DeviceScannerStateExtensions
    • DeviceState
    • DeviceStateExtensions
    • DeviceStatus
    • DeviceStatusArgs
    • DeviceStatusExtensions
    • DeviceType
    • DeviceTypeExtensions
    • DeviceVersion
    • ExtPowerStateEventArgs
    • IColorData
    • IColorDataExtensions
    • IDensityData
    • IDeviceCompat
    • IDeviceCompatEvents
    • IDeviceCompatExtensions
    • IDeviceScanner
    • IDeviceScannerEvents
    • IMeasurementData
    • IMeasurementDataExtensions
    • ISpectralData
    • ISpectralDataExtensions
    • Illuminant
    • IlluminantExtensions
    • InterfaceType
    • InterfaceTypeExtensions
    • LicenseFeature
    • LicenseFeatureExtensions
    • LicenseManager
    • LicenseManagerState
    • MeasurementData
    • Observer
    • ObserverExtensions
    • ReferenceWhite
    • ReferenceWhiteExtensions
    • ScanMode
    • ScanModeExtensions
    • ScanResultEventArgs
    • ScannerCreatedEventArgs
    • SpectralData
  • NixUniversalSDK.Wrapper
    • Constants
    • Delegates
    • Delegates.BoolValue
    • Delegates.Empty
    • Delegates.IntValue
    • Delegates.StringValue
    • DeviceCompatModule
    • DeviceScannerModule
    • Exported

Enum LicenseManagerState

Enum describing the possible states of the LicenseManager.

Namespace: NixUniversalSDK
Assembly: NixUniversalSDK.dll
Syntax
public enum LicenseManagerState

Fields

Name Description
Active

The license has been activated successfully and Nix Universal SDK functions are available.

ErrorInternal

An unknown error occurred when activating the license. Contact the Nix SDK support team.

ErrorLicenseBadSignature

The license has failed to activate because the signature was invalid. Verify that the correct options and signature were used when calling Activate(string, string). Contact the Nix SDK support team if this error persists.

ErrorLicenseExpired

The license has expired and is no longer valid. Contact the Nix SDK support team.

ErrorLicenseInvalidOptions

The license failed to activate because the options string was invalid. Contact the Nix SDK support team.

Inactive

The license manager has not been activated yet. Activate the license using Activate(string, string).

In this article
Back to top Generated by DocFX