Type Aliases
The following type aliases are available globally.
-
This is a handy typealias for the tuple we’ll use to transmit table data.
if this is a Service separateor (
Declaration
Swift
typealias RVS_BTDriver_MacOS_Test_Harness_Device_Detail_ViewController_TableDataTuple = (key: String, value: String, read: Bool, write: Bool, indicate: Bool, notify: Bool)
-
This is a handy typealias for the tuple we’ll use to transmit table data.
Declaration
Swift
typealias RVS_BTDriver_MacOS_Test_Harness_Device_ViewController_TableDataTuple = (key: String, value: String)