Table of Contents

Class GattClientNotificationResult

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

The result of a NotifyValue

public class GattClientNotificationResult
Inheritance
GattClientNotificationResult
Inherited Members
Extension Methods

Properties

BytesSent

Gets the bytes that were sent.

public ushort BytesSent { get; }

Property Value

ushort

ProtocolError

Gets the protocol error.

public byte ProtocolError { get; }

Property Value

byte

Status

Gets the GATT communication status.

public GattCommunicationStatus Status { get; }

Property Value

GattCommunicationStatus

SubscribedClient

Gets the subscribed client.

public GattSubscribedClient SubscribedClient { get; }

Property Value

GattSubscribedClient