javax.bluetooth
Class DeviceClass

java.lang.Object
  extended by javax.bluetooth.DeviceClass

public class DeviceClass
extends Object


Constructor Summary
DeviceClass(int record)
           
 
Method Summary
 int getMajorDeviceClass()
           
 int getMinorDeviceClass()
           
 int getServiceClasses()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceClass

public DeviceClass(int record)
Method Detail

getServiceClasses

public int getServiceClasses()

getMajorDeviceClass

public int getMajorDeviceClass()

getMinorDeviceClass

public int getMinorDeviceClass()


Copyright © 2006-2007 Jayway AB. All Rights Reserved.