RVS_BTDriver_MacOS_Test_Harness_Settings_ViewController
class RVS_BTDriver_MacOS_Test_Harness_Settings_ViewController : RVS_BTDriver_MacOS_Test_Harness_Base_ViewController
This class controls the main listing screen (the one that displays a list of devices).
-
The checkbox for selecting whether or not to use an alternate thread.
Declaration
Swift
@IBOutlet weak var useDifferentQueueCheckbox: NSButton!
-
A checkbox to indicate that deleted devices will be “rediscovered.”
Declaration
Swift
@IBOutlet weak var rescanCheckbox: NSButton!
-
A checkbox to instruct the driver to retain connections to discovered devices.
Declaration
Swift
@IBOutlet weak var persistentConnectionCheckbox: NSButton!
-
Called when any of the checkboxes change.
When a change is made, we reset the driver.
Declaration
Swift
@IBAction func checkboxChanged(_: Any)
-
Called after the view has loaded and initialized from the storyboard.
Declaration
Swift
override func viewDidLoad()