DEASensorTagViewController Class Reference

Inherits from DEABaseViewController : UIViewController
Conforms to CBPeripheralDelegate
UITableViewDataSource
UITableViewDelegate
Declared in DEASensorTagViewController.h
DEASensorTagViewController.m

Overview

ViewController for TI SensorTag peripheral.

Properties

  cbServiceCells

Array of names of service cells.

@property (strong, nonatomic) NSArray *cbServiceCells

Discussion

Array of names of service cells.

Declared In

DEASensorTagViewController.h

  sensorTag

Instance of DEASensorTag.

@property (strong, nonatomic) DEASensorTag *sensorTag

Discussion

Instance of DEASensorTag.

Declared In

DEASensorTagViewController.h

  rssiButton

BarButtonItem to display RSSI

@property (strong, nonatomic) UIBarButtonItem *rssiButton

Discussion

BarButtonItem to display RSSI

Declared In

DEASensorTagViewController.h

  sensorTableView

TableView holding UI controls for all SensorTag services.

@property (strong, nonatomic) IBOutlet UITableView *sensorTableView

Discussion

TableView holding UI controls for all SensorTag services.

Declared In

DEASensorTagViewController.h

  temperatureViewCell

UI for temperature service.

@property (strong, nonatomic) IBOutlet DEATemperatureViewCell *temperatureViewCell

Discussion

UI for temperature service.

Declared In

DEASensorTagViewController.h

  accelerometerViewCell

UI for accelerometer service.

@property (strong, nonatomic) IBOutlet DEAAccelerometerViewCell *accelerometerViewCell

Discussion

UI for accelerometer service.

Declared In

DEASensorTagViewController.h

  humidityViewCell

UI for humidity service.

@property (strong, nonatomic) IBOutlet DEAHumidityViewCell *humidityViewCell

Discussion

UI for humidity service.

Declared In

DEASensorTagViewController.h

  simplekeysViewCell

UI for simple keys service.

@property (strong, nonatomic) IBOutlet DEASimpleKeysViewCell *simplekeysViewCell

Discussion

UI for simple keys service.

Declared In

DEASensorTagViewController.h

  barometerViewCell

UI for barometer service.

@property (strong, nonatomic) IBOutlet DEABarometerViewCell *barometerViewCell

Discussion

UI for barometer service.

Declared In

DEASensorTagViewController.h

  gyroscopeViewCell

UI for gyroscope service.

@property (strong, nonatomic) IBOutlet DEAGyroscopeViewCell *gyroscopeViewCell

Discussion

UI for gyroscope service.

Declared In

DEASensorTagViewController.h

  magnetometerViewCell

UI for magnetometer service.

@property (strong, nonatomic) IBOutlet DEAMagnetometerViewCell *magnetometerViewCell

Discussion

UI for magnetometer service.

Declared In

DEASensorTagViewController.h

  devinfoViewCell

UI for device info service.

@property (strong, nonatomic) IBOutlet DEADeviceInfoViewCell *devinfoViewCell

Discussion

UI for device info service.

Declared In

DEASensorTagViewController.h