Modifier and Type | Method and Description |
---|---|
static DSPortAdapter |
OneWireAccessProvider.getAdapter(java.lang.String adapterName,
java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
static void |
OneWireAccessProvider.setUseOverridingAdapter(DSPortAdapter adapter)
Sets an overriding adapter.
|
Modifier and Type | Class and Description |
---|---|
class |
NetAdapter
NetAdapter is a network-based DSPortAdapter.
|
Constructor and Description |
---|
NetAdapterHost(DSPortAdapter adapter)
Creates an 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)
Creates a single-threaded 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,
java.net.ServerSocket serverSock)
Creates an instance of a NetAdapterHost which wraps the provided
adapter.
|
NetAdapterHost(DSPortAdapter adapter,
java.net.ServerSocket serverSock,
boolean multiThread)
Creates an (optionally multi-threaded) instance of a NetAdapterHost which
wraps the provided adapter.
|
Modifier and Type | Method and Description |
---|---|
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
|
DSPortAdapter |
AbstractDeviceMonitor.getAdapter()
Returns the DSPortAdapter this device is searching
|
Modifier and Type | Method and Description |
---|---|
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,
long address)
Returns the OneWireContainer object of the device with the given address.
|
static OneWireContainer |
AbstractDeviceMonitor.getDeviceContainer(DSPortAdapter adapter,
java.lang.Long longAddress)
Returns the OneWireContainer object of the device with the given address.
|
static OneWireContainer |
AbstractDeviceMonitor.getDeviceContainer(DSPortAdapter adapter,
java.lang.String address)
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
|
void |
ChainMonitor.setAdapter(DSPortAdapter adapter)
Sets this monitor to search a new DSPortAdapter
|
abstract void |
AbstractDeviceMonitor.setAdapter(DSPortAdapter adapter)
Sets this monitor to search a new DSPortAdapter
|
Constructor and Description |
---|
ChainMonitor(DSPortAdapter adapter)
Create a simple monitor that does not search branches
|
DeviceMonitor(DSPortAdapter adapter)
Create a simple monitor that does not search branches
|
NetworkDeviceMonitor(DSPortAdapter adapter)
Create a complex monitor that does search branches
|
Modifier and Type | Method and Description |
---|---|
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.
|
abstract boolean |
SHAiButtonUser.setiButtonUser(DSPortAdapter adapter,
byte[] address)
Modifies this SHA iButton so that it refers to another device.
|
Modifier and Type | Method and Description |
---|---|
void |
TaggedDevice.setDeviceContainer(DSPortAdapter adapter,
java.lang.String netAddress)
Sets the 1-Wire Container for the tagged device.
|
void |
TaggedDevice.setOWPath(DSPortAdapter adapter,
java.util.Vector Branches)
Sets the OWPath for the tagged device.
|
Constructor and Description |
---|
Contact(DSPortAdapter adapter,
java.lang.String netAddress)
Creates an object for the device with the supplied address and device type connected
to the supplied port adapter.
|
D2A(DSPortAdapter adapter,
java.lang.String netAddress)
Creates an object for the device with the supplied address connected
to the supplied port adapter.
|
Event(DSPortAdapter adapter,
java.lang.String netAddress)
Creates an object for the device with the supplied address and device type connected
to the supplied port adapter.
|
Humidity(DSPortAdapter adapter,
java.lang.String netAddress)
Creates an object for the device with the supplied address and device type connected
to the supplied port adapter.
|
Level(DSPortAdapter adapter,
java.lang.String netAddress)
Creates an object for the device with the supplied address and device type connected
to the supplied port adapter.
|
Switch(DSPortAdapter adapter,
java.lang.String netAddress)
Creates an object for the device with the supplied address connected
to the supplied port adapter.
|
TaggedDevice(DSPortAdapter adapter,
java.lang.String netAddress)
Creates an object for the device with the supplied address and device type connected
to the supplied port adapter.
|
TAGParser(DSPortAdapter adapter)
Construct the tag parser.
|
Thermal(DSPortAdapter adapter,
java.lang.String netAddress)
Creates an object for the device with the supplied address and device type connected
to the supplied port adapter.
|
Modifier and Type | Method and Description |
---|---|
DSPortAdapter |
OneWireContainer.getAdapter()
Retrieves the port adapter object used to create this container.
|
Modifier and Type | Method and Description |
---|---|
void |
OneWireContainer53.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 |
OneWireContainer43.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 |
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 |
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 |
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 |
OneWireContainer2D.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 |
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 |
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.
|
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 |
OneWireContainer53.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 |
OneWireContainer43.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 |
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 |
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 |
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 |
OneWireContainer2D.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 |
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 |
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 |
OneWireContainer53.setupContainer(DSPortAdapter sourceAdapter,
java.lang.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 |
OneWireContainer43.setupContainer(DSPortAdapter sourceAdapter,
java.lang.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 |
OneWireContainer41.setupContainer(DSPortAdapter sourceAdapter,
java.lang.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 |
OneWireContainer37.setupContainer(DSPortAdapter sourceAdapter,
java.lang.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,
java.lang.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 |
OneWireContainer2D.setupContainer(DSPortAdapter sourceAdapter,
java.lang.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 |
OneWireContainer21.setupContainer(DSPortAdapter sourceAdapter,
java.lang.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 |
OneWireContainer.setupContainer(DSPortAdapter sourceAdapter,
java.lang.String newAddress)
Provides this container with the adapter object used to access this device and
the address of the iButton or 1-Wire device.
|
Constructor and Description |
---|
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,
java.lang.String newAddress)
Create a container with a provided adapter object
and the address of the iButton or 1-Wire device.
|
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,
java.lang.String newAddress)
Create a container with a provided adapter object
and the address of the iButton or 1-Wire device.
|
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,
java.lang.String newAddress)
Create a container with a provided adapter object
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,
java.lang.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,
java.lang.String newAddress)
Creates a new
OneWireContainer for communication with a DS2405. |
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,
java.lang.String newAddress)
Create a container with the provided adapter instance
and the address of the iButton or 1-Wire device.
|
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,
java.lang.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,
java.lang.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,
java.lang.String newAddress)
Create a container with the provided adapter instance
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,
java.lang.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,
java.lang.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,
java.lang.String newAddress)
Create a container with the provided adapter instance
and the address of the iButton or 1-Wire device.
|
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,
java.lang.String newAddress)
Creates a
OneWireContainer10 with the provided adapter
object and the address of this One-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,
java.lang.String newAddress)
Creates a new
OneWireContainer for communication with a DS2406/2407. |
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,
java.lang.String newAddress)
Create a container with the provided adapter instance
and the address of the iButton or 1-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,
java.lang.String newAddress)
Create a container with the provided adapter instance
and the address of the iButton or 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,
java.lang.String newAddress)
Creates a new
OneWireContainer for communication with a DS1963S SHA iButton. |
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,
java.lang.String newAddress)
Create a container with the provided adapter instance
and the address of the iButton or 1-Wire device.
|
OneWireContainer1C(DSPortAdapter sourceAdapter,
byte[] newAddress)
Creates a new
OneWireContainer for communication with a DS28E04. |
OneWireContainer1C(DSPortAdapter sourceAdapter,
long newAddress)
Creates a new
OneWireContainer for communication with a DS28E04. |
OneWireContainer1C(DSPortAdapter sourceAdapter,
java.lang.String newAddress)
Creates a new
OneWireContainer for communication with a DS28E04. |
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,
java.lang.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,
java.lang.String newAddress)
Create a container with the provided adapter instance
and the address of the iButton or 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,
java.lang.String newAddress)
Creates a container with a provided adapter object
and the address of the 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,
java.lang.String newAddress)
Creates a new
OneWireContainer for communication with a DS1921 Thermocron iButton. |
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,
java.lang.String newAddress)
Creates a
OneWireContainer22 with the provided adapter
object and the address of this One-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,
java.lang.String newAddress)
Create a container with the provided adapter instance
and the address of the iButton or 1-Wire device.
|
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,
java.lang.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,
java.lang.String newAddress)
Create a container with a provided adapter object
and the address of the 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,
java.lang.String newAddress)
Create a container with the provided adapter instance
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,
java.lang.String newAddress)
Creates a
OneWireContainer28 with the provided adapter
object and the address of this One-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,
java.lang.String newAddress)
Creates a new
OneWireContainer for communication with a DS2408. |
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,
java.lang.String newAddress)
Creates a container with a provided adapter object
and the address of this 1-Wire device.
|
OneWireContainer2D(DSPortAdapter sourceAdapter,
byte[] newAddress)
Create a container with a provided adapter object
and the address of the iButton or 1-Wire device.
|
OneWireContainer2D(DSPortAdapter sourceAdapter,
long newAddress)
Create a container with a provided adapter object
and the address of the iButton or 1-Wire device.
|
OneWireContainer2D(DSPortAdapter sourceAdapter,
java.lang.String newAddress)
Create a container with a provided adapter object
and the address of the iButton or 1-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,
java.lang.String newAddress)
Creates a container with a provided adapter object
and the address of this 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,
java.lang.String newAddress)
Create a container with a provided adapter object
and the address of the iButton or 1-Wire device.
|
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,
java.lang.String newAddress)
Creates a new
OneWireContainer for communication with a
DS1977. |
OneWireContainer3A(DSPortAdapter sourceAdapter,
byte[] newAddress)
Creates a new
OneWireContainer for communication with a DS2413. |
OneWireContainer3A(DSPortAdapter sourceAdapter,
long newAddress)
Creates a new
OneWireContainer for communication with a DS2413. |
OneWireContainer3A(DSPortAdapter sourceAdapter,
java.lang.String newAddress)
Creates a new
OneWireContainer for communication with a DS2413. |
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,
java.lang.String newAddress)
Creates a new
OneWireContainer for communication with a
DS1922. |
OneWireContainer42(DSPortAdapter sourceAdapter,
byte[] newAddress)
Creates a
OneWireContainer42 with the provided adapter
object and the address of this One-Wire device. |
OneWireContainer42(DSPortAdapter sourceAdapter,
long newAddress)
Creates a
OneWireContainer42 with the provided adapter
object and the address of this One-Wire device. |
OneWireContainer42(DSPortAdapter sourceAdapter,
java.lang.String newAddress)
Creates a
OneWireContainer42 with the provided adapter
object and the address of this One-Wire device. |
OneWireContainer43(DSPortAdapter sourceAdapter,
byte[] newAddress)
Create a container with a provided adapter object
and the address of the iButton or 1-Wire device.
|
OneWireContainer43(DSPortAdapter sourceAdapter,
long newAddress)
Create a container with a provided adapter object
and the address of the iButton or 1-Wire device.
|
OneWireContainer43(DSPortAdapter sourceAdapter,
java.lang.String newAddress)
Create a container with a provided adapter object
and the address of the iButton or 1-Wire device.
|
OneWireContainer53(DSPortAdapter sourceAdapter,
byte[] newAddress)
Creates a new
OneWireContainer for communication with a
DS1925. |
OneWireContainer53(DSPortAdapter sourceAdapter,
long newAddress)
Creates a new
OneWireContainer for communication with a
DS1925. |
OneWireContainer53(DSPortAdapter sourceAdapter,
java.lang.String newAddress)
Creates a new
OneWireContainer for communication with a
DS1925. |
Constructor and Description |
---|
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-2012 Maxim Integrated Products. All Rights Reserved.