![]() |
Wahoo Fitness API
3.6.1
Documentation for the iPhone version of the Wahoo Fitness API.
|
Represents the most commonly used data available from the ANT+ Glucose Monitor sensor. More...
#import <WFGlucoseData.h>
Properties | |
WFCommonData * | commonData |
Common sensor data, provides information about the sensor. More... | |
NSDate * | currentDeviceTime |
Gets the current time, as reported by the glucose device. More... | |
WFGlucoseRateAlertLevel_t | fallingAlertLevel |
Gets the falling level rate at which the device is currently set to alert. More... | |
BOOL | isDataStale |
TRUE if data is considered stale, otherwise FALSE . More... | |
WFGlucoseChangeRate_t | rateOfChange |
Gets the current rate of change in the glucose level. More... | |
WFGlucoseRateAlertLevel_t | risingAlertLevel |
Gets the rising level rate at which the device is currently set to alert. More... | |
WFConnectorSettings * | settings |
Gets the persistent settings for the Wahoo API. More... | |
WFGlucoseStatus_t | status |
Gets the glucose device status. More... | |
NSDate * | timestamp |
Gets the timestamp for the glucose data. More... | |
ULONG | ulElapsedTime |
Gets the number of seconds since the Sensor Term was started or initialized. More... | |
USHORT | usConcentration |
Gets the concentration, measured in mg/dL. More... | |
USHORT | usHighAlertLevel |
Gets the high glucose level at which the device is currently set to alert. More... | |
USHORT | usLowAlertLevel |
Gets the low glucose level at which the device is currently set to alert. More... | |
Represents the most commonly used data available from the ANT+ Glucose Monitor sensor.
ANT+ sensors send data in multiple packets. The WFHeartrateData combines the most commonly used of this data into a single entity. The data represents the latest of each data type sent from the sensor.
|
readnonatomicassign |
Common sensor data, provides information about the sensor.
|
readwritenonatomicretain |
Gets the current time, as reported by the glucose device.
This value may be compared to the current system time and used to offset any descrepencies in timestamp values.
|
readwritenonatomicassign |
Gets the falling level rate at which the device is currently set to alert.
|
readnonatomicassigninherited |
TRUE
if data is considered stale, otherwise FALSE
.
|
readwritenonatomicassign |
Gets the current rate of change in the glucose level.
|
readwritenonatomicassign |
Gets the rising level rate at which the device is currently set to alert.
|
readnonatomicassigninherited |
Gets the persistent settings for the Wahoo API.
|
readwritenonatomicassign |
Gets the glucose device status.
|
readwritenonatomicretain |
Gets the timestamp for the glucose data.
|
readwritenonatomicassign |
Gets the number of seconds since the Sensor Term was started or initialized.
|
readwritenonatomicassign |
Gets the concentration, measured in mg/dL.
|
readwritenonatomicassign |
Gets the high glucose level at which the device is currently set to alert.
|
readwritenonatomicassign |
Gets the low glucose level at which the device is currently set to alert.