CGA_CharacteristicViewController_TableRow
@MainActor
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 @MainActor weak var descriptorIDLabel: UILabel! -
The bottom label displays the Descriptor value (interpreted)
Declaration
Swift
@IBOutlet @MainActor weak var descriptorValueLabel: UILabel! -
This button allows interaction with the Descriptor.
Declaration
Swift
@IBOutlet @MainActor weak var interactionButton: UIButton!
View on GitHub