GattDescriptor.Uuid Property

Definition

Gets the GATT Descriptor UUID for this GattDescriptor.

public:
 property Platform::Guid Uuid { Platform::Guid get(); };
winrt::guid Uuid();
public Guid Uuid { get; }
var guid = gattDescriptor.uuid;
Public ReadOnly Property Uuid As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The GATT Descriptor UUID for this GattDescriptor.

Windows requirements

App capabilities
bluetooth

Applies to