/[svn]/jlscp/trunk/src/org/linuxsampler/lscp/Device.java
ViewVC logotype

Diff of /jlscp/trunk/src/org/linuxsampler/lscp/Device.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 783 by iliev, Wed Jun 1 07:11:31 2005 UTC revision 784 by iliev, Mon Oct 10 14:55:44 2005 UTC
# Line 29  package org.linuxsampler.lscp; Line 29  package org.linuxsampler.lscp;
29   */   */
30  public interface Device {  public interface Device {
31          /**          /**
32             * Gets the numerical ID of this device.
33             * @return The numerical ID of this device or -1 if the device number is not set.
34             */
35            public int getDeviceID();
36            
37            /**
38           * Gets the driver name used by this device.           * Gets the driver name used by this device.
39           * @return The driver name used by this device.           * @return The driver name used by this device.
40           */           */

Legend:
Removed from v.783  
changed lines
  Added in v.784

  ViewVC Help
Powered by ViewVC