|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interace that all iButton container classes must implement
| 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. |
int[] |
getID()
Get the ID as an array of ints. |
java.lang.String |
getIDString()
Get the ID as a String. |
boolean |
isAlarming()
Checks to see that if the iButton is currently connected to the MicroLan whether it is in an 'alarm' condition. |
boolean |
isPresent()
Verifies that this iButton is currently connected to the MicroLan. |
void |
setupContainer(DSPortAdapter sourceAdapter,
iButtonID newID)
Set the adapter object used to access this iButton and the ID |
| Method Detail |
public void setupContainer(DSPortAdapter sourceAdapter,
iButtonID newID)
public java.lang.String getiButtonPartName()
public java.lang.String getAlternateNames()
public java.lang.String getDescription()
public boolean isPresent()
throws PortNotSelectedException,
PortInUseException,
AdapterNotDetectedException,
MicroLanIOException
public boolean isAlarming()
throws PortNotSelectedException,
PortInUseException,
AdapterNotDetectedException,
MicroLanIOException
public int[] getID()
public java.lang.String getIDString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||