desarrolloMobile.NET Bluetooth Library

BthDispositivosLista.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 dispositivo As BthDispositivo _
)
[C#]
public void Insert(
   int indice,
   BthDispositivo dispositivo
);

Parameters

indice
Indice de tipo int.
dispositivo
Objeto de tipo BthDispositivo

See Also

BthDispositivosLista Class | desarrolloMobile.Conectividad.Bluetooth Namespace