![]() |
Wahoo Fitness API
3.6.1
Documentation for the iPhone version of the Wahoo Fitness API.
|
Represents the data available from the ANT+ Weight Scale sensor. More...
#import <WFWeightScaleData.h>
Instance Methods | |
(NSString *) | - formattedWeight: |
Properties | |
float | bodyWeight |
Measured body weight (in kg). More... | |
BOOL | isDataStale |
TRUE if data is considered stale, otherwise FALSE . More... | |
WFConnectorSettings * | settings |
Gets the persistent settings for the Wahoo API. More... | |
USHORT | userProfileId |
User profile ID number. More... | |
Represents the data available from the ANT+ Weight Scale sensor.
ANT+ sensors send data in multiple packets. The WFWeightScaleData combines this data into a single entity. The data represents the latest of each data type sent from the sensor.
- (NSString*) formattedWeight: | (BOOL) | showUnits |
|
readwritenonatomicassign |
Measured body weight (in kg).
WF_WEIGHT_SCALE_COMPUTING
. If the weight scale has not recorded a valid value, the value will be WF_WEIGHT_SCALE_INVALID
. Otherwise, the value is the weight in kilograms.
|
readnonatomicassigninherited |
TRUE
if data is considered stale, otherwise FALSE
.
|
readnonatomicassigninherited |
Gets the persistent settings for the Wahoo API.
|
readwritenonatomicassign |
User profile ID number.