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 * _Nonnull const kVLDBluetoothPassiveDidReadNotification
  • The didFail notification will pass the NSError object as the object in the notification.

    Declaration

    Objective-C

    extern NSString * _Nonnull const kVLDBluetoothPassiveDidFailNotification
  • The is ready notification indicates that tracking can now start.

    Declaration

    Objective-C

    extern NSString * _Nonnull const kVLDBluetoothPassiveIsReadyToReadNotification
  • Constraint string used to identify bluetooth errors.

    Declaration

    Objective-C

    extern NSString * const kVLDBluetoothErrorDomain