desarrolloMobile.NET Bluetooth Library

BthRadiosLista.Item Property

[This is preliminary documentation and subject to change.]

Obtiene o establece un objeto de tipo BthDispositivo en el indice indicado.

Overload List

Obtiene o establece un objeto de tipo BthDispositivo en el indice indicado.

public BthRadio this[int] {get; set;}

Realiza una búsqueda en la lista en base al nombre del dispositivo y obtiene, si procede, un objeto de tipo BthDispositivo. En caso contrario devuelve null.

public BthRadio this[string] {get;}

See Also

BthRadiosLista Class | desarrolloNET.Conectividad.Bluetooth Namespace