RGLBleConfig
@interface RGLBleConfig : RGLBaseReaderConfig
DocumentReader configuration object. For usage when the license is embedded in a Regula bluetooth device.
-
Bluetooth service connected to the config. Once
DocReaderis initialized the service is available throughDocReader.shared.bluetooth.Declaration
Objective-C
@property (nonatomic, strong, readonly, nonnull) RGLBluetooth *bluetooth; -
Creates configuration object for DocumentReader.
Declaration
Objective-C
+ (nonnull instancetype)configWithBluetooth:(nonnull RGLBluetooth *)bluetooth;Parameters
bluetoothRGLBluetoothinstance that controls connection. -
Creates configuration object for DocumentReader.
Declaration
Objective-C
- (nonnull instancetype)initWithBluetooth:(nonnull RGLBluetooth *)bluetooth;Parameters
bluetoothRGLBluetoothinstance that controls connection. -
Creates configuration object for DocumentReader.
Declaration
Objective-C
- (nonnull instancetype)initWithBluetooth:(nonnull RGLBluetooth *)bluetooth licenseUpdateCheck:(BOOL)licenseUpdateCheck databasePath:(nullable NSString *)databasePath delayedNNLoadEnabled:(BOOL)delayedNNLoadEnabled;Parameters
bluetoothRGLBluetoothinstance that controls connection.licenseUpdateCheckEnables automatic license update check during
DocumentReaderinitialization.databasePathThe path to the database file.
delayedNNLoadEnabledEnables delayed
DocumentReaderinitialization. -
Unavailable
Not the designated initializer.
Undocumented
Declaration
Objective-C
RGL_EMPTY_INIT_UNAVAILABLE -
Unavailable
Not the designated initializer.
Undocumented
Declaration
Objective-C
RGL_EMPTY_INIT_UNAVAILABLE