GattLocalCharacteristic.Uuid Property

Definition

Gets the BluetoothSIG-defined UUID for this local characteristic.

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

Property Value

Guid

Platform::Guid

winrt::guid

The BluetoothSIG-defined UUID for this local characteristic.

Windows requirements

App capabilities
bluetooth

Applies to