com.intel.bluetooth.emu
Class ServicesDescriptor

java.lang.Object
  extended by com.intel.bluetooth.emu.ServicesDescriptor
All Implemented Interfaces:
java.io.Serializable

public class ServicesDescriptor
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ServicesDescriptor(java.lang.String[] uuidSet, byte[] sdpBinary, int deviceServiceClasses)
           
 
Method Summary
 int getDeviceServiceClasses()
           
 byte[] getSdpBinary()
           
 java.lang.String[] getUuidSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicesDescriptor

public ServicesDescriptor(java.lang.String[] uuidSet,
                          byte[] sdpBinary,
                          int deviceServiceClasses)
Method Detail

getUuidSet

public java.lang.String[] getUuidSet()

getSdpBinary

public byte[] getSdpBinary()

getDeviceServiceClasses

public int getDeviceServiceClasses()


Copyright © 2004-2008 BlueCove Team. All Rights Reserved.