This 1-Wire device is used as a unique serial number.
http://pdfserv.maxim-ic.com/arpdf/DS1990A.pdf
http://pdfserv.maxim-ic.com/arpdf/DS2401.pdf
http://pdfserv.maxim-ic.com/arpdf/DS1420.pdf
Public Member Functions | |
OneWireContainer01 () | |
Create an empty container. | |
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, String newAddress) | |
Create a container with a provided adapter object and the address of the iButton or 1-Wire device. | |
String | getName () |
Retrieves the Maxim Integrated Products part number of the 1-Wire device 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 the 1-Wire device type. |
Create an empty container.
Must call setupContainer
before using this new container.
This is one of the methods to construct a container. The others are through creating a OneWireContainer with parameters.
OneWireContainer01(DSPortAdapter,long)
OneWireContainer01(DSPortAdapter,String)
setupContainer(DSPortAdapter,byte[])
OneWireContainer01 | ( | DSPortAdapter | sourceAdapter, | |
byte[] | newAddress | |||
) |
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
This is one of the methods to construct a container. The other is through creating a OneWireContainer with NO parameters.
sourceAdapter | adapter object required to communicate with this iButton. | |
newAddress | address of this 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.
This is one of the methods to construct a container. The other is through creating a OneWireContainer with NO parameters.
sourceAdapter | adapter object required to communicate with this iButton. | |
newAddress | address of this 1-Wire device |
OneWireContainer01 | ( | DSPortAdapter | sourceAdapter, | |
String | newAddress | |||
) |
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
This is one of the methods to construct a container. The other is through creating a OneWireContainer with NO parameters.
sourceAdapter | adapter object required to communicate with this iButton. | |
newAddress | address of this 1-Wire device |
String getName | ( | ) |
Retrieves the Maxim Integrated Products part number of the 1-Wire device as a String
.
For example 'Crypto iButton' or 'DS1992'.
Reimplemented from OneWireContainer.
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'.
Reimplemented from OneWireContainer.
String getDescription | ( | ) |
Retrieves a short description of the function of the 1-Wire device type.
Reimplemented from OneWireContainer.