Uses of Class
com.dalsemi.onewire.utils.OWPath

Packages that use OWPath
com.dalsemi.onewire.application.monitor   
com.dalsemi.onewire.application.tag   
com.dalsemi.onewire.utils   
 

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

Methods in com.dalsemi.onewire.application.monitor that return OWPath
 OWPath AbstractDeviceMonitor.getDevicePath(byte[] address)
          Returns the OWPath of the device with the given address.
 OWPath AbstractDeviceMonitor.getDevicePath(String address)
          Returns the OWPath of the device with the given address.
 OWPath AbstractDeviceMonitor.getDevicePath(long address)
          Returns the OWPath of the device with the given address.
abstract  OWPath AbstractDeviceMonitor.getDevicePath(Long address)
          Returns the OWPath of the device with the given address.
 OWPath NetworkDeviceMonitor.getDevicePath(Long address)
          Returns the OWPath of the device with the given address.
 OWPath DeviceMonitor.getDevicePath(Long address)
          Returns the OWPath of the device with the given address.
 OWPath DeviceMonitorEvent.getPathForContainerAt(int index)
          Returns the Path object for the device at the specified index
 

Methods in com.dalsemi.onewire.application.monitor with parameters of type OWPath
 void NetworkDeviceMonitor.addBranch(OWPath path)
          Adds a branch for searching.
 

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

Methods in com.dalsemi.onewire.application.tag that return OWPath
 OWPath TaggedDevice.getOWPath()
          Gets the OWPath for the tagged device.
 

Methods in com.dalsemi.onewire.application.tag with parameters of type OWPath
 void TaggedDevice.setOWPath(OWPath branchOWPath)
          Sets the OWPath for the tagged device.
 

Uses of OWPath in com.dalsemi.onewire.utils
 

Methods in com.dalsemi.onewire.utils with parameters of type OWPath
 void OWPath.copy(OWPath currentOWPath)
          Copy the elements from the provided 1-Wire path into this 1-Wire path.
 boolean OWPath.equals(OWPath compareOWPath)
          Compare this 1-Wire path with another.
 

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



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