Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 2.35 KB

devicepairingaddpairingsetmemberstatus.md

File metadata and controls

47 lines (26 loc) · 2.35 KB
-api-id -api-type
T:Windows.Devices.Enumeration.DevicePairingAddPairingSetMemberStatus
winrt enum

Windows.Devices.Enumeration.DevicePairingAddPairingSetMemberStatus

-description

Defines constants that specify a status value describing the result of adding member(s) to a pairing set. For more info, and code examples, see Pairing a set with the DeviceInformationPairing.Custom property. See DevicePairingSetMembersRequestedEventArgs.Status.

-enum-fields

-field AddedToSet: 0

Specifies that set member(s) were added successfully to the set. This status applies to a call to DeviceInformationCustomPairing.AddPairingSetMember, and indicates that you can expect the successfully added set member(s) to be in the DevicePairingSetMembersRequestedEventArgs.PairingSetMembers vector.

-field CouldNotBeAddedToSet: 1

Specifies that set member(s) couldn't be added to the set. This status applies to a call to DeviceInformationCustomPairing.AddPairingSetMember, and indicates that you can expect the set member(s) that couldn't be added to be in the DevicePairingSetMembersRequestedEventArgs.PairingSetMembers vector.

-field SetDiscoveryNotAttemptedByProtocol: 2

Specifies that the protocol didn't attempt to discover set members. The protocol probably doesn't support it.

-field SetDiscoveryCompletedByProtocol: 3

Specifies that the protocol successfully enumerated all set members. No further discovery will happen.

-field SetDiscoveryPartiallyCompletedByProtocol: 4

Specifies that the protocol discovered some set members, but not all of them. No further discovery will happen.

-field Failed: 5

Specifies that an unknown failure occurred, for which we have no mapping.

-remarks

-see-also

DevicePairingSetMembersRequestedEventArgs.Status, Pairing a set with the DeviceInformationPairing.Custom property