CGA_WatchOS_CharacteristicTableController
class CGA_WatchOS_CharacteristicTableController : NSObject
This is the controller for the characteristic display screen.
-
Each table item has an associated Service.
Declaration
Swift
var characteristicInstance: CGA_Bluetooth_Characteristic? { get set }
-
This displays the Characteristic ID.
Declaration
Swift
@IBOutlet weak var characteristicLabel: WKInterfaceLabel!