desarrolloMobile.NET Bluetooth Library

BthDispositivosLista Class

[This is preliminary documentation and subject to change.]

Clase heredada de ICollection que alberga una colección de objetos de tipo BthDispositivo.

Ver ejemplo en BthSesion

Clase BthSesion ICollection

For a list of all members of this type, see BthDispositivosLista Members.

System.Object
   desarrolloNET.Conectividad.Bluetooth.BthDispositivosLista

[Visual Basic]
<DefaultMember(MemberName:="Item")>
Public Class BthDispositivosLista
    Implements ICollection, IEnumerable
[C#]
[DefaultMember(MemberName="Item")]
public class BthDispositivosLista : ICollection, IEnumerable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Recomendado utilizar las listas BthRadio.MisDispositivosEmparejados y BthSesion.MisDispositivosDetectados

Requirements

Namespace: desarrolloNET.Conectividad.Bluetooth

Assembly: desarrolloNET.Conectividad.Bluetooth (in desarrolloNET.Conectividad.Bluetooth.dll)

See Also

BthDispositivosLista Members | desarrolloNET.Conectividad.Bluetooth Namespace | Clase BthSesion | ICollecion