com.ibutton.tmex
Class iButtonAccessProvider

java.lang.Object
  |
  +--com.ibutton.tmex.iButtonAccessProvider

public class iButtonAccessProvider
extends java.lang.Object

The iButtonAccessProvider class chiefly manages the Dallas Semiconductor adapter class derivatives of DSPortAdapter. Upon construction a vector of all available adapters will be formed. These can be accessed through member function EnumerateAllAdapters. By writing software which cycles through this enumeration instead of using specific adapter classes, Developers can provide code which will automatically use new adapters which have not yet been invented.


Constructor Summary
iButtonAccessProvider()
          Constructor of iButton access provider
 
Method Summary
 java.util.Enumeration enumerateAllAdapters()
          EnumerateAllAdapters returns an Enumeration of all software port adapters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

iButtonAccessProvider

public iButtonAccessProvider()
Constructor of iButton access provider
Method Detail

enumerateAllAdapters

public java.util.Enumeration enumerateAllAdapters()
EnumerateAllAdapters returns an Enumeration of all software port adapters. Programmers who wish to look for iButtons on all available ports should cycle through all the DSPortAdapter objects returned by this method.