org.ximtec.igesture.tool.view.devicemanager.discoveryservice
Class BluetoothDeviceConverter
java.lang.Object
org.ximtec.igesture.tool.view.devicemanager.discoveryservice.BluetoothDeviceConverter
public class BluetoothDeviceConverter
- extends Object
This class converts a found Bluetooth device to a AbstractGestureDevice
- Author:
- Bjorn Puype, bpuype@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BluetoothDeviceConverter
public BluetoothDeviceConverter()
createDevice
public AbstractGestureDevice<?,?> createDevice(javax.bluetooth.RemoteDevice device,
javax.bluetooth.DeviceClass clazz)
- Create a
AbstractGestureDevice from a found BlueTooth device.
- Parameters:
device - The found device.clazz - The device class (+ numbers)
- Returns:
- The created device.
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.