DeviceInfoStruct
internal struct DeviceInfoStruct
This is a simple struct to transfer interface information between the interface and the vendor device implementation.
-
The peripheral (BLE)
Declaration
Swift
let peripheral: CBPeripheral
-
The central BLE manager
Declaration
Swift
let centralManager: CBCentralManager
-
Any advertising data supplied with the discovery.
Declaration
Swift
let advertisementData: [String : Any]