Table of Contents

Class GattServiceProviderResult

Namespace
nanoFramework.Device.Bluetooth.GenericAttributeProfile
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

BluetoothError

ServiceProvider

Gets the service provider.

public GattServiceProvider ServiceProvider { get; }

Property Value

GattServiceProvider