org.openuat.util
Class BluetoothRFCOMMChannel.RDevice

java.lang.Object
  extended by javax.bluetooth.RemoteDevice
      extended by org.openuat.util.BluetoothRFCOMMChannel.RDevice
Enclosing class:
BluetoothRFCOMMChannel

public static class BluetoothRFCOMMChannel.RDevice
extends javax.bluetooth.RemoteDevice

The RemoteDevice constructor taking a Bluetooth MAC address is, for some weird reason, protected. Therefore, we need a small wrapper class just to be able to construct RemoteDevice objects from address strings.


Constructor Summary
BluetoothRFCOMMChannel.RDevice(java.lang.String remoteAddress)
           
 
Method Summary
 
Methods inherited from class javax.bluetooth.RemoteDevice
authenticate, authorize, encrypt, equals, getBluetoothAddress, getBTAddress, getClockOffset, getDeviceClass, getFriendlyName, getRemoteDevice, hashCode, isAuthenticated, isAuthorized, isEncrypted, isTrustedDevice, toString, toStringWithName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BluetoothRFCOMMChannel.RDevice

public BluetoothRFCOMMChannel.RDevice(java.lang.String remoteAddress)


2005-2009, Rene Mayrhofer.