desarrolloMobile.NET Bluetooth Library

BthDispositivo.ObtenerStream Method 

[This is preliminary documentation and subject to change.]

Obtiene un objecto del tipo NetworkStream una vez realizada la conexión.

Ver ejemplo en BthSesion

Clase BthSesion
[Visual Basic]
Public Function ObtenerStream() As NetworkStream
[C#]
public NetworkStream ObtenerStream();

Return Value

Devuelve objeto del tipo System.Net.NetworkStream.

See Also

BthDispositivo Class | desarrolloNET.Conectividad.Bluetooth Namespace | >BthSesion