Class GattClientNotificationResult
- 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
ProtocolError
Gets the protocol error.
public byte ProtocolError { get; }
Property Value
Status
Gets the GATT communication status.
public GattCommunicationStatus Status { get; }
Property Value
SubscribedClient
Gets the subscribed client.
public GattSubscribedClient SubscribedClient { get; }