Structures
The following structures are available globally.
-
A wrapper around the advertisement data returned from a BLE device.
See moreDeclaration
Swift
public struct AdvertisingInfo
extension AdvertisingInfo: CustomDebugStringConvertible
-
This object contains parsed information passed from the
See morecentralManager(_ central: CBCentralManager, willRestoreState dict: [String : Any])
method ofCBCentralManagerDelegate
dictionaryDeclaration
Swift
public struct CentralRestorer
extension CentralRestorer: CustomDebugStringConvertible
-
A representation of a bluetooth characteristic
See moreDeclaration
Swift
public struct LittleBlueToothCharacteristic : Identifiable
extension LittleBlueToothCharacteristic: Equatable, Hashable
-
Configuration object that must be passed during the
See moreLittleBlueTooth
initializationDeclaration
Swift
public struct LittleBluetoothConfiguration
-
An object that contains the unique identifier of the
See moreCBPeripheral
and the name of it (if present)Declaration
Swift
public struct PeripheralIdentifier : PeripheralIdentifiable
extension PeripheralIdentifier: CustomStringConvertible
extension PeripheralIdentifier: Equatable, Hashable
-
An object that contains the unique identifier of the
See moreCBPeripheral
, the name of it (if present) and the advertising info.Declaration
Swift
public struct PeripheralDiscovery : PeripheralIdentifiable
extension PeripheralDiscovery: CustomDebugStringConvertible