com.ibutton.tmex.container
Class iButtonContainer0C
java.lang.Object
|
+--com.ibutton.tmex.container.iButtonContainerGeneral
|
+--com.ibutton.tmex.container.iButtonContainer0C
- public class iButtonContainer0C
- extends iButtonContainerGeneral
- implements iButtonContainer
iButton container for iButton family type 0C (hex).
//\\//\\//\\// Does not yet contain device specific methods \\//\\//\\//
|
Constructor Summary |
iButtonContainer0C()
Constructs a General purpose iButton container class. |
|
Method Summary |
java.lang.String |
getAlternateNames()
Retrieve the alternate Dallas Semiconductor part numbers or names. |
java.lang.String |
getDescription()
Retrieve a short description of the function of the iButton type. |
java.lang.String |
getiButtonPartName()
Retrieve the Dallas Semiconductor part number of the iButton
as a string. |
| Methods inherited from class com.ibutton.tmex.container.iButtonContainerGeneral |
dataBlock,
getBit,
getBlock,
getByte,
getID,
getIDString,
isAlarming,
isPresent,
putBit,
putByte,
reset,
select,
setupContainer |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
iButtonContainer0C
public iButtonContainer0C()
- Constructs a General purpose iButton container class. This
constructor does not contain a source adapter. The method
setSourceAdapter must be called right after before this container
can be used.
getiButtonPartName
public java.lang.String getiButtonPartName()
- Retrieve the Dallas Semiconductor part number of the iButton
as a string. For example 'DS1992'.
- Specified by:
- getiButtonPartName in interface iButtonContainer
- Returns:
- string represetation of the iButton name.
- Overrides:
- getiButtonPartName in class iButtonContainerGeneral
getAlternateNames
public java.lang.String getAlternateNames()
- Retrieve the alternate Dallas Semiconductor part numbers or names.
A 'family' of MicroLAN devices may have more than one part number
depending on packaging. There can also be nicknames such as
'Crypto iButton'.
- Specified by:
- getAlternateNames in interface iButtonContainer
- Returns:
- string represetation of the alternate names.
- Overrides:
- getAlternateNames in class iButtonContainerGeneral
getDescription
public java.lang.String getDescription()
- Retrieve a short description of the function of the iButton type.
- Specified by:
- getDescription in interface iButtonContainer
- Returns:
- string represetation of the function description.
- Overrides:
- getDescription in class iButtonContainerGeneral