Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 82

javax.bluetooth
Class DeviceClass

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

public class DeviceClass
extends java.lang.Object

This class is defined by the JSR-82 specification Java™ APIs for Bluetooth™ Wireless Technology, Version 1.1.


Constructor Summary
DeviceClass(int record)
           
 
Method Summary
 int getMajorDeviceClass()
           
 int getMinorDeviceClass()
           
 int getServiceClasses()
           
 
Methods inherited from class java.lang.Object
equals, 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()

JSR 82

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 82 specification.