GattCommunicationStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the return status of a WinRT GATT API related Async operation.
Indicates the status of the asynchronous operation.
public enum class GattCommunicationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class GattCommunicationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum GattCommunicationStatus
var value = Windows.Devices.Bluetooth.GenericAttributeProfile.GattCommunicationStatus.success
Public Enum GattCommunicationStatus
- Inheritance
-
GattCommunicationStatus
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
bluetooth
|
Fields
Name | Value | Description |
---|---|---|
Success | 0 | The operation completed successfully. |
Unreachable | 1 | No communication can be performed with the device, at this time. |
ProtocolError | 2 | There was a GATT communication protocol error. |
AccessDenied | 3 | Access is denied. |
Remarks
Version history
Windows version | SDK version | Value added |
---|---|---|
1703 | 15063 | AccessDenied |
1703 | 15063 | ProtocolError |