DEATemperatureViewCell Class Reference
| Inherits from | UITableViewCell |
|---|---|
| Declared in | DEATemperatureViewCell.h DEATemperatureViewCell.m |
service
Pointer to service
@property (strong, nonatomic) DEATemperatureService *serviceDiscussion
Pointer to service
Declared In
DEATemperatureViewCell.h
notifySwitch
Enable notification
@property (strong, nonatomic) IBOutlet UISwitch *notifySwitchDiscussion
Enable notification
Declared In
DEATemperatureViewCell.h
ambientTemperatureLabel
Display ambient temperature
@property (strong, nonatomic) IBOutlet UILabel *ambientTemperatureLabelDiscussion
Display ambient temperature
Declared In
DEATemperatureViewCell.h
objectTemperatureLabel
Display object temperature
@property (strong, nonatomic) IBOutlet UILabel *objectTemperatureLabelDiscussion
Display object temperature
Declared In
DEATemperatureViewCell.h
– notifySwitchAction:
Action method to handle notifySwitch toggle.
- (IBAction)notifySwitchAction:(id)senderParameters
sender |
notifySwitch UI component. |
|---|
Discussion
Action method to handle notifySwitch toggle.
Declared In
DEATemperatureViewCell.h
– configureWithSensorTag:
Configure this class to use sensorTag.
- (void)configureWithSensorTag:(DEASensorTag *)sensorTagParameters
sensorTag |
Peripheral containing service to be used by this UI component. |
|---|
Discussion
Configure this class to use sensorTag.
Declared In
DEATemperatureViewCell.h
– deconfigure
Deconfigure this class to not use sensorTag.
- (void)deconfigureDiscussion
Deconfigure this class to not use sensorTag.
Declared In
DEATemperatureViewCell.h