BluetoothProfile.CsipSetCoordinator Feld
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This constant will be removed in the future version. Use Android.Bluetooth.ProfileType enum directly instead of this field.
Coordinated Set Identification Profile set coordinator
[Android.Runtime.Register("CSIP_SET_COORDINATOR", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.ProfileType enum directly instead of this field.", true)]
public const Android.Bluetooth.ProfileType CsipSetCoordinator = 25;
[<Android.Runtime.Register("CSIP_SET_COORDINATOR", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.ProfileType enum directly instead of this field.", true)>]
val mutable CsipSetCoordinator : Android.Bluetooth.ProfileType
Feldwert
Value = 25- Attribute
Hinweise
Coordinated Set Identification Profile set coordinator
Java Dokumentation für android.bluetooth.BluetoothProfile.CSIP_SET_COORDINATOR.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.