DEAAccelerometerViewCell Class Reference
Inherits from | UITableViewCell |
---|---|
Declared in | DEAAccelerometerViewCell.h DEAAccelerometerViewCell.m |
service
Pointer to service for this UI control
@property (strong, nonatomic) DEAAccelerometerService *service
Discussion
Pointer to service for this UI control
Declared In
DEAAccelerometerViewCell.h
notifySwitch
Notification enable switch
@property (strong, nonatomic) IBOutlet UISwitch *notifySwitch
Discussion
Notification enable switch
Declared In
DEAAccelerometerViewCell.h
accelXLabel
X label
@property (strong, nonatomic) IBOutlet UILabel *accelXLabel
Discussion
X label
Declared In
DEAAccelerometerViewCell.h
accelYLabel
Y label
@property (strong, nonatomic) IBOutlet UILabel *accelYLabel
Discussion
Y label
Declared In
DEAAccelerometerViewCell.h
accelZLabel
Z label
@property (strong, nonatomic) IBOutlet UILabel *accelZLabel
Discussion
Z label
Declared In
DEAAccelerometerViewCell.h
periodLabel
Period label
@property (strong, nonatomic) IBOutlet UILabel *periodLabel
Discussion
Period label
Declared In
DEAAccelerometerViewCell.h
periodSlider
Period slider
@property (strong, nonatomic) IBOutlet UISlider *periodSlider
Discussion
Period slider
Declared In
DEAAccelerometerViewCell.h
hasReadPeriod
hasReadPeriod
@property (nonatomic, assign) BOOL hasReadPeriod
Discussion
hasReadPeriod
Declared In
DEAAccelerometerViewCell.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
DEAAccelerometerViewCell.h
– periodSliderAction:
Action method for periodSlider
- (IBAction)periodSliderAction:(id)sender
Parameters
sender |
periodSlider UI component. |
---|
Discussion
Action method for periodSlider
Declared In
DEAAccelerometerViewCell.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
DEAAccelerometerViewCell.h
– deconfigure
Deconfigure this class to not use sensorTag.
- (void)deconfigure
Discussion
Deconfigure this class to not use sensorTag.
Declared In
DEAAccelerometerViewCell.h