GattDescriptorUuids Class

Definition

Represents an enumeration of the most well known Descriptor UUID values, and provides convenience methods for working with GATT descriptor UUIDs, and static properties providing descriptor UUIDs for common GATT descriptors.

public ref class GattDescriptorUuids abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class GattDescriptorUuids final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class GattDescriptorUuids final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class GattDescriptorUuids
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class GattDescriptorUuids
Public Class GattDescriptorUuids
Inheritance
Object Platform::Object IInspectable GattDescriptorUuids
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
bluetooth

Properties

CharacteristicAggregateFormat

Gets the Bluetooth SIG-defined Characteristic Aggregate Format Descriptor UUID.

CharacteristicExtendedProperties

Gets the Bluetooth SIG-defined Characteristic Extended Properties Descriptor UUID.

CharacteristicPresentationFormat

Gets the Bluetooth SIG-defined Characteristic Presentation Format Descriptor UUID.

CharacteristicUserDescription

Gets the Bluetooth SIG-defined Characteristic User Description Descriptor UUID.

ClientCharacteristicConfiguration

Gets the Bluetooth SIG-defined Client Characteristic Configuration Descriptor UUID.

ServerCharacteristicConfiguration

Gets the Bluetooth SIG-defined Server Characteristic Configuration Descriptor UUID.

Applies to