Type Aliases
The following type aliases are available globally.
-
Declaration
Swift
typealias RVS_BTDriver_OBD_ELM327_CommandDictionary_Tuple = (method: (() -> Void)?, description: String)
-
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_OBD_MacOS_Test_Harness_Device_Detail_ViewController_TableDataTuple = (key: String, value: String, read: Bool, write: Bool, indicate: Bool, notify: Bool)