9 #import <Foundation/Foundation.h>
10 #import <WFConnector/WFSensorData.h>
41 @property (nonatomic, assign)
int txPowerLevel;
This is the abstract base class for all types of ANT sensor data.
Definition: WFSensorData.h:18
Represents the metadata for the sensor, available from most BTLE sensors.
Definition: WFBTLECommonData.h:17
WFBTLEChAlertLevel_t
Describes the alert level for the BTLE Alert Level characteristic.
Definition: hardware_connector_types.h:594
Represents the data available from the BTLE Proximity sensor.
Definition: WFProximityData.h:23
WFBTLEChAlertLevel_t alertLevel
The alert level specified by the device.
Definition: WFProximityData.h:39
WFBTLECommonData * btleCommonData
Gets the metadata for the BTLE device.
Definition: WFProximityData.h:37
int txPowerLevel
The transmit power level reported by the device.
Definition: WFProximityData.h:41