8 #import <Foundation/Foundation.h> 10 NS_ASSUME_NONNULL_BEGIN
38 NSString* m_stringValue;
42 @property (readonly, nonatomic, retain) NSNumber* _Nonnull valueIndex;
43 @property (readonly, nonatomic, retain) NSArray<NSString*>* _Nonnull values;
44 @property (readonly, nonatomic) BOOL isReadonly;
46 #ifndef DOXYGEN_SHOULD_SKIP_THIS 47 -(id)init: (NSNumber* _Nonnull) _SKU :(NSString* _Nonnull)_address :(NSString* _Nonnull)_stringKind :(NSNumber* _Nonnull)_index :(NSArray* _Nonnull)_values : (BOOL) _isReadonly;
48 -(id)init: (NSNumber* _Nonnull) _SKU :(NSString* _Nonnull)_address :(NSString* _Nonnull)_stringKind :(NSString* _Nonnull)_value :(BOOL) _isReadonly;
55 -(BOOL)selectValueWithIndex: (NSNumber* _Nonnull)index error:(NSError *_Nullable *_Nullable)error;
68 -(BOOL)setValue: (NSString* _Nonnull)value error:(NSError *_Nullable *_Nullable)error;
Erase all data from the device on adding or not.
Definition: DeviceSetting.h:18
Measurement length.
Definition: DeviceSetting.h:16
Device manufacturer.
Definition: DeviceSetting.h:23
Turn HR monitoring on or off.
Definition: DeviceSetting.h:19
Encryption key, hex string without spaces.
Definition: DeviceSetting.h:25
Receive stream data or spot values.
Definition: DeviceSetting.h:14
User number on the device.
Definition: DeviceSetting.h:17
Spirometry test type.
Definition: DeviceSetting.h:21
Receive history data or realtime data.
Definition: DeviceSetting.h:15
Represents setting as its kind and fixed array of possible string values.
Definition: DeviceSetting.h:33
Keep history on the device or delete it after receiving.
Definition: DeviceSetting.h:22
Something went wrong, shouldn't happen.
Definition: DeviceSetting.h:13
Spirometry turbine type.
Definition: DeviceSetting.h:20
DeviceSettingKind
Definition: DeviceSetting.h:12
Is user an athlete.
Definition: DeviceSetting.h:24