1.0.0

org.eclipse.soda.dk.comm
Class DeviceListEntry

java.lang.Object
  extended by org.eclipse.soda.dk.comm.DeviceListEntry

public class DeviceListEntry
extends java.lang.Object

Version:
1.0.0

Field Summary
(package private)  java.lang.String logicalName
          Define the logical name (String) field.
(package private)  DeviceListEntry next
          Define the next (DeviceListEntry) field.
(package private)  boolean opened
          Define the opened (boolean) field.
(package private)  java.lang.String physicalName
          Define the physical name (String) field.
(package private)  int portType
          Define the port type (int) field.
(package private)  int semID
          Define the sem id (int) field.
 
Constructor Summary
DeviceListEntry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logicalName

java.lang.String logicalName
Define the logical name (String) field.


physicalName

java.lang.String physicalName
Define the physical name (String) field.


portType

int portType
Define the port type (int) field.


semID

int semID
Define the sem id (int) field.


opened

boolean opened
Define the opened (boolean) field.


next

DeviceListEntry next
Define the next (DeviceListEntry) field.

Constructor Detail

DeviceListEntry

public DeviceListEntry()

1.0.0

Copyright (c) 1999, 2007 IBM