CGA_WatchOS_ServiceTableController

class CGA_WatchOS_ServiceTableController : NSObject

This is the controller for the discovered services display screen.

  • Each table item has an associated Service.

    Declaration

    Swift

    var serviceInstance: CGA_Bluetooth_Service? { get set }
  • This displays the Service ID.

    Declaration

    Swift

    @IBOutlet
    weak var serviceLabel: WKInterfaceLabel!