desarrolloMobile.NET Bluetooth Library

BthServiciosLista 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 BthServiciosLista Members.

System.Object
   desarrolloNET.Conectividad.Bluetooth.Servicios.BthServiciosLista

[Visual Basic]
<DefaultMember(MemberName:="Item")>
Public Class BthServiciosLista
    Implements ICollection, IEnumerable
[C#]
[DefaultMember(MemberName="Item")]
public class BthServiciosLista : 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.Servicios

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

See Also

BthServiciosLista Members | desarrolloNET.Conectividad.Bluetooth.Servicios Namespace | Clase BthSesion | ICollecion