GattServiceProviderResult
GattServiceProviderResult
GattServiceProviderResult
GattServiceProviderResult
Class
Definition
This class is the result of the CreateAsync operation.
public : sealed class GattServiceProviderResult : IGattServiceProviderResultpublic sealed class GattServiceProviderResult : IGattServiceProviderResultPublic NotInheritable Class GattServiceProviderResult Implements IGattServiceProviderResult// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Properties
Error Error Error Error
Gets the error.
public : BluetoothError Error { get; }public BluetoothError Error { get; }Public ReadOnly Property Error As BluetoothError// You can use this property in JavaScript.
The error.
ServiceProvider ServiceProvider ServiceProvider ServiceProvider
Gets the service provider.
public : GattServiceProvider ServiceProvider { get; }public GattServiceProvider ServiceProvider { get; }Public ReadOnly Property ServiceProvider As GattServiceProvider// You can use this property in JavaScript.
The service provider.