Other Enumerations

The following enumerations are available globally.

  • Describes loadable module status.

    See more

    Declaration

    Swift

    public enum ModuleStatus
  • Represents custom config value type and its associated value.

    Declaration

    Swift

    public enum ConfigValue
  • Following are the possibilities of error that can come up while doing firmware upgrade.

    See more

    Declaration

    Swift

    public enum FirmwareUpdateError : Error
  • Information about the current state of firmware updates.

    See more

    Declaration

    Swift

    public enum FirmwareUpdateState
  • Sampling rate for Accelerometer sensor.

    Declaration

    Swift

    public enum AccelerometerSamplingRate
  • Sampling rate for Gyroscope sensor.

    Declaration

    Swift

    public enum GyroscopeSamplingRate
  • Information about the current state of IMU session download.

    See more

    Declaration

    Swift

    public enum IMUSessionDownloadState
  • Errors that can be encountered while sending module commands.

    See more

    Declaration

    Swift

    public enum ModuleError : Error
  • Represents the status of data collection.

    See more

    Declaration

    Swift

    public enum DataCollectionStatus
  • Represents the current data collection mode. It is valid only when the DataCollectionStatus is “logging”.

    Declaration

    Swift

    public enum DataCollectionMode : CaseIterable
  • Represents error related to IMU streaming.

    See more

    Declaration

    Swift

    public enum IMUStreamingError : Error
  • Provides tag constant details.

    See more

    Declaration

    Swift

    public enum TagConstants
  • SDK Version Metadata.

    See more

    Declaration

    Swift

    public enum JacquardSDKVersion
  • Provides dfu update status.

    See more

    Declaration

    Swift

    public enum DFUUpdateInfoStatus : String, Codable
  • The possible errors published by a network activity.

    See more

    Declaration

    Swift

    public enum APIError : Error