CGA_WatchOS_CharacteristicTables_Button

class CGA_WatchOS_CharacteristicTables_Button : CGA_WatchOS_CharacteristicTables_Base

This is a button that allows us to read a value.

  • The button instance.

    Declaration

    Swift

    @IBOutlet
    weak var buttonObject: WKInterfaceButton!
  • The handler for the read.

    Declaration

    Swift

    @IBAction
    func buttonHit()