DITBluetoothLEConfig

@interface DITBluetoothLEConfig : NSObject<NSCopying, NSMutableCopying> {
    @protected BOOL _enabled;
}

@property (nonatomic, readonly, getter = isEnabled) BOOL enabled;

- (instancetype)initWithDITBluetoothLEConfig:(DITBluetoothLEConfig *)config;
- (instancetype)initWithEnabled:(BOOL)enabled NS_DESIGNATED_INITIALIZER;

- (BOOL)isEqualToDITBluetoothLEConfig:(DITBluetoothLEConfig *)config;

@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    BOOL _enabled
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, readonly, getter = isEnabled) BOOL enabled
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)initWithDITBluetoothLEConfig:(DITBluetoothLEConfig *)config;
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)initWithEnabled:(BOOL)enabled NS_DESIGNATED_INITIALIZER;
  • Undocumented

    Declaration

    Objective-C

    - (BOOL)isEqualToDITBluetoothLEConfig:(DITBluetoothLEConfig *)config;