9 #import <Foundation/Foundation.h>
10 #import <WFConnector/WFSensorConnection.h>
11 #import <WFConnector/WFWahooRawSensorTypes.h>
12 #import <WFConnector/WFWahooRawSensorControlEventsDelegate.h>
13 #import <WFConnector/WFWahooRawSensorMeasurementEventsDelegate.h>
29 @property (nonatomic, assign) id<WFWahooRawSensorControlEventsDelegate> controlEventsDelegate;
31 @property (nonatomic, assign) id<WFWahooRawSensorMeasurementEventsDelegate> measurementEventsDelegate;
35 - (
BOOL)activateMeasurements:(NSArray*)measurementTypes;
37 - (
BOOL)deactivateMeasurements:(NSArray*)measurementTypes;
Represents a connection to a Wahoo Raw Sensor Service (implemented by a BLE device) ...
Definition: WFWahooRawSensorConnection.h:19
signed char BOOL
Definition: types.h:110
id< WFWahooRawSensorMeasurementEventsDelegate > measurementEventsDelegate
Definition: WFWahooRawSensorConnection.h:31
Represents the connection for an ANT sensor.
Definition: WFSensorConnection.h:43
id< WFWahooRawSensorControlEventsDelegate > controlEventsDelegate
Definition: WFWahooRawSensorConnection.h:29