com.intel.bluetooth.emu
Class DeviceCommand

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

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

See Also:
Serialized Form

Nested Class Summary
static class DeviceCommand.DeviceCommandType
           
 
Constructor Summary
DeviceCommand(DeviceCommand.DeviceCommandType type)
           
DeviceCommand(DeviceCommand.DeviceCommandType type, java.lang.Object parameter)
           
 
Method Summary
 java.lang.Object[] getParameters()
           
 DeviceCommand.DeviceCommandType getType()
           
 void setParameters(java.lang.Object[] parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceCommand

public DeviceCommand(DeviceCommand.DeviceCommandType type)

DeviceCommand

public DeviceCommand(DeviceCommand.DeviceCommandType type,
                     java.lang.Object parameter)
Method Detail

getType

public DeviceCommand.DeviceCommandType getType()

getParameters

public java.lang.Object[] getParameters()

setParameters

public void setParameters(java.lang.Object[] parameters)


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