DEASimpleKeysViewCell Class Reference

Inherits from UITableViewCell
Declared in DEASimpleKeysViewCell.h
DEASimpleKeysViewCell.m

Overview

View and control logic for the SensorTag simple keys service.

  service

Pointer to simple keys service

@property (strong, nonatomic) DEASimpleKeysService *service

Discussion

Pointer to simple keys service

Declared In

DEASimpleKeysViewCell.h

  button1

Button 1

@property (strong, nonatomic) IBOutlet UIButton *button1

Discussion

Button 1

Declared In

DEASimpleKeysViewCell.h

  button2

Button 2

@property (strong, nonatomic) IBOutlet UIButton *button2

Discussion

Button 2

Declared In

DEASimpleKeysViewCell.h

– configureWithSensorTag:

Bind UI components to service of interest in sensorTag.

- (void)configureWithSensorTag:(DEASensorTag *)sensorTag

Parameters

sensorTag

Peripheral instance of SensorTag.

Discussion

Bind UI components to service of interest in sensorTag.

Declared In

DEASimpleKeysViewCell.h

– deconfigure

Unbind UI components to service.

- (void)deconfigure

Discussion

Unbind UI components to service.

Declared In

DEASimpleKeysViewCell.h