DEAMagnetometerViewCell Class Reference
| Inherits from | UITableViewCell |
|---|---|
| Declared in | DEAMagnetometerViewCell.h DEAMagnetometerViewCell.m |
notifySwitch
Enable notification
@property (strong, nonatomic) IBOutlet UISwitch *notifySwitchDiscussion
Enable notification
Declared In
DEAMagnetometerViewCell.h
xLabel
X label
@property (strong, nonatomic) IBOutlet UILabel *xLabelDiscussion
X label
Declared In
DEAMagnetometerViewCell.h
yLabel
Y label
@property (strong, nonatomic) IBOutlet UILabel *yLabelDiscussion
Y label
Declared In
DEAMagnetometerViewCell.h
zLabel
Z label
@property (strong, nonatomic) IBOutlet UILabel *zLabelDiscussion
Z label
Declared In
DEAMagnetometerViewCell.h
calibrateButton
Calibration button
@property (strong, nonatomic) IBOutlet UIButton *calibrateButtonDiscussion
Calibration button
Declared In
DEAMagnetometerViewCell.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
DEAMagnetometerViewCell.h
– calibrateButtonAction:
Action method to handle calibrateButton
- (IBAction)calibrateButtonAction:(id)senderParameters
sender |
|---|
Discussion
Action method to handle calibrateButton
Declared In
DEAMagnetometerViewCell.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
DEAMagnetometerViewCell.h
– deconfigure
Deconfigure this class to not use sensorTag.
- (void)deconfigureDiscussion
Deconfigure this class to not use sensorTag.
Declared In
DEAMagnetometerViewCell.h