EasyNfc
Package Index
|
Class Index
android.nfc
mobisocial.comm
mobisocial.ndefexchange
mobisocial.nfc
mobisocial.nfc.addon
Interfaces
DuplexSocket
Classes
BluetoothDuplexSocket
StreamDuplexSocket
TcpDuplexSocket
Package Index
|
Class Index
View Source
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
BluetoothDuplexSocket
extends
Object
implements
DuplexSocket
java.lang.Object
↳
mobisocial.comm.BluetoothDuplexSocket
Summary
Public Constructors
BluetoothDuplexSocket
(
BluetoothAdapter
adapter,
String
mac,
UUID
serviceUuid)
BluetoothDuplexSocket
(
BluetoothSocket
socket)
Public Methods
void
close
()
void
connect
()
InputStream
getInputStream
()
OutputStream
getOutputStream
()
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
java.io.Closeable
abstract void
close
()
From interface
mobisocial.comm.DuplexSocket
abstract void
connect
()
abstract
InputStream
getInputStream
()
abstract
OutputStream
getOutputStream
()
Public Constructors
public
BluetoothDuplexSocket
(
BluetoothAdapter
adapter,
String
mac,
UUID
serviceUuid)
Throws
IOException
public
BluetoothDuplexSocket
(
BluetoothSocket
socket)
Public Methods
public void
close
()
Throws
IOException
public void
connect
()
Throws
IOException
public
InputStream
getInputStream
()
Throws
IOException
public
OutputStream
getOutputStream
()
Throws
IOException