Table of Contents

Class GattDeviceServicesResult

Namespace
nanoFramework.Device.Bluetooth.GenericAttributeProfile
Assembly
nanoFramework.Device.Bluetooth.dll

The status of GetIncludedServicesForUuid and GetIncludedServicesForUuid

public class GattDeviceServicesResult
Inheritance
GattDeviceServicesResult
Inherited Members
Extension Methods

Properties

ProtocolError

Gets the protocol error.

public byte ProtocolError { get; }

Property Value

byte

Services

Gets the services. returning an Array of GattDeviceService objects.

public GattDeviceService[] Services { get; }

Property Value

GattDeviceService[]

Status

Gets the communication status of the operation.

public GattCommunicationStatus Status { get; }

Property Value

GattCommunicationStatus