BluetoothSocket.InputStream Property

Definition

Get the input stream associated with this socket.

public System.IO.Stream? InputStream { [Android.Runtime.Register("getInputStream", "()Ljava/io/InputStream;", "")] get; }
[<get: Android.Runtime.Register("getInputStream", "()Ljava/io/InputStream;", "")>]
member this.InputStream : System.IO.Stream

Property Value

InputStream

Attributes

Exceptions

Remarks

Java documentation for android.bluetooth.BluetoothSocket.getInputStream().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to