CBConnectionEventMatchingOptions Constructors

Definition

Overloads

Name Description
CBConnectionEventMatchingOptions()

Creates a new CBConnectionEventMatchingOptions with default (empty) values.

CBConnectionEventMatchingOptions(NSDictionary)

Creates a new CBConnectionEventMatchingOptions from the values that are specified in dictionary.

CBConnectionEventMatchingOptions()

Creates a new CBConnectionEventMatchingOptions with default (empty) values.

[Foundation.Preserve(Conditional=true)]
public CBConnectionEventMatchingOptions();
public CBConnectionEventMatchingOptions();
Attributes

Applies to

CBConnectionEventMatchingOptions(NSDictionary)

Creates a new CBConnectionEventMatchingOptions from the values that are specified in dictionary.

[Foundation.Preserve(Conditional=true)]
public CBConnectionEventMatchingOptions(Foundation.NSDictionary? dictionary);
public CBConnectionEventMatchingOptions(Foundation.NSDictionary? dictionary);
[<Foundation.Preserve(Conditional=true)>]
new CoreBluetooth.CBConnectionEventMatchingOptions : Foundation.NSDictionary -> CoreBluetooth.CBConnectionEventMatchingOptions
new CoreBluetooth.CBConnectionEventMatchingOptions : Foundation.NSDictionary -> CoreBluetooth.CBConnectionEventMatchingOptions

Parameters

dictionary
NSDictionary

The dictionary to use to populate the properties of this type.

Attributes

Applies to