Package | Description |
---|---|
com.dalsemi.onewire.application.monitor | |
com.dalsemi.onewire.application.tag | |
com.dalsemi.onewire.utils |
Modifier and Type | Method and Description |
---|---|
OWPath |
AbstractDeviceMonitor.getDevicePath(byte[] 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.
|
OWPath |
NetworkDeviceMonitor.getDevicePath(java.lang.Long address)
Returns the OWPath of the device with the given address.
|
OWPath |
DeviceMonitor.getDevicePath(java.lang.Long address)
Returns the OWPath of the device with the given address.
|
OWPath |
ChainMonitor.getDevicePath(java.lang.Long address)
Returns the OWPath of the device with the given address.
|
abstract OWPath |
AbstractDeviceMonitor.getDevicePath(java.lang.Long address)
Returns the OWPath of the device with the given address.
|
OWPath |
AbstractDeviceMonitor.getDevicePath(java.lang.String 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
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkDeviceMonitor.addBranch(OWPath path)
Adds a branch for searching.
|
Modifier and Type | Method and Description |
---|---|
OWPath |
TaggedDevice.getOWPath()
Gets the OWPath for the tagged device.
|
Modifier and Type | Method and Description |
---|---|
void |
TaggedDevice.setOWPath(OWPath branchOWPath)
Sets the OWPath for the tagged device.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
OWPath(DSPortAdapter adapter,
OWPath currentOWPath)
Create a new path with a starting path.
|
Copyright © 1999-2012 Maxim Integrated Products. All Rights Reserved.