Package | Description |
---|---|
com.serotonin.mango.rt.dataSource.onewire |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<java.lang.Long,NetworkPath> |
Network.pathsByAddress
The unique address of the device, and the network path to it.
|
Modifier and Type | Method and Description |
---|---|
NetworkPath |
Network.getNetworkPath(java.lang.Long address) |
Modifier and Type | Method and Description |
---|---|
boolean |
NetworkPath.equals(NetworkPath otherPath) |
private void |
Network.initializeImpl(NetworkPath path,
java.util.List<NetworkPathElement> toTurnBackOn)
Recursive method for searching the network.
|
void |
NetworkPath.open(NetworkPath lastPath)
Close the path elements in the last path following the common elements of this and the last path, and open the
same in this path.
|
private void |
Network.quickInitializeImpl(NetworkPath path)
Recursive method for searching the network.
|
Constructor and Description |
---|
NetworkPath(NetworkPath currentPath,
com.dalsemi.onewire.container.OneWireContainer target,
OneWireContainerInfo targetInfo) |
NetworkPath(NetworkPath currentPath,
com.dalsemi.onewire.container.SwitchContainer sc,
java.lang.Long address,
int channel) |