desarrolloMobile.NET Bluetooth Library

BthDispositvoInfo.EmparejadoAnteriormente Property

[This is preliminary documentation and subject to change.]

Devuelve Verdadero si ha sido emaparejado anteriormente.

[Visual Basic]
<Description(Description:="Devuelve Verdadero si ha sido emaparejado anteriormente."), _  Category(Category:="Información de estado")>
Public ReadOnly Property EmparejadoAnteriormente As Boolean
[C#]
[Description(Description="Devuelve Verdadero si ha sido emaparejado anteriormente.")]
[Category(Category="Información de estado")]
public bool EmparejadoAnteriormente {get;}

Remarks

Microsoft Bluetooth Stack contiene información de todos los dispositivos con los que han sido emparejados.

See Also

BthDispositvoInfo Class | desarrolloNET.Conectividad.Bluetooth Namespace