![]() |
Wahoo Fitness API
3.6.1
Documentation for the iPhone version of the Wahoo Fitness API.
|
Represents the internal-use base class for the WFHardwareConnector. More...
#import <_WFHardwareConnector.h>
Properties | |
BOOL | autoReset |
Gets or sets a boolean value indicating whether sensor connections are reset automatically when the fisica hardware is disconnected. More... | |
id< WFHardwareConnectorDelegate > | delegate |
Gets or sets the WFHardwareConnectorDelegate which will handle delegated methods from the WFHardwareConnector. More... | |
Represents the internal-use base class for the WFHardwareConnector.
|
readwritenonatomicassign |
Gets or sets a boolean value indicating whether sensor connections are reset automatically when the fisica hardware is disconnected.
When the fisica hardware is disconnected (either by removing physically, or by the application entering background mode in pre-iOS5 devices), the ANT radio loses power, and the established connections are broken. When the fisica is re-connected, if autoReset
is TRUE
, any WFSensorConnection instances established prior to the disconnect are reset, and the WFHardwareConnector is in initialized state. If autoReset
is FALSE
, any WFSensorConnection instances will attempt to re-establish previous connections. In most cases, this should restore the connection and resume the data flow. However, there may be possible data synchronization issues in some situations. Therefore, it is recommended that the autoReset
remain in the default TRUE
condition, and that the application re-estabish desired connections in the same manner as when the WFHardwareConnector is originally initialized.
TRUE
.
|
readwritenonatomicretain |
Gets or sets the WFHardwareConnectorDelegate which will handle delegated methods from the WFHardwareConnector.