Uses of Class
com.dalsemi.onewire.adapter.DSPortAdapter

Packages that use DSPortAdapter
com.dalsemi.onewire   
com.dalsemi.onewire.adapter   
com.dalsemi.onewire.application.monitor   
com.dalsemi.onewire.application.sha   
com.dalsemi.onewire.application.tag   
com.dalsemi.onewire.container   
com.dalsemi.onewire.utils   
 

Uses of DSPortAdapter in com.dalsemi.onewire
 

Methods in com.dalsemi.onewire that return DSPortAdapter
static DSPortAdapter OneWireAccessProvider.getAdapter(String adapterName, String portName)
          Finds, opens, and verifies the specified adapter on the indicated port.
static DSPortAdapter OneWireAccessProvider.getDefaultAdapter()
          Finds, opens, and verifies the default adapter and port.
 

Methods in com.dalsemi.onewire with parameters of type DSPortAdapter
static void OneWireAccessProvider.setUseOverridingAdapter(DSPortAdapter adapter)
          Sets an overriding adapter.
 

Uses of DSPortAdapter in com.dalsemi.onewire.adapter
 

Constructors in com.dalsemi.onewire.adapter with parameters of type DSPortAdapter
NetAdapterHost(DSPortAdapter adapter)
          Creates an instance of a NetAdapterHost which wraps the provided adapter.
NetAdapterHost(DSPortAdapter adapter, int listenPort)
          Creates a single-threaded instance of a NetAdapterHost which wraps the provided adapter.
NetAdapterHost(DSPortAdapter adapter, boolean multiThread)
          Creates an (optionally multithreaded) instance of a NetAdapterHost which wraps the provided adapter.
NetAdapterHost(DSPortAdapter adapter, int listenPort, boolean multiThread)
          Creates an (optionally multi-threaded) instance of a NetAdapterHost which wraps the provided adapter.
NetAdapterHost(DSPortAdapter adapter, ServerSocket serverSock)
          Creates an instance of a NetAdapterHost which wraps the provided adapter.
NetAdapterHost(DSPortAdapter adapter, ServerSocket serverSock, boolean multiThread)
          Creates an (optionally multi-threaded) instance of a NetAdapterHost which wraps the provided adapter.
 

Uses of DSPortAdapter in com.dalsemi.onewire.application.monitor
 

Methods in com.dalsemi.onewire.application.monitor that return DSPortAdapter
 DSPortAdapter AbstractDeviceMonitor.getAdapter()
          Returns the DSPortAdapter this device is searching
 DSPortAdapter DeviceMonitorException.getAdapter()
          Returns DSPortAdapter the monitor was using when the event was generated
 DSPortAdapter DeviceMonitorEvent.getAdapter()
          Returns DSPortAdapter the monitor was using when the event was generated
 

Methods in com.dalsemi.onewire.application.monitor with parameters of type DSPortAdapter
abstract  void AbstractDeviceMonitor.setAdapter(DSPortAdapter adapter)
          Sets this monitor to search a new DSPortAdapter
static OneWireContainer AbstractDeviceMonitor.getDeviceContainer(DSPortAdapter adapter, byte[] address)
          Returns the OneWireContainer object of the device with the given address.
static OneWireContainer AbstractDeviceMonitor.getDeviceContainer(DSPortAdapter adapter, String address)
          Returns the OneWireContainer object of the device with the given address.
static OneWireContainer AbstractDeviceMonitor.getDeviceContainer(DSPortAdapter adapter, long address)
          Returns the OneWireContainer object of the device with the given address.
static OneWireContainer AbstractDeviceMonitor.getDeviceContainer(DSPortAdapter adapter, Long longAddress)
          Returns the OneWireContainer object of the device with the given address.
 void NetworkDeviceMonitor.setAdapter(DSPortAdapter adapter)
          Sets this monitor to search a new DSPortAdapter
 void DeviceMonitor.setAdapter(DSPortAdapter adapter)
          Sets this monitor to search a new DSPortAdapter
 

Constructors in com.dalsemi.onewire.application.monitor with parameters of type DSPortAdapter
NetworkDeviceMonitor(DSPortAdapter adapter)
          Create a complex monitor that does search branches
DeviceMonitor(DSPortAdapter adapter)
          Create a simple monitor that does not search branches
 

