com.upek.android.ptapi.struct
Class PtDeviceListItem

java.lang.Object
  extended by com.upek.android.ptapi.struct.PtDeviceListItem
All Implemented Interfaces:
java.io.Serializable

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

Device info list item

See Also:
Serialized Form

Field Summary
 java.lang.String displayInfo
          String with displayable device info
 java.lang.String dsnSubString
          String usable as part of DSN for PTOpen() to connect to this device
 java.lang.String otherInfo
          String with other info
 
Constructor Summary
PtDeviceListItem()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayInfo

public java.lang.String displayInfo
String with displayable device info


dsnSubString

public java.lang.String dsnSubString
String usable as part of DSN for PTOpen() to connect to this device


otherInfo

public java.lang.String otherInfo
String with other info

Constructor Detail

PtDeviceListItem

public PtDeviceListItem()