desarrolloMobile.NET Bluetooth Library

BthServiciosLista.Insert Method 

[This is preliminary documentation and subject to change.]

Inserta un objeto de tipo BthDispositivo en el índice indicado (base cero).

[Visual Basic]
Public Sub Insert( _
   ByVal indice As Integer, _
   ByVal servicio As BthServicio _
)
[C#]
public void Insert(
   int indice,
   BthServicio servicio
);

Parameters

indice
Indice de tipo int.
servicio

See Also

BthServiciosLista Class | desarrolloNET.Conectividad.Bluetooth.Servicios Namespace