Uses of DSPortAdapter in com.dalsemi.onewire.application.sha
 

Methods in com.dalsemi.onewire.application.sha with parameters of type DSPortAdapter
abstract  boolean SHAiButtonUser.setiButtonUser(DSPortAdapter adapter, byte[] address)
          Modifies this SHA iButton so that it refers to another device.
 boolean SHAiButtonUser33.setiButtonUser(DSPortAdapter adapter, byte[] address)
          Modifies this SHA iButton so that it refers to another 1963S.
 boolean SHAiButtonUser18.setiButtonUser(DSPortAdapter adapter, byte[] address)
          Modifies this SHA iButton so that it refers to another 1963S.
 

Uses of DSPortAdapter in com.dalsemi.onewire.application.tag
 

Methods in com.dalsemi.onewire.application.tag with parameters of type DSPortAdapter
 void TaggedDevice.setDeviceContainer(DSPortAdapter adapter, String netAddress)
          Sets the 1-Wire Container for the tagged device.
 void TaggedDevice.setOWPath(DSPortAdapter adapter, Vector Branches)
          Sets the OWPath for the tagged device.
 

Constructors in com.dalsemi.onewire.application.tag with parameters of type DSPortAdapter
TAGParser(DSPortAdapter adapter)
          Construct the tag parser.
TaggedDevice(DSPortAdapter adapter, String netAddress)
          Creates an object for the device with the supplied address and device type connected to the supplied port adapter.
Thermal(DSPortAdapter adapter, String netAddress)
          Creates an object for the device with the supplied address and device type connected to the supplied port adapter.
Switch(DSPortAdapter adapter, String netAddress)
          Creates an object for the device with the supplied address connected to the supplied port adapter.
Contact(DSPortAdapter adapter, String netAddress)
          Creates an object for the device with the supplied address and device type connected to the supplied port adapter.
D2A(DSPortAdapter adapter, String netAddress)
          Creates an object for the device with the supplied address connected to the supplied port adapter.
Humidity(DSPortAdapter adapter, String netAddress)
          Creates an object for the device with the supplied address and device type connected to the supplied port adapter.
Level(DSPortAdapter adapter, String netAddress)
          Creates an object for the device with the supplied address and device type connected to the supplied port adapter.
Event(DSPortAdapter adapter, String netAddress)
          Creates an object for the device with the supplied address and device type connected to the supplied port adapter.
 

Uses of DSPortAdapter in com.dalsemi.onewire.container
 

Methods in com.dalsemi.onewire.container that return DSPortAdapter
 DSPortAdapter OneWireContainer.getAdapter()
          Retrieves the port adapter object used to create this container.
 

Methods in com.dalsemi.onewire.container with parameters of type DSPortAdapter
 void OneWireContainer.setupContainer(DSPortAdapter sourceAdapter, byte[] newAddress)
          Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
 void OneWireContainer.setupContainer(DSPortAdapter sourceAdapter, long newAddress)
          Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
 void OneWireContainer.setupContainer(DSPortAdapter sourceAdapter, String newAddress)
          Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
 void OneWireContainer41.setupContainer(DSPortAdapter sourceAdapter, byte[] newAddress)
          Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
 void OneWireContainer41.setupContainer(DSPortAdapter sourceAdapter, long newAddress)
          Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
 void OneWireContainer41.setupContainer(DSPortAdapter sourceAdapter, String newAddress)
          Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
 void OneWireContainer21.setupContainer(DSPortAdapter sourceAdapter, byte[] newAddress)
          Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
 void OneWireContainer21.setupContainer(DSPortAdapter sourceAdapter, long newAddress)
          Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
 void OneWireContainer21.setupContainer(DSPortAdapter sourceAdapter, String newAddress)
          Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
 void OneWireContainer33.setupContainer(DSPortAdapter sourceAdapter, byte[] newAddress)
          Provide this container the adapter object used to access this device and provide the address of this iButton or 1-Wire device.
 void OneWireContainer33.setupContainer(DSPortAdapter sourceAdapter, long newAddress)
          Provide this container the adapter object used to access this device and provide the address of this iButton or 1-Wire device.
 void OneWireContainer33.setupContainer(DSPortAdapter sourceAdapter, String newAddress)
          Provide this container the adapter object used to access this device and provide the address of this iButton or 1-Wire device.
 void OneWireContainer37.setupContainer(DSPortAdapter sourceAdapter, byte[] newAddress)
          Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
 void OneWireContainer37.setupContainer(DSPortAdapter sourceAdapter, long newAddress)
          Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
 void OneWireContainer37.setupContainer(DSPortAdapter sourceAdapter, String newAddress)
          Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
 void OneWireContainer16.setupContainer(DSPortAdapter sourceAdapter, byte[] newAddress)
          Provides an adapter object to access this Java iButton.
 void OneWireContainer16.setupContainer(DSPortAdapter sourceAdapter, long newAddress)
          Provides an adapter object to access this Java iButton.
 void OneWireContainer16.setupContainer(DSPortAdapter sourceAdapter, String newAddress)
          Provides an adapter object to access this Java iButton.
 void OneWireContainer16.setupJibComm(DSPortAdapter sourceAdapter, byte[] newAddress)
          Provides an JibComm object to communicate with this Java iButton.
 void OneWireContainer18.setupContainer(DSPortAdapter sourceAdapter, byte[] newAddress)
          Provides this container with the adapter object used to access this device and the address of the iButton or 1-Wire device.
 

