Class GattServiceProviderResult
- Assembly
- nanoFramework.Device.Bluetooth.dll
This class is the result of the Create operation.
public class GattServiceProviderResult
- Inheritance
-
GattServiceProviderResult
- Inherited Members
- Extension Methods
Properties
Error
Gets the error.
public BluetoothError Error { get; }
Property Value
ServiceProvider
Gets the service provider.
public GattServiceProvider ServiceProvider { get; }