Command Status
Enum describing the possible status of commands executed by the Nix device, as provided in the OnDeviceResultListener.
Entries
Status code indicating that the command was aborted because the Nix device was not ready (i.e. - it was already executing another command).
Status code indicating that the command was aborted because the it was not supported by the Nix device instance.
Status code indicating that the command was aborted because it contained invalid arguments.
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).
Status code indicating that the command failed due to a timeout error.
Status code indicating that the measurement operation failed due to the detection of ambient light leakage.
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 IDeviceCompat.runFieldCalibration command.
Status code indicating that the command failed due to an unknown / internal SDK error.
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 IDeviceCompat.runFieldCalibration command.
Status code indicating that the command failed due to a problem with the LicenseManager. Check LicenseManager.Shared.state for details.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.