Constructors in com.dalsemi.onewire.container with parameters of type DSPortAdapter
OneWireContainer(DSPortAdapter sourceAdapter, byte[] newAddress)
          Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer(DSPortAdapter sourceAdapter, long newAddress)
          Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer(DSPortAdapter sourceAdapter, String newAddress)
          Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer0B(DSPortAdapter sourceAdapter, byte[] newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0B(DSPortAdapter sourceAdapter, long newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0B(DSPortAdapter sourceAdapter, String newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer1D(DSPortAdapter sourceAdapter, byte[] newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer1D(DSPortAdapter sourceAdapter, long newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer1D(DSPortAdapter sourceAdapter, String newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer1F(DSPortAdapter sourceAdapter, byte[] newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer1F(DSPortAdapter sourceAdapter, long newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer1F(DSPortAdapter sourceAdapter, String newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0F(DSPortAdapter sourceAdapter, byte[] newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0F(DSPortAdapter sourceAdapter, long newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0F(DSPortAdapter sourceAdapter, String newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer41(DSPortAdapter sourceAdapter, byte[] newAddress)
          Creates a new OneWireContainer for communication with a DS1922.
OneWireContainer41(DSPortAdapter sourceAdapter, long newAddress)
          Creates a new OneWireContainer for communication with a DS1922.
OneWireContainer41(DSPortAdapter sourceAdapter, String newAddress)
          Creates a new OneWireContainer for communication with a DS1922.
OneWireContainer01(DSPortAdapter sourceAdapter, byte[] newAddress)
          Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer01(DSPortAdapter sourceAdapter, long newAddress)
          Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer01(DSPortAdapter sourceAdapter, String newAddress)
          Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer21(DSPortAdapter sourceAdapter, byte[] newAddress)
          Creates a new OneWireContainer for communication with a DS1921 Thermocron iButton.
OneWireContainer21(DSPortAdapter sourceAdapter, long newAddress)
          Creates a new OneWireContainer for communication with a DS1921 Thermocron iButton.
OneWireContainer21(DSPortAdapter sourceAdapter, String newAddress)
          Creates a new OneWireContainer for communication with a DS1921 Thermocron iButton.
OneWireContainer13(DSPortAdapter sourceAdapter, byte[] newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer13(DSPortAdapter sourceAdapter, long newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer13(DSPortAdapter sourceAdapter, String newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer33(DSPortAdapter sourceAdapter, byte[] newAddress)
          Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer33(DSPortAdapter sourceAdapter, long newAddress)
          Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer33(DSPortAdapter sourceAdapter, String newAddress)
          Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer23(DSPortAdapter sourceAdapter, byte[] newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer23(DSPortAdapter sourceAdapter, long newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer23(DSPortAdapter sourceAdapter, String newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer05(DSPortAdapter sourceAdapter, byte[] newAddress)
          Creates a new OneWireContainer for communication with a DS2405.
OneWireContainer05(DSPortAdapter sourceAdapter, long newAddress)
          Creates a new OneWireContainer for communication with a DS2405.
OneWireContainer05(DSPortAdapter sourceAdapter, String newAddress)
          Creates a new OneWireContainer for communication with a DS2405.
OneWireContainer37(DSPortAdapter sourceAdapter, byte[] newAddress)
          Creates a new OneWireContainer for communication with a DS1977.
OneWireContainer37(DSPortAdapter sourceAdapter, long newAddress)
          Creates a new OneWireContainer for communication with a DS1977.
OneWireContainer37(DSPortAdapter sourceAdapter, String newAddress)
          Creates a new OneWireContainer for communication with a DS1977.
OneWireContainer24(DSPortAdapter sourceAdapter, byte[] newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer24(DSPortAdapter sourceAdapter, long newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer24(DSPortAdapter sourceAdapter, String newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer27(DSPortAdapter sourceAdapter, byte[] newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer27(DSPortAdapter sourceAdapter, long newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer27(DSPortAdapter sourceAdapter, String newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer09(DSPortAdapter sourceAdapter, byte[] newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer09(DSPortAdapter sourceAdapter, long newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer09(DSPortAdapter sourceAdapter, String newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer29(DSPortAdapter sourceAdapter, byte[] newAddress)
          Creates a new OneWireContainer for communication with a DS2408.
OneWireContainer29(DSPortAdapter sourceAdapter, long newAddress)
          Creates a new OneWireContainer for communication with a DS2408.
OneWireContainer29(DSPortAdapter sourceAdapter, String newAddress)
          Creates a new OneWireContainer for communication with a DS2408.
OneWireContainer1A(DSPortAdapter sourceAdapter, byte[] newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer1A(DSPortAdapter sourceAdapter, long newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer1A(DSPortAdapter sourceAdapter, String newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0A(DSPortAdapter sourceAdapter, byte[] newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0A(DSPortAdapter sourceAdapter, long newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0A(DSPortAdapter sourceAdapter, String newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0C(DSPortAdapter sourceAdapter, byte[] newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0C(DSPortAdapter sourceAdapter, long newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer0C(DSPortAdapter sourceAdapter, String newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer2C(DSPortAdapter sourceAdapter, byte[] newAddress)
          Creates a container with a provided adapter object and the address of the 1-Wire device.
OneWireContainer2C(DSPortAdapter sourceAdapter, long newAddress)
          Creates a container with a provided adapter object and the address of this 1-Wire device.
OneWireContainer2C(DSPortAdapter sourceAdapter, String newAddress)
          Creates a container with a provided adapter object and the address of this 1-Wire device.
JibComm(OneWireContainer16 owc, DSPortAdapter newAdapter, byte[] newAddress)
          Constructs a JibComm object to communicate with this Java iButton.
OneWireContainer10(DSPortAdapter sourceAdapter, byte[] newAddress)
          Creates a OneWireContainer10 with the provided adapter object and the address of this One-Wire device.
OneWireContainer10(DSPortAdapter sourceAdapter, long newAddress)
          Creates a OneWireContainer10 with the provided adapter object and the address of this One-Wire device.
OneWireContainer10(DSPortAdapter sourceAdapter, String newAddress)
          Creates a OneWireContainer10 with the provided adapter object and the address of this One-Wire device.
OneWireContainer30(DSPortAdapter sourceAdapter, byte[] newAddress)
          Creates a container with a provided adapter object and the address of this 1-Wire device.
OneWireContainer30(DSPortAdapter sourceAdapter, long newAddress)
          Creates a container with a provided adapter object and the address of this 1-Wire device.
OneWireContainer30(DSPortAdapter sourceAdapter, String newAddress)
          Creates a container with a provided adapter object and the address of this 1-Wire device.
OneWireContainer20(DSPortAdapter sourceAdapter, byte[] newAddress)
          Creates a container with a provided adapter object and the address of the 1-Wire device.
OneWireContainer20(DSPortAdapter sourceAdapter, long newAddress)
          Creates a container with a provided adapter object and the address of the 1-Wire device.
OneWireContainer20(DSPortAdapter sourceAdapter, String newAddress)
          Creates a container with a provided adapter object and the address of the 1-Wire device.
OneWireContainer12(DSPortAdapter sourceAdapter, byte[] newAddress)
          Creates a new OneWireContainer for communication with a DS2406/2407.
OneWireContainer12(DSPortAdapter sourceAdapter, long newAddress)
          Creates a new OneWireContainer for communication with a DS2406/2407.
OneWireContainer12(DSPortAdapter sourceAdapter, String newAddress)
          Creates a new OneWireContainer for communication with a DS2406/2407.
OneWireContainer02(DSPortAdapter sourceAdapter, byte[] newAddress)
          Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer02(DSPortAdapter sourceAdapter, long newAddress)
          Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer02(DSPortAdapter sourceAdapter, String newAddress)
          Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer28(DSPortAdapter sourceAdapter, byte[] newAddress)
          Creates a OneWireContainer28 with the provided adapter object and the address of this One-Wire device.
OneWireContainer28(DSPortAdapter sourceAdapter, long newAddress)
          Creates a OneWireContainer28 with the provided adapter object and the address of this One-Wire device.
OneWireContainer28(DSPortAdapter sourceAdapter, String newAddress)
          Creates a OneWireContainer28 with the provided adapter object and the address of this One-Wire device.
OneWireContainer22(DSPortAdapter sourceAdapter, byte[] newAddress)
          Creates a OneWireContainer22 with the provided adapter object and the address of this One-Wire device.
OneWireContainer22(DSPortAdapter sourceAdapter, long newAddress)
          Creates a OneWireContainer22 with the provided adapter object and the address of this One-Wire device.
OneWireContainer22(DSPortAdapter sourceAdapter, String newAddress)
          Creates a OneWireContainer22 with the provided adapter object and the address of this One-Wire device.
OneWireContainer14(DSPortAdapter sourceAdapter, byte[] newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer14(DSPortAdapter sourceAdapter, long newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer14(DSPortAdapter sourceAdapter, String newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer04(DSPortAdapter sourceAdapter, byte[] newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer04(DSPortAdapter sourceAdapter, long newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer04(DSPortAdapter sourceAdapter, String newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer16(DSPortAdapter sourceAdapter, byte[] newAddress)
          Creates a OneWireContainer16 with the provided adapter object and the address of this Java iButton.
OneWireContainer16(DSPortAdapter sourceAdapter, long newAddress)
          Creates a OneWireContainer16 with the provided adapter object and the address of this Java iButton.
OneWireContainer16(DSPortAdapter sourceAdapter, String newAddress)
          Creates a OneWireContainer16 with the provided adapter object and the address of this Java iButton.
OneWireContainer06(DSPortAdapter sourceAdapter, byte[] newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer06(DSPortAdapter sourceAdapter, long newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer06(DSPortAdapter sourceAdapter, String newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer26(DSPortAdapter sourceAdapter, byte[] newAddress)
          Create a container with a provided adapter object and the address of the 1-Wire device.
OneWireContainer26(DSPortAdapter sourceAdapter, long newAddress)
          Create a container with a provided adapter object and the address of the 1-Wire device.
OneWireContainer26(DSPortAdapter sourceAdapter, String newAddress)
          Create a container with a provided adapter object and the address of the 1-Wire device.
OneWireContainer18(DSPortAdapter sourceAdapter, byte[] newAddress)
          Creates a new OneWireContainer for communication with a DS1963S SHA iButton.
OneWireContainer18(DSPortAdapter sourceAdapter, long newAddress)
          Creates a new OneWireContainer for communication with a DS1963S SHA iButton.
OneWireContainer18(DSPortAdapter sourceAdapter, String newAddress)
          Creates a new OneWireContainer for communication with a DS1963S SHA iButton.
OneWireContainer08(DSPortAdapter sourceAdapter, byte[] newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer08(DSPortAdapter sourceAdapter, long newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
OneWireContainer08(DSPortAdapter sourceAdapter, String newAddress)
          Create a container with the provided adapter instance and the address of the iButton or 1-Wire device.
 

Uses of DSPortAdapter in com.dalsemi.onewire.utils
 

Constructors in com.dalsemi.onewire.utils with parameters of type DSPortAdapter
OWPath(DSPortAdapter adapter)
          Create a new 1-Wire path with no elemements.
OWPath(DSPortAdapter adapter, OWPath currentOWPath)
          Create a new path with a starting path.
 



Copyright © 1999-2003 Dallas Semiconductor. All Rights Reserved.