• 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 CommandStatus

Enum describing the possible status of commands executed by the Nix device, as provided in the DeviceResult class. See CommandStatusExtensions for extension methods.

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

Fields

Name Description
ErrorAmbientLight

Status code indicating that the measurement operation failed due to the detection of ambient light leakage.

ErrorInternal

Status code indicating that the command failed due to an unknown / internal SDK error.

ErrorInvalidArgument

Status code indicating that the command was aborted because it contained invalid arguments.

ErrorLicense

Status code indicating that the command failed due to a problem with the LicenseManager. Check State for details.

ErrorLowPower

Status code indicating that the command was aborted because of a low power state on the Nix device (e.g. - insufficient battery power to complete a measurement).

ErrorNotReady

Status code indicating that the command was aborted because the Nix device was not ready (i.e. - it was already executing another command).

ErrorNotSupported

Status code indicating that the command was aborted because the it was not supported by the Nix device instance.

ErrorScanDelta

Status code indicating that the in-field calibration operation failed due to high delta E (i.e. - the calibration reference tile could not be verified by its color value). This status is only possible after a RunFieldCalibrationAsync(string) command.

ErrorTimeout

Status code indicating that the command failed due to a timeout error.

Success

Status code indicating that the command completed successfully.

WarningTemperature

Status code indicating that the in-field calibration operation completed successfully, but a temperature warning was issued (i.e. - the ambient temperature of the device is currently outside of the recommended range). This status is only possible after a RunFieldCalibrationAsync(string) command.

Extension Methods

CommandStatusExtensions.GetName(CommandStatus)
In this article
Back to top Generated by DocFX