GattOpenStatus
GattOpenStatus
GattOpenStatus
GattOpenStatus
Enum
Definition
The status of GattDeviceService.OpenAsync.
public : enum class GattOpenStatuspublic enum GattOpenStatusPublic Enum GattOpenStatus// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Fields
| AccessDenied AccessDenied AccessDenied AccessDenied | Access is denied. |
| AlreadyOpened AlreadyOpened AlreadyOpened AlreadyOpened | The GATT device service is already opened. |
| NotFound NotFound NotFound NotFound | The GATT device service was not found. |
| SharingViolation SharingViolation SharingViolation SharingViolation | There was a sharing violation. |
| Success Success Success Success | The GATT device service was successfully opened. |
| Unspecified Unspecified Unspecified Unspecified | Unspecified error. |