Uses of Class
com.dalsemi.onewire.container.OneWireContainer

Packages that use OneWireContainer
com.dalsemi.onewire.adapter   
com.dalsemi.onewire.application.file   
com.dalsemi.onewire.application.monitor   
com.dalsemi.onewire.application.sha   
com.dalsemi.onewire.application.tag   
com.dalsemi.onewire.container   
com.dalsemi.onewire.utils   
 

Uses of OneWireContainer in com.dalsemi.onewire.adapter
 

Methods in com.dalsemi.onewire.adapter that return OneWireContainer
 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.
 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(String address)
          Constructs a OneWireContainer object with a user supplied 1-Wire network address.
 OneWireContainer DSPortAdapter.getDeviceContainer()
          Constructs a OneWireContainer object using the current 1-Wire network address.
 

Uses of OneWireContainer in com.dalsemi.onewire.application.file
 

Methods in com.dalsemi.onewire.application.file that return OneWireContainer
 OneWireContainer OWFile.getOneWireContainer()
          Gets the OneWireContainer that this File resides on.
 OneWireContainer[] OWFile.getOneWireContainers()
          Gets the OneWireContainer(s) that this File resides on.
 

Methods in com.dalsemi.onewire.application.file with parameters of type OneWireContainer
static OWFile[] OWFile.listRoots(OneWireContainer owc)
          List the available filesystem roots.
 

Constructors in com.dalsemi.onewire.application.file with parameters of type OneWireContainer
OWFileInputStream(OneWireContainer owd, 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, 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, String name)
          Creates an output file stream to write to the file with the specified name.
OWFileOutputStream(OneWireContainer[] owd, String name)
          Creates an output file stream to write to the file with the specified name.
OWFileOutputStream(OneWireContainer owd, String name, boolean append)
          Creates an output file stream to write to the file with the specified name.
OWFileOutputStream(OneWireContainer[] owd, String name, boolean append)
          Creates an output file stream to write to the file with the specified name.
OWFile(OneWireContainer owd, String pathname)
          Creates a new OWFile instance by converting the given pathname string into an abstract pathname.
OWFile(OneWireContainer[] owd, String pathname)
          Creates a new OWFile instance by converting the given pathname string into an abstract pathname.
OWFile(OneWireContainer owd, String parent, String child)
          Creates a new OWFile instance from a parent pathname string and a child pathname string.
 

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

Methods in com.dalsemi.onewire.application.monitor that return OneWireContainer
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, String 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, Long longAddress)
          Returns the OneWireContainer object of the device with the given address.
 OneWireContainer DeviceMonitorEvent.getContainerAt(int index)
          Returns the OneWireContainer for the address at the specified index
 

Methods in com.dalsemi.onewire.application.monitor with parameters of type OneWireContainer
static void AbstractDeviceMonitor.putDeviceContainer(byte[] address, OneWireContainer owc)
          Sets the OneWireContainer object of the device with the given address.
static void AbstractDeviceMonitor.putDeviceContainer(String 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(Long longAddress, OneWireContainer owc)
          Sets the OneWireContainer object of the device with the given address.
 

Uses of OneWireContainer in com.dalsemi.onewire.application.sha
 

Methods in com.dalsemi.onewire.application.sha with parameters of type OneWireContainer
 boolean SHAiButtonCoprVM.save(OneWireContainer owc, String filename, boolean saveSecretData)
          Saves simulated coprocessor configuration info to an (almost) standard-format to a 1-Wire Memory Device's TMEX file.
 boolean SHAiButtonCoprVM.load(OneWireContainer owc, String filename)
          Loads coprocessor configuration information from an (almost) standard service TMEX file on 1-Wire memory device.
 

Constructors in com.dalsemi.onewire.application.sha with parameters of type OneWireContainer
SHAiButtonCoprVM(OneWireContainer owc, 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, 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.
 

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

Fields in com.dalsemi.onewire.application.tag declared as OneWireContainer
 OneWireContainer TaggedDevice.DeviceContainer
          1-Wire Container for the tagged device.
 

Methods in com.dalsemi.onewire.application.tag that return OneWireContainer
 OneWireContainer TaggedDevice.getDeviceContainer()
          Gets the 1-Wire Container for the tagged device.
 

Uses of OneWireContainer in com.dalsemi.onewire.container
 

Subclasses of OneWireContainer in com.dalsemi.onewire.container
 class OneWireContainer01
          1-Wire® container that encapsulates the functionality of the 1-Wire family type 01 (hex), Dallas Semiconductor part number: DS1990A, Serial Number.
 class OneWireContainer02
          1-Wire® container that encapsulates the functionality of the 1-Wire family type 02 (hex), Dallas Semiconductor 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°C to +100°C, 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 OneWireContainer16
           1-Wire container for Java-powered iButton, DS195X.
 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 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), Dallas Semiconductor 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°C to +125°C, 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), Dallas Semiconductor 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°C to +125°C, 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), Dallas Semiconductor part number: DS2890, 1-Wire Digital Potentiometer.
 class OneWireContainer30
          1-Wire® container that encapsulates the functionality of the 1-Wire family type 30 (hex), Dallas Semiconductor 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), Dallas Semiconductor part number: DS1961S,DS2432.
 class OneWireContainer37
           1-Wire® container for a 32K bytes of read-only and read/write password protected memory, DS1977.
 class OneWireContainer41
           1-Wire® container for a Temperature and Humidity/A-D Logging iButton, DS1922.
 

Uses of OneWireContainer in com.dalsemi.onewire.utils
 

Methods in com.dalsemi.onewire.utils that return OneWireContainer
 OneWireContainer OWPathElement.getContainer()
          Get the 1-Wire container for this 1-Wire path element.
 

Methods in com.dalsemi.onewire.utils with parameters of type OneWireContainer
 void OWPath.add(OneWireContainer owc, int channel)
          Add a 1-Wire path element to this 1-Wire path.
 

Constructors in com.dalsemi.onewire.utils with parameters of type OneWireContainer
OWPathElement(OneWireContainer owcInstance, int channelNumber)
          Create a new 1-Wire path element.
 



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