GattLocalCharacteristic.Uuid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The BluetoothSIG-defined UUID for this local characteristic.
Windows requirements
App capabilities |
bluetooth
|