MedM DeviceKit
|
#import <MedMDeviceKitConfig.h>
Properties | |
DeviceKitGlucoseUnits | glucoseUnits |
Which units DeviceKit would set to glucometers (if supported). More... | |
DeviceKitUnits | units |
Which units DeviceKit would set to remote devices (if supported). More... | |
BOOL | convertReadings |
If true, DeviceKit would notify data only in configured units. More... | |
DeviceKitUserSex | userSex |
Sex of the user. More... | |
NSInteger | userHeight |
User height in centimeters. More... | |
double | userWeight |
User weight in kg. More... | |
NSDate *_Nullable | userBirthday |
User birthday. More... | |
NSInteger | userDailyStepsGoal |
Daily steps goal for the user. More... | |
|
readwritenonatomicassign |
If true, DeviceKit would notify data only in configured units.
If the data was received in other units, it would be converted. Note that some precision may be lost during conversion.
If false, DeviceKit would notify received data as it was received from the remote device
False by default
|
readwritenonatomicassign |
Which units DeviceKit would set to glucometers (if supported).
MilligramsPerDecilitre by default
|
readwritenonatomicassign |
Which units DeviceKit would set to remote devices (if supported).
Metric by default
|
readwritenonatomicretain |
User birthday.
Used to calculate user age and setting it to activity trackers and weight scales with body composition.
|
readwritenonatomicassign |
Daily steps goal for the user.
Used for setting user info on activity trackers.
|
readwritenonatomicassign |
User height in centimeters.
Used for setting user info on activity trackers and weight scales with body composition.
|
readwritenonatomicassign |
Sex of the user.
Used for setting user info on activity trackers and weight scales with body composition.
|
readwritenonatomicassign |
User weight in kg.
Used for setting user info on activity trackers.