CGA_CharacteristicViewController_TableRow
class CGA_CharacteristicViewController_TableRow : UITableViewCell
This denotes one row of the table of Descriptors. Each row denotes one Descriptor.
-
This is the top label that displays the Descriptor ID
Declaration
Swift
@IBOutlet weak var descriptorIDLabel: UILabel!
-
The bottom label displays the Descriptor value (interpreted)
Declaration
Swift
@IBOutlet weak var descriptorValueLabel: UILabel!
-
This button allows interaction with the Descriptor.
Declaration
Swift
@IBOutlet weak var interactionButton: UIButton!