Class GattDeviceServicesResult
- 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
Services
Gets the services. returning an Array of GattDeviceService objects.
public GattDeviceService[] Services { get; }
Property Value
Status
Gets the communication status of the operation.
public GattCommunicationStatus Status { get; }