![]() |
Wahoo Fitness API
3.6.1
Documentation for the iPhone version of the Wahoo Fitness API.
|
Represents the base class for ANT FS Client implementations. More...
#import <WFAntFSClientBase.h>
Instance Methods | |
(BOOL) | - addFITFile: |
Adds the specified FIT file to the directory which will be available from the client for download. More... | |
(BOOL) | - closeBeacon |
Closes the ANT FS Client beacon. More... | |
(BOOL) | - openBeacon |
Opens the ANT FS Client beacon. More... | |
(BOOL) | - specifySettings: |
Creates a FIT settings file based on the specified parameters. More... | |
(BOOL) | - startAntFSClient |
Starts the ANT FS Client. More... | |
Properties | |
id< WFAntFSDeviceDelegate > | delegate |
Gets or sets the instance which will handle delegated methods for the WFAntFSDevice. More... | |
Represents the base class for ANT FS Client implementations.
- (BOOL) addFITFile: | (NSString *) | filePath |
Adds the specified FIT file to the directory which will be available from the client for download.
The ANT FS Client will expose a directory of files available for download. The directory is populated via this method, or implicitly through the specifySettings: method.
filePath | The path to the FIT file to be added. |
TRUE
if the file was added, otherwise FALSE
. - (BOOL) closeBeacon |
Closes the ANT FS Client beacon.
TRUE
if the beacon was closed, otherwise FALSE
. - (BOOL) openBeacon |
Opens the ANT FS Client beacon.
TRUE
if the beacon was opened, otherwise FALSE
. - (BOOL) specifySettings: | (WFFitnessEquipmentSettings_t *) | pstSettings |
Creates a FIT settings file based on the specified parameters.
A SETTINGS type FIT file will be created and added to the directory of files available for download from the ANT FS Client.
pstSettings | A pointer to a WFFitnessEquipmentSettings_t structure containing the settings. |
TRUE
if the settings file was created, otherwise FALSE
. - (BOOL) startAntFSClient |
Starts the ANT FS Client.
TRUE
if the ANT FS Client was started, otherwise FALSE
.
|
readwritenonatomicretaininherited |
Gets or sets the instance which will handle delegated methods for the WFAntFSDevice.