DeviceInformationPairing.PairAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
PairAsync() |
Versucht, das Gerät zu koppeln. |
PairAsync(DevicePairingProtectionLevel) |
Versucht, das Gerät mit einer bereitgestellten Schutzstufe zu koppeln. |
PairAsync(DevicePairingProtectionLevel, IDevicePairingSettings) |
Versucht, ein Geräteobjekt mit einer angegebenen Schutzstufe und benutzerdefinierten Einstellungen zu koppeln. |
PairAsync()
Versucht, das Gerät zu koppeln.
public:
virtual IAsyncOperation<DevicePairingResult ^> ^ PairAsync() = PairAsync;
/// [Windows.Foundation.Metadata.Overload("PairAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<DevicePairingResult> PairAsync();
[Windows.Foundation.Metadata.Overload("PairAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<DevicePairingResult> PairAsync();
function pairAsync()
Public Function PairAsync () As IAsyncOperation(Of DevicePairingResult)
Gibt zurück
Das Ergebnis der Kopplungsaktion.
- Attribute
Weitere Informationen
Gilt für:
PairAsync(DevicePairingProtectionLevel)
Versucht, das Gerät mit einer bereitgestellten Schutzstufe zu koppeln.
public:
virtual IAsyncOperation<DevicePairingResult ^> ^ PairAsync(DevicePairingProtectionLevel minProtectionLevel) = PairAsync;
/// [Windows.Foundation.Metadata.Overload("PairWithProtectionLevelAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<DevicePairingResult> PairAsync(DevicePairingProtectionLevel const& minProtectionLevel);
[Windows.Foundation.Metadata.Overload("PairWithProtectionLevelAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<DevicePairingResult> PairAsync(DevicePairingProtectionLevel minProtectionLevel);
function pairAsync(minProtectionLevel)
Public Function PairAsync (minProtectionLevel As DevicePairingProtectionLevel) As IAsyncOperation(Of DevicePairingResult)
Parameter
- minProtectionLevel
- DevicePairingProtectionLevel
Die erforderliche Schutzebene, die für die Kopplungsaktion verwendet werden soll.
Gibt zurück
Das Ergebnis der Kopplungsaktion.
- Attribute
Hinweise
Bei allen anderen Protokollen als Bluetooth wird der minProtectionLevel-Wert ignoriert, und das Standardverhalten wird immer angenommen. Beim Bluetooth-Protokoll schlägt der Kopplungsversuch fehl, wenn das Gerät die angegebene Mindestschutzstufe oder eine höhere Ebene nicht unterstützt. Wenn das Gerät die angegebene Mindestschutzstufe nicht unterstützt, aber eine höhere Schutzebene unterstützt, wird die höhere Schutzebene verwendet.
Weitere Informationen
Gilt für:
PairAsync(DevicePairingProtectionLevel, IDevicePairingSettings)
Versucht, ein Geräteobjekt mit einer angegebenen Schutzstufe und benutzerdefinierten Einstellungen zu koppeln.
public:
virtual IAsyncOperation<DevicePairingResult ^> ^ PairAsync(DevicePairingProtectionLevel minProtectionLevel, IDevicePairingSettings ^ devicePairingSettings) = PairAsync;
/// [Windows.Foundation.Metadata.Overload("PairWithProtectionLevelAndSettingsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<DevicePairingResult> PairAsync(DevicePairingProtectionLevel const& minProtectionLevel, IDevicePairingSettings const& devicePairingSettings);
[Windows.Foundation.Metadata.Overload("PairWithProtectionLevelAndSettingsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<DevicePairingResult> PairAsync(DevicePairingProtectionLevel minProtectionLevel, IDevicePairingSettings devicePairingSettings);
function pairAsync(minProtectionLevel, devicePairingSettings)
Public Function PairAsync (minProtectionLevel As DevicePairingProtectionLevel, devicePairingSettings As IDevicePairingSettings) As IAsyncOperation(Of DevicePairingResult)
Parameter
- minProtectionLevel
- DevicePairingProtectionLevel
Die erforderliche Schutzebene, die für die Kopplungsaktion verwendet werden soll.
- devicePairingSettings
- IDevicePairingSettings
Die Einstellungen für die benutzerdefinierte Gerätekopplung.
Gibt zurück
Das Ergebnis der Kopplungsaktion.
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 (eingeführt in 10.0.10586.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v2.0)
|
Hinweise
Bei allen anderen Protokollen als Bluetooth wird der minProtectionLevel-Wert ignoriert, und das Standardverhalten wird immer angenommen. Beim Bluetooth-Protokoll schlägt der Kopplungsversuch fehl, wenn das Gerät die angegebene Mindestschutzstufe oder eine höhere Ebene nicht unterstützt. Wenn das Gerät die angegebene Mindestschutzstufe nicht unterstützt, aber eine höhere Schutzebene unterstützt, wird die höhere Schutzebene verwendet.