DevicePairingResultStatus 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
関連付けエンドポイント (AEP) デバイス オブジェクトとのペアリング アクションの結果。 AEP オブジェクトの詳細については、「 DeviceInformationKind」を参照してください。
public enum class DevicePairingResultStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class DevicePairingResultStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum DevicePairingResultStatus
var value = Windows.Devices.Enumeration.DevicePairingResultStatus.paired
Public Enum DevicePairingResultStatus
- 継承
-
DevicePairingResultStatus
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
フィールド
AccessDenied | 12 | アプリケーションには、デバイス オブジェクトをペアリングするための適切なアクセス許可レベルがありません。 |
AlreadyPaired | 3 | デバイス オブジェクトは既にペアになっています。 |
AuthenticationFailure | 9 | 認証に失敗しました。そのため、デバイスはペアリングされていません。 デバイス オブジェクトまたはアプリケーションのいずれかが認証を拒否しました。 |
AuthenticationNotAllowed | 8 | 認証プロトコルはサポートされていないため、デバイスはペアになりません。 |
AuthenticationTimeout | 7 | 認証プロセスが完了する前にタイムアウトしました。 |
ConnectionRejected | 4 | デバイス オブジェクトが接続を拒否しました。 |
Failed | 19 | 不明なエラーが発生しました。 |
HardwareFailure | 6 | デバイス オブジェクトは、ハードウェア障害が発生したことを示しました。 |
InvalidCeremonyData | 13 | 式データが正しくありません。 |
NoSupportedProfiles | 10 | このデバイス オブジェクトで使用するネットワーク プロファイルはありません。 |
NotPaired | 2 | デバイス オブジェクトは現在ペアではありません。 |
NotReadyToPair | 1 | デバイス オブジェクトは、ペアリングできる状態ではありません。 |
OperationAlreadyInProgress | 15 | デバイス オブジェクトは既にペアリングまたはペアリング解除を試みている。 |
Paired | 0 | これで、デバイス オブジェクトがペアになっています。 |
PairingCanceled | 14 | ペアリング アクションは完了前に取り消されました。 |
ProtectionLevelCouldNotBeMet | 11 | 保護の最小レベルは、デバイス オブジェクトまたはアプリケーションではサポートされていません。 |
RejectedByHandler | 17 | アプリケーション ハンドラーがペアリングを拒否しました。 |
RemoteDeviceHasAssociation | 18 | 削除デバイスには既に関連付けがあります。 |
RequiredHandlerNotRegistered | 16 | イベント ハンドラーが登録されていないか、必要な DevicePairingKinds がサポートされていませんでした。 |
TooManyConnections | 5 | デバイス オブジェクトは、これ以上受信接続を受け入れることができないと示しました。 |
注釈
バージョン履歴
Windows のバージョン | SDK バージョン | 追加された値 |
---|---|---|
1511 | 10586 | 失敗 |
1511 | 10586 | OperationAlreadyInProgress |
1511 | 10586 | PairingCanceled |
1511 | 10586 | RejectedByHandler |
1511 | 10586 | RemoteDeviceHasAssociation |
1511 | 10586 | RequiredHandlerNotRegistered |