Other Enumerations
The following enumerations are available globally.
-
Errors for Company Identifier
See moreDeclaration
Swift
public enum CompanyIdentifierError
extension CompanyIdentifierError: LocalizedError
-
Errors for Encoding
See moreDeclaration
Swift
public enum BluetoothEncodeError
extension BluetoothEncodeError: LocalizedError
extension BluetoothEncodeError: Encodable
-
Errors for Decoding
See moreDeclaration
Swift
public enum BluetoothDecodeError
extension BluetoothDecodeError: LocalizedError
extension BluetoothDecodeError: Encodable
-
Apple Manufactuer Specific Data Types
See moreDeclaration
Swift
@available(swift 4.0) public enum AppleDeviceType : UInt8, Codable
-
Bluetooth Alert Categories
See moreDeclaration
Swift
@available(swift 4.0) public enum AlertCategory : UInt8, Codable
-
Appearance
See moreDeclaration
Swift
public enum Appearance : UInt16
extension Appearance: Encodable
-
Appearance Category
See moreDeclaration
Swift
public enum AppearanceCategory : String
-
Definition of Bluetooth Gender
See moreDeclaration
Swift
@available(swift 4.0) public enum Gender : UInt8, Codable
-
Location of Sensor on Body
See moreDeclaration
Swift
@available(swift 4.0) public enum BodyLocation : UInt8, Codable
-
Location of Sensor
See moreDeclaration
Swift
public enum SensorLocation : UInt8
-
Bluetooth Timezones
See moreDeclaration
Swift
@available(swift 4.0) public enum BluetoothTimeZone : Int8, Codable
-
CodingKey with a Type and Value
See moreDeclaration
Swift
public enum TypeValueCodingKeys : CodingKey
-
Daylight Savings Time Offset
See moreDeclaration
Swift
public enum DSTOffset : UInt8
-
Bluetooth Days of the Week
See moreDeclaration
Swift
public enum DayOfWeek : UInt8
-
Declaration
Swift
@available(swift 4.0) public enum GymConnectEquipmentState : UInt8, Hashable
extension GymConnectEquipmentState: Encodable
-
Declaration
Swift
@available(swift 4.0) public enum GymConnectEquipmentType : UInt8, Hashable
extension GymConnectEquipmentType: Encodable
-
Contact Status of Heart Rate Sensor
See moreDeclaration
Swift
public enum HeartRateContactStatus : UInt8
-
Bluetooth Months
See moreDeclaration
Swift
public enum Month : UInt8
-
Bluetooth Temperature Types
These Temperature Type values correspond to the Temperature Type descriptions used in ISO/IEEE 11073-10408-2008
See moreDeclaration
Swift
public enum TemperatureType : UInt8
-
Bluetooth User
See moreDeclaration
Swift
public enum User : Hashable