BluetoothGatt.Services プロパティ

定義

リモート デバイスによって提供される GATT サービスの一覧を返します。

public System.Collections.Generic.IList<Android.Bluetooth.BluetoothGattService>? Services { [Android.Runtime.Register("getServices", "()Ljava/util/List;", "")] get; }
[<get: Android.Runtime.Register("getServices", "()Ljava/util/List;", "")>]
member this.Services : System.Collections.Generic.IList<Android.Bluetooth.BluetoothGattService>

プロパティ値

リモート デバイス上のサービスの一覧。 サービス検出がまだ実行されていない場合は、空のリストを返します。

属性

注釈

リモート デバイスによって提供される GATT サービスの一覧を返します。

この関数では、特定のデバイスのサービス検出が完了している必要があります。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象