OneWireContainer22 Class Reference

Inherits com::dalsemi::onewire::container::OneWireContainer28, and com::dalsemi::onewire::container::TemperatureContainer.

List of all members.


Detailed Description

1-Wire container for temperature iButton which measures temperatures from -55 °C to +125 °C , DS1822. This container encapsulates the functionality of the iButton family type 22 (hex)

Features

Usage

See the usage example in TemperatureContainer for temperature specific operations.

DataSheet

http://pdfserv.maxim-ic.com/arpdf/DS1822.pdf

See also:
com.dalsemi.onewire.container.TemperatureContainer
Version:
1.10, 26 September 2001
Author:
DalSemi

Public Member Functions

 OneWireContainer22 ()
 Creates an empty OneWireContainer22.
 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, String newAddress)
 Creates a OneWireContainer22 with the provided adapter object and the address of this One-Wire device.
String getName ()
 Retrieves the Maxim Integrated Products part number of this OneWireContainer22 as a String.
String getAlternateNames ()
 Retrieves the alternate Maxim Integrated Products part numbers or names.
String getDescription ()
 Retrieves a short description of the function of this OneWireContainer22 type.

Constructor & Destructor Documentation

Creates an empty OneWireContainer22.

Must call setupContainer() before using this new container.

This is one of the methods to construct a OneWireContainer22. The others are through creating a OneWireContainer22 with parameters.

See also:
OneWireContainer22(DSPortAdapter,byte[])

OneWireContainer22(DSPortAdapter,long)

OneWireContainer22(DSPortAdapter,String)

OneWireContainer22 ( DSPortAdapter  sourceAdapter,
byte[]  newAddress 
)

Creates a OneWireContainer22 with the provided adapter object and the address of this One-Wire device.

This is one of the methods to construct a OneWireContainer22. The others are through creating a OneWireContainer22 with different parameters types.

Parameters:
sourceAdapter adapter object required to communicate with this One-Wire device
newAddress address of this One-Wire device
See also:
com.dalsemi.onewire.utils.Address

OneWireContainer22()

OneWireContainer22(DSPortAdapter,long)

OneWireContainer22(DSPortAdapter,String)

OneWireContainer22 ( DSPortAdapter  sourceAdapter,
long  newAddress 
)

Creates a OneWireContainer22 with the provided adapter object and the address of this One-Wire device.

This is one of the methods to construct a OneWireContainer22. The others are through creating a OneWireContainer22 with different parameters types.

Parameters:
sourceAdapter adapter object required to communicate with this One-Wire device
newAddress address of this One-Wire device
See also:
com.dalsemi.onewire.utils.Address

OneWireContainer22()

OneWireContainer22(DSPortAdapter,byte[])

OneWireContainer22(DSPortAdapter,String)

OneWireContainer22 ( DSPortAdapter  sourceAdapter,
String  newAddress 
)

Creates a OneWireContainer22 with the provided adapter object and the address of this One-Wire device.

This is one of the methods to construct a OneWireContainer22. The others are through creating a OneWireContainer22 with different parameters types.

Parameters:
sourceAdapter adapter object required to communicate with this One-Wire device
newAddress address of this One-Wire device
See also:
com.dalsemi.onewire.utils.Address

OneWireContainer22()

OneWireContainer22(DSPortAdapter,byte[])

OneWireContainer22(DSPortAdapter,long)


Member Function Documentation

String getName (  ) 

Retrieves the Maxim Integrated Products part number of this OneWireContainer22 as a String.

For example 'DS1822'.

Returns:
this OneWireContainer22 name

Reimplemented from OneWireContainer28.

String getAlternateNames (  ) 

Retrieves the alternate Maxim Integrated Products part numbers or names.

A 'family' of 1-Wire Network devices may have more than one part number depending on packaging. There can also be nicknames such as 'Crypto iButton'.

Returns:
this OneWireContainer22 alternate names

Reimplemented from OneWireContainer28.

String getDescription (  ) 

Retrieves a short description of the function of this OneWireContainer22 type.

Returns:
OneWireContainer22 functional description

Reimplemented from OneWireContainer28.


The documentation for this class was generated from the following file:

Generated on Thu Aug 28 15:42:35 2008 for 1-Wire API for .NET by  doxygen 1.5.6