SCPBluetoothScanDiscoveryConfigurationBuilder

Objective-C


@interface SCPBluetoothScanDiscoveryConfigurationBuilder
    : SCPBuilder <SCPBluetoothScanDiscoveryConfiguration *>

Swift

class BluetoothScanDiscoveryConfigurationBuilder : SCPBuilder<BluetoothScanDiscoveryConfiguration>

Builder class for SCPBluetoothScanDiscoveryConfiguration

  • Set the simulated property for the discovery configuration that will be built

    Declaration

    Objective-C

    - (nonnull SCPBluetoothScanDiscoveryConfigurationBuilder *)setSimulated:
        (BOOL)simulated;

    Swift

    func setSimulated(_ simulated: Bool) -> BluetoothScanDiscoveryConfigurationBuilder
  • Set the timeout value for the discovery configuration that will be built

    Declaration

    Objective-C

    - (nonnull SCPBluetoothScanDiscoveryConfigurationBuilder *)setTimeout:
        (NSUInteger)timeout;

    Swift

    func setTimeout(_ timeout: UInt) -> BluetoothScanDiscoveryConfigurationBuilder