GattCommunicationStatus
GattCommunicationStatus
GattCommunicationStatus
GattCommunicationStatus
Enum
Definition
Represents the return status of a WinRT GATT API related Async operation.
Indicates the status of the asynchronous operation.
public : enum class GattCommunicationStatuspublic enum GattCommunicationStatusPublic Enum GattCommunicationStatus// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| AccessDenied AccessDenied AccessDenied AccessDenied | Access is denied. |
| ProtocolError ProtocolError ProtocolError ProtocolError | There was a GATT communication protocol error. |
| Success Success Success Success | The operation completed successfully. |
| Unreachable Unreachable Unreachable Unreachable | No communication can be performed with the device, at this time. |