desarrolloMobile.NET Bluetooth Library

BthRadio Constructor 

[This is preliminary documentation and subject to change.]

Constructor; inicializa sockets a través de WSAStartup.

[Visual Basic]
Public Sub New( _
   ByVal iden As IntPtr _
)
[C#]
public BthRadio(
   IntPtr iden
);

Parameters

iden
Identificador de radio de tipo IntPtr.

Remarks

Aquí se obtiene la información de fabrincante y categoría de dispositivo.

See Also

BthRadio Class | desarrolloNET.Conectividad.Bluetooth Namespace