CGA_WatchOS_DiscoveryTableController
class CGA_WatchOS_DiscoveryTableController : NSObject
This is the controller for the discovered peripheral display screen.
-
Each table item has an associated Peripheral, denoted by discovery data.
Declaration
Swift
var deviceDiscoveryData: RVS_BlueThoth.DiscoveryData! { get set }
-
This displays the Peripheral name.
Declaration
Swift
@IBOutlet weak var deviceLabel: WKInterfaceLabel!
-
This displays the power, in dBm.
Declaration
Swift
@IBOutlet weak var powerLabel: WKInterfaceLabel!
-
This displays any advertised Services.
Declaration
Swift
@IBOutlet weak var serviceLabel: WKInterfaceLabel!