Modifier and Type | Method and Description |
---|---|
OneWireContainer |
DSPortAdapter.getDeviceContainer()
Constructs a
OneWireContainer object using the current 1-Wire network address. |
OneWireContainer |
DSPortAdapter.getDeviceContainer(byte[] address)
Constructs a
OneWireContainer object with a user supplied 1-Wire network address. |
OneWireContainer |
DSPortAdapter.getDeviceContainer(long address)
Constructs a
OneWireContainer object with a user supplied 1-Wire network address. |
OneWireContainer |
DSPortAdapter.getDeviceContainer(java.lang.String address)
Constructs a
OneWireContainer object with a user supplied 1-Wire network address. |
OneWireContainer |
DSPortAdapter.getFirstDeviceContainer()
Returns a
OneWireContainer object corresponding to the first iButton
or 1-Wire device found on the 1-Wire Network. |
OneWireContainer |
DSPortAdapter.getNextDeviceContainer()
Returns a
OneWireContainer object corresponding to the next iButton
or 1-Wire device found. |
Modifier and Type | Method and Description |
---|---|
OneWireContainer |
OWFile.getOneWireContainer()
Gets the OneWireContainer that this File resides on.
|
OneWireContainer[] |
OWFile.getOneWireContainers()
Gets the OneWireContainer(s) that this File resides on.
|
Modifier and Type | Method and Description |
---|---|
static OWFile[] |
OWFile.listRoots(OneWireContainer owc)
List the available filesystem roots.
|
Constructor and Description |
---|
OWFile(OneWireContainer[] owd,
java.lang.String pathname)
Creates a new
OWFile instance by converting the given
pathname string into an abstract pathname. |
OWFile(OneWireContainer owd,
java.lang.String pathname)
Creates a new
OWFile instance by converting the given
pathname string into an abstract pathname. |
OWFile(OneWireContainer owd,
java.lang.String parent,
java.lang.String child)
Creates a new
OWFile instance from a parent pathname string
and a child pathname string. |
OWFileInputStream(OneWireContainer[] owd,
java.lang.String name)
Creates a
FileInputStream by
opening a connection to an actual file,
the file named by the path name name
in the Filesystem. |
OWFileInputStream(OneWireContainer owd,
java.lang.String name)
Creates a
FileInputStream by
opening a connection to an actual file,
the file named by the path name name
in the Filesystem. |
OWFileOutputStream(OneWireContainer[] owd,
java.lang.String name)
Creates an output file stream to write to the file with the
specified name.
|
OWFileOutputStream(OneWireContainer[] owd,
java.lang.String name,
boolean append)
Creates an output file stream to write to the file with the specified
name . |
OWFileOutputStream(OneWireContainer owd,
java.lang.String name)
Creates an output file stream to write to the file with the
specified name.
|
OWFileOutputStream(OneWireContainer owd,
java.lang.String name,
boolean append)
Creates an output file stream to write to the file with the specified
name . |
Modifier and Type | Method and Description |
---|---|
OneWireContainer |
DeviceMonitorEvent.getContainerAt(int index)
Returns the OneWireContainer for the address at the specified index
|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
AbstractDeviceMonitor.putDeviceContainer(byte[] address,
OneWireContainer owc)
Sets the OneWireContainer object of the device with the given address.
|
static void |
AbstractDeviceMonitor.putDeviceContainer(long address,
OneWireContainer owc)
Sets the OneWireContainer object of the device with the given address.
|
static void |
AbstractDeviceMonitor.putDeviceContainer(java.lang.Long longAddress,
OneWireContainer owc)
Sets the OneWireContainer object of the device with the given address.
|
static void |
AbstractDeviceMonitor.putDeviceContainer(java.lang.String address,
OneWireContainer owc)
Sets the OneWireContainer object of the device with the given address.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SHAiButtonCoprVM.load(OneWireContainer owc,
java.lang.String filename)
Loads coprocessor configuration information from an (almost) standard
service TMEX file on 1-Wire memory device.
|
boolean |
SHAiButtonCoprVM.save(OneWireContainer owc,
java.lang.String filename,
boolean saveSecretData)
Saves simulated coprocessor configuration info to an (almost)
standard-format to a 1-Wire Memory Device's TMEX file.
|
Constructor and Description |
---|
SHAiButtonCoprVM(OneWireContainer owc,
java.lang.String filename)
Loads a simulated DS1963S coprocessor device from any 1-Wire memory device
supported by the 1-Wire File I/O API.
|
SHAiButtonCoprVM(OneWireContainer owc,
java.lang.String filename,
byte[] sign_secret,
byte[] auth_secret)
Loads a simulated DS1963S coprocessor device from any 1-Wire
memory device supported by the 1-Wire File I/O API.
|
Modifier and Type | Field and Description |
---|---|
OneWireContainer |
TaggedDevice.DeviceContainer
1-Wire Container for the tagged device.
|
Modifier and Type | Method and Description |
---|---|
OneWireContainer |
TaggedDevice.getDeviceContainer()
Gets the 1-Wire Container for the tagged device.
|
Modifier and Type | Class and Description |
---|---|
class |
OneWireContainer01
1-Wire® container that encapsulates the functionality of the 1-Wire
family type 01 (hex), Maxim Integrated Products part number: DS1990A,
Serial Number.
|
class |
OneWireContainer02
1-Wire® container that encapsulates the functionality of the 1-Wire
family type 02 (hex), Maxim Integrated Products part number: DS1991,
MultiKey.
|
class |
OneWireContainer04
1-Wire container for 512 byte memory iButton Plus Time, DS1994 and 1-Wire Chip, DS2404.
|
class |
OneWireContainer05
1-Wire® container for a Single Addressable Switch, DS2405.
|
class |
OneWireContainer06
1-Wire container for 512 byte memory iButton, DS1993.
|
class |
OneWireContainer08
1-Wire container for 128 byte memory iButton, DS1992.
|
class |
OneWireContainer09
1-Wire container for 128 byte Add-Only memory (EPROM) iButton, DS1982 and 1-Wire Chip, DS2502.
|
class |
OneWireContainer0A
1-Wire container for 2048 byte memory iButton, DS1995.
|
class |
OneWireContainer0B
1-Wire container for 2048 byte Add-Only memory (EPROM) iButton, DS1985 and 1-Wire Chip, DS2505.
|
class |
OneWireContainer0C
1-Wire container for 8192 byte memory iButton, DS1996.
|
class |
OneWireContainer0F
1-Wire container for 8192 byte Add-Only memory (EPROM) iButton, DS1986 and 1-Wire Chip, DS2506.
|
class |
OneWireContainer10
1-Wire container for temperature iButton which measures temperatures
from -55@htmlonly °C @endhtmlonly to +100@htmlonly °C @endhtmlonly, DS1920 or DS18S20.
|
class |
OneWireContainer12
1-Wire® container for a Dual Addressable Switch, DS2406 or DS2407.
|
class |
OneWireContainer13
1-Wire container for 512 byte Add-Only memory (EPROM) iButton, DS1983 and 1-Wire Chip, DS2503.
|
class |
OneWireContainer14
1-Wire container for 32 byte EEPROM memory iButton, DS1971 and 1-Wire Chip, DS2430A.
|
class |
OneWireContainer18
1-Wire® container for a SHA Transaction iButton, DS1963S.
|
class |
OneWireContainer1A
1-Wire container for 512 byte memory iButton with write cycle counters, DS1963L.
|
class |
OneWireContainer1C
1-Wire® container for a Addressable 1-Wire 4K-bit EEPROM, DS28E04.
|
class |
OneWireContainer1D
1-Wire container for 512 byte memory with external counters, DS2423.
|
class |
OneWireContainer1F
1-Wire® container for 1-Wire(MicroLAN) Coupler, DS2409.
|
class |
OneWireContainer20
1-Wire® container that encapsulates the functionality of the 1-Wire
family type 20 (hex), Maxim Integrated Products part number: DS2450,
1-Wire Quad A/D Converter.
|
class |
OneWireContainer21
1-Wire® container for a Thermochron iButton, DS1921.
|
class |
OneWireContainer22
1-Wire container for temperature iButton which measures temperatures
from -55@htmlonly °C @endhtmlonly to +125@htmlonly °C @endhtmlonly, DS1822.
|
class |
OneWireContainer23
1-Wire container for 512 byte EEPROM memory iButton, DS1973 and 1-Wire Chip, DS2433.
|
class |
OneWireContainer24
1-Wire container for Real-Time-Clock (RTC) iButton, DS1904 and 1-Wire Chip, DS2415.
|
class |
OneWireContainer26
1-Wire® container that encapsulates the functionality of the 1-Wire
family type 26 (hex), Maxim Integrated Products part number: DS2438,
Smart Battery Monitor.
|
class |
OneWireContainer27
1-Wire container for Real-Time Clock with Interrupt, DS2417.
|
class |
OneWireContainer28
1-Wire container for temperature iButton which measures temperatures
from -55@htmlonly °C @endhtmlonly to +125@htmlonly °C @endhtmlonly, DS18B20.
|
class |
OneWireContainer29
1-Wire® container for a Single Addressable Switch, DS2408.
|
class |
OneWireContainer2C
1-Wire® container that encapsulates the functionality of the 1-Wire
family type 2C (hex), Maxim Integrated Products part number: DS2890,
1-Wire Digital Potentiometer.
|
class |
OneWireContainer2D
1-Wire® container for the '1K-Bit protected 1-Wire EEPROM
family type 2D (hex), Maxim Integrated Products part number:
DS2431/DS28E07.
|
class |
OneWireContainer30
1-Wire® container that encapsulates the functionality of the 1-Wire
family type 30 (hex), Maxim Integrated Products part number: DS2760,
High Precision Li-ion Battery Monitor.
|
class |
OneWireContainer33
1-Wire® container for the '1K-Bit protected 1-Wire EEPROM with SHA-1
Engine' family type 33 (hex), Maxim Integrated Products part number:
DS1961S,DS2432.
|
class |
OneWireContainer37
1-Wire® container for a 32K bytes of read-only and read/write password
protected memory, DS1977.
|
class |
OneWireContainer3A
1-Wire® container for a Single Addressable Switch, DS2413.
|
class |
OneWireContainer41
1-Wire® container for a Temperature and Humidity/A-D Logging iButton, DS1922.
|
class |
OneWireContainer42
1-Wire® container for a 1-Wire programmable resolution digital
thermometer with "sequence detect" and PIO, the DS28EA00.
|
class |
OneWireContainer43
1-Wire® container for the '1K-Bit protected 1-Wire EEPROM
family type 43 (hex), Maxim Integrated Products part number:
DS28EC20.
|
class |
OneWireContainer53
1-Wire® container for a Temperature Logging iButton, DS1925.
|
Modifier and Type | Method and Description |
---|---|
OneWireContainer |
OWPathElement.getContainer()
Get the 1-Wire container for this 1-Wire path element.
|
Modifier and Type | Method and Description |
---|---|
void |
OWPath.add(OneWireContainer owc,
int channel)
Add a 1-Wire path element to this 1-Wire path.
|
Constructor and Description |
---|
OWPathElement(OneWireContainer owcInstance,
int channelNumber)
Create a new 1-Wire path element.
|
Copyright © 1999-2012 Maxim Integrated Products. All Rights Reserved.