Constants

The following constants are available globally.

  • The didRead notification will pass as the object, an array of VLDRecords read from the peripheral The userInfo dictionary for the notifications will contain a key, peripheralID

    Declaration

    Objective-C

    extern NSString *const _Nonnull kVLDBluetoothPassiveDidReadNotification

    Swift

    static let vldBluetoothPassiveDidRead: NSNotification.Name
  • The didFail notification will pass the NSError object as the object in the notification.

    Declaration

    Objective-C

    extern NSString *const _Nonnull kVLDBluetoothPassiveDidFailNotification

    Swift

    static let vldBluetoothPassiveDidFail: NSNotification.Name
  • The is ready notification indicates that tracking can now start.

    Declaration

    Objective-C

    extern NSString *const _Nonnull kVLDBluetoothPassiveIsReadyToReadNotification

    Swift

    static let vldBluetoothPassiveIsReadyToRead: NSNotification.Name
  • Constraint string used to identify bluetooth errors.

    Declaration

    Objective-C

    extern NSString *const kVLDBluetoothErrorDomain

    Swift

    let kVLDBluetoothErrorDomain: String
  • Project version number for ValidicBluetooth.

    Declaration

    Objective-C

    extern double ValidicBluetoothVersionNumber

    Swift

    var ValidicBluetoothVersionNumber: Double
  • Project version string for ValidicBluetooth.

    Declaration

    Objective-C

    extern const unsigned char ValidicBluetoothVersionString[]