GattCharacteristic.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 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
The GATT Characteristic UUID for this GattCharacteristic.
Windows requirements
App capabilities |
bluetooth
|