desarrolloMobile.NET Bluetooth Library

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

Parameters

indice
Indice de tipo int.
radio

See Also

BthRadiosLista Class | desarrolloNET.Conectividad.Bluetooth Namespace