DEAPeripheralsViewController Class Reference
Inherits from | DEABaseViewController : UIViewController |
---|---|
Conforms to | CBPeripheralDelegate UITableViewDataSource UITableViewDelegate |
Declared in | DEAPeripheralsViewController.h DEAPeripheralsViewController.m |
Properties
tvCell
TableViewCell for a connectable peripheral.
@property (strong, nonatomic) IBOutlet DEAPeripheralTableViewCell *tvCell
Discussion
TableViewCell for a connectable peripheral.
Declared In
DEAPeripheralsViewController.h
peripheralsTableView
TableView for found peripherals
@property (strong, nonatomic) IBOutlet UITableView *peripheralsTableView
Discussion
TableView for found peripherals
Declared In
DEAPeripheralsViewController.h
scanButton
Button to enable Bluetooth scanner
@property (strong, nonatomic) UIBarButtonItem *scanButton
Discussion
Button to enable Bluetooth scanner
Declared In
DEAPeripheralsViewController.h