Android.Bluetooth.BluetoothSocket: Property Members

The properties of Android.Bluetooth.BluetoothSocket are listed below. For a list of all members, see the BluetoothSocket Members list.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
InputStreamSystem.IO.Stream. Get the input stream associated with this socket.
[read-only]
IsConnectedbool. Get the connection status of this socket, ie, whether there is an active connection with remote device.
[read-only]
OutputStreamSystem.IO.Stream. Get the output stream associated with this socket.
[read-only]
RemoteDeviceBluetoothDevice. Get the remote device this socket is connecting, or connected, to.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.