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