Name

extension NSNotification.Name

Notifications for operations

  • FreeRTOS BLE Central Manager didUpdateState.

    Declaration

    Swift

    public static let afrCentralManagerDidUpdateState: NSNotification.Name
  • FreeRTOS BLE Central Manager didDiscoverDevice.

    Declaration

    Swift

    public static let afrCentralManagerDidDiscoverDevice: NSNotification.Name
  • FreeRTOS BLE Central Manager didConnectDevice.

    Declaration

    Swift

    public static let afrCentralManagerDidConnectDevice: NSNotification.Name
  • FreeRTOS BLE Central Manager didDisconnectDevice.

    Declaration

    Swift

    public static let afrCentralManagerDidDisconnectDevice: NSNotification.Name
  • FreeRTOS BLE Central Manager didFailToConnectDevice.

    Declaration

    Swift

    public static let afrCentralManagerDidFailToConnectDevice: NSNotification.Name
  • FreeRTOS BLE Peripheral didDiscoverServices.

    Declaration

    Swift

    public static let afrPeripheralDidDiscoverServices: NSNotification.Name
  • FreeRTOS BLE Peripheral didDiscoverCharacteristics.

    Declaration

    Swift

    public static let afrPeripheralDidDiscoverCharacteristics: NSNotification.Name
  • FreeRTOS return device info afr version.

    Declaration

    Swift

    public static let afrDeviceInfoAfrVersion: NSNotification.Name
  • FreeRTOS return device info broker endpoint.

    Declaration

    Swift

    public static let afrDeviceInfoBrokerEndpoint: NSNotification.Name
  • FreeRTOS return device info mtu.

    Declaration

    Swift

    public static let afrDeviceInfoMtu: NSNotification.Name
  • FreeRTOS return device info afr platform.

    Declaration

    Swift

    public static let afrDeviceInfoAfrPlatform: NSNotification.Name
  • FreeRTOS return device info afr dev id.

    Declaration

    Swift

    public static let afrDeviceInfoAfrDevId: NSNotification.Name
  • FreeRTOS list network returned a saved or scaned network.

    Declaration

    Swift

    public static let afrDidListNetwork: NSNotification.Name
  • FreeRTOS save network did save a network.

    Declaration

    Swift

    public static let afrDidSaveNetwork: NSNotification.Name
  • FreeRTOS edit network did edit a saved network.

    Declaration

    Swift

    public static let afrDidEditNetwork: NSNotification.Name
  • FreeRTOS delete network did delete a saved network.

    Declaration

    Swift

    public static let afrDidDeleteNetwork: NSNotification.Name