GattCharacteristic.Uuid Property

Definition

Gets the GATT Characteristic UUID for this GattCharacteristic.

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

Property Value

Guid

Platform::Guid

winrt::guid

The GATT Characteristic UUID for this GattCharacteristic.

Windows requirements

App capabilities
bluetooth

Applies to