CentralRestorer
public struct CentralRestorerextension CentralRestorer: CustomDebugStringConvertibleThis object contains parsed information passed from the centralManager(_ central: CBCentralManager, willRestoreState dict: [String : Any]) method of CBCentralManagerDelegate dictionary
- 
                  
                  Undocumented DeclarationSwift public unowned let centralManager: CBCentralManager
- 
                  
                  Undocumented DeclarationSwift public let restoredInfo: [String : Any]
- 
                  
                  Array of PeripheralIdentifierobjects which have been restored. These are peripherals that were connected to the central manager (or had a connection pending) at the time the app was terminated by the system.DeclarationSwift public var peripherals: [PeripheralIdentifier] { get }
- 
                  
                  Dictionary that contains all of the peripheral scan options that were being used by the central manager at the time the app was terminated by the system. DeclarationSwift public var scanOptions: [String : AnyObject] { get }
- 
                  
                  Extended description of the CentralRestorerDeclarationSwift public var debugDescription: String { get }
 View on GitHub
            View on GitHub
           CentralRestorer Structure Reference
      CentralRestorer Structure Reference