Other Enumerations
The following enumerations are available globally.
-
Describes loadable module status.
See moreDeclaration
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 moreDeclaration
Swift
public enum FirmwareUpdateError : Error -
Information about the current state of firmware updates.
See moreDeclaration
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 moreDeclaration
Swift
public enum IMUSessionDownloadState -
Errors that can be encountered while sending module commands.
See moreDeclaration
Swift
public enum ModuleError : Error -
Represents the status of data collection.
See moreDeclaration
Swift
public enum DataCollectionStatus -
Represents the current data collection mode. It is valid only when the
DataCollectionStatusis “logging”.Declaration
Swift
public enum DataCollectionMode : CaseIterable -
Represents error related to IMU streaming.
See moreDeclaration
Swift
public enum IMUStreamingError : Error -
Provides tag constant details.
See moreDeclaration
Swift
public enum TagConstants -
SDK Version Metadata.
See moreDeclaration
Swift
public enum JacquardSDKVersion -
Provides dfu update status.
See moreDeclaration
Swift
public enum DFUUpdateInfoStatus : String, Codable -
The possible errors published by a network activity.
See moreDeclaration
Swift
public enum APIError : Error
View on GitHub
Other Enumerations Reference