C# Class android.bluetooth.BluetoothSocket

Inheritance: java.lang.Object, java.io.Closeable
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
close ( ) : void
connect ( ) : void
getInputStream ( ) : global::java.io.InputStream
getOutputStream ( ) : global::java.io.OutputStream
getRemoteDevice ( ) : global::android.bluetooth.BluetoothDevice

Private Methods

Method Description
BluetoothSocket ( )
BluetoothSocket ( global @__env )

Method Details

close() public method

public close ( ) : void
return void

connect() public method

public connect ( ) : void
return void

getInputStream() public method

public getInputStream ( ) : global::java.io.InputStream
return global::java.io.InputStream

getOutputStream() public method

public getOutputStream ( ) : global::java.io.OutputStream
return global::java.io.OutputStream

getRemoteDevice() public method

public getRemoteDevice ( ) : global::android.bluetooth.BluetoothDevice
return global::android.bluetooth.BluetoothDevice