Lenguaje

BluetoothDevice.ExtraBondState Campo

Definición

Se usa como un campo adicional int en #ACTION_BOND_STATE_CHANGED intenciones.

[Android.Runtime.Register("EXTRA_BOND_STATE")]
public const string ExtraBondState;
[<Android.Runtime.Register("EXTRA_BOND_STATE")>]
val mutable ExtraBondState : string

Valor de campo

Implementaciones

Atributos

Comentarios

Se usa como un campo adicional int en #ACTION_BOND_STATE_CHANGED intenciones. Contiene el estado de enlace del dispositivo remoto.

Los valores posibles son: #BOND_NONE, #BOND_BONDING y #BOND_BONDED.

Java documentación para android.bluetooth.BluetoothDevice.EXTRA_BOND_STATE.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a