Compartir a través de


BluetoothLEDevice.GattServices Propiedad

Definición

Obtiene la lista de solo lectura de los servicios GATT admitidos por el dispositivo.

Importante

La API GattServices está en desuso y es posible que no esté disponible en versiones futuras de Windows. En su lugar, use GetGattServicesAsync.

public:
 property IVectorView<GattDeviceService ^> ^ GattServices { IVectorView<GattDeviceService ^> ^ get(); };
IVectorView<GattDeviceService> GattServices();
/// [get: Windows.Foundation.Metadata.Deprecated("Use GetGattServicesAsync instead of GattServices.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
IVectorView<GattDeviceService> GattServices();
public IReadOnlyList<GattDeviceService> GattServices { get; }
public IReadOnlyList<GattDeviceService> GattServices { [Windows.Foundation.Metadata.Deprecated("Use GetGattServicesAsync instead of GattServices.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var iVectorView = bluetoothLEDevice.gattServices;
Public ReadOnly Property GattServices As IReadOnlyList(Of GattDeviceService)

Valor de propiedad

La lista de solo lectura de los servicios GATT compatibles con este dispositivo Bluetooth LE.

Atributos

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a