1-Wire API for .NET Version 4.00
|
Inherits com::dalsemi::onewire::container::OneWireContainer28, and com::dalsemi::onewire::container::TemperatureContainer.
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. |
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)
See the usage example in TemperatureContainer for temperature specific operations.
http://pdfserv.maxim-ic.com/arpdf/DS1822.pdf
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.
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.
sourceAdapter | adapter object required to communicate with this One-Wire device |
newAddress | 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.
This is one of the methods to construct a OneWireContainer22
. The others are through creating a OneWireContainer22
with different parameters types.
sourceAdapter | adapter object required to communicate with this One-Wire device |
newAddress | 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.
This is one of the methods to construct a OneWireContainer22
. The others are through creating a OneWireContainer22
with different parameters types.
sourceAdapter | adapter object required to communicate with this One-Wire device |
newAddress | address of this One-Wire device |
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'.
OneWireContainer22
alternate names Reimplemented from OneWireContainer28.
String getDescription | ( | ) |
Retrieves a short description of the function of this OneWireContainer22
type.
OneWireContainer22
functional description Reimplemented from OneWireContainer28.
String getName | ( | ) |
Retrieves the Maxim Integrated Products part number of this OneWireContainer22
as a String
.
For example 'DS1822'.
OneWireContainer22
name Reimplemented from OneWireContainer28.