![]() |
Wahoo Fitness API
3.6.1
Documentation for the iPhone version of the Wahoo Fitness API.
|
Represents information describing the properties and capabilities of the currently connected fisica device. More...
#import <WFFisicaInfo.h>
Properties | |
ULONG | firmwareVersion |
Gets the fisica device firmware version. More... | |
UCHAR | maxAntConnections |
Gets the maximum number of ANT devices which may be connected at one time. More... | |
NSString * | model |
Gets the fisica device model name. More... | |
ULONG | serialNumber |
Gets the fisica device serial number. More... | |
BOOL | supportsAntFSClient |
TRUE if the fisica hardware supports ANT FS Client mode, otherwise FALSE . More... | |
BOOL | supportsFitnessEquipment |
TRUE if the fisica hardware supports Fit1e enabled Fitness Equipment, otherwise FALSE . More... | |
BOOL | supportsProximitySearch |
TRUE if the fisica hardware supports proximity search, otherwise FALSE . More... | |
Represents information describing the properties and capabilities of the currently connected fisica device.
|
readwritenonatomicassign |
Gets the fisica device firmware version.
The firmware version is encoded in the lower three bytes:
B2: The major version number.
B1: The minor version number.
B0: The revision number.
|
readwritenonatomicassign |
Gets the maximum number of ANT devices which may be connected at one time.
|
readwritenonatomicretain |
Gets the fisica device model name.
|
readwritenonatomicassign |
Gets the fisica device serial number.
|
readwritenonatomicassign |
TRUE
if the fisica hardware supports ANT FS Client mode, otherwise FALSE
.
|
readwritenonatomicassign |
TRUE
if the fisica hardware supports Fit1e enabled Fitness Equipment, otherwise FALSE
.
|
readwritenonatomicassign |
TRUE
if the fisica hardware supports proximity search, otherwise FALSE
.