CGA_PeripheralViewController_TableRow

@MainActor
class CGA_PeripheralViewController_TableRow : UITableViewCell

This is the class that defines one row of the table that displays the Services.

  • The label that we use to display the Service ID.

    Declaration

    Swift

    @IBOutlet
    @MainActor
    weak var serviceIDLabel: UILabel!