Package com.ibutton.tmex.adapter

Interface Summary
BusPowerStateListener This event listener reports when there is a change in power delivery to the MicroLan bus.
DSPortAdapter The DSPortAdapter class is the interface base class of all port adapter objects.
MicroLanActivityListener This event listener reports when there has been activity on the MicroLan such as an arriving iButton.
 

Class Summary
MicroLanState MicroLan State contains the current MicroLan state information
RawSendPacket Raw Send Packet that contains a StingBuffer of bytes to send and an expected return length.
TINISerialAdapter The TINISerialAdapter class implememts the DSPortAdapter interface for a DS2480 based serial adapter such as the DS9097U-009 or DS9097U-S09.
 

Exception Summary
AdapterNotDetectedException This exception is thrown when the iButton adapter cannot be detected on the selected port.
HardwareOptionNotAvailException This exception is thrown when an operation is attempted that requires a particular hardware option on the adapter that is not present.
MicroLanIOException This exception is thrown when there is an IO error communicating on on the MicroLan.
NeedExtraInfoException  
PortInUseException This exception is thrown when the port that the adapter is connected to is being used by another thread.
PortNotSelectedException This exception is thrown when an operation is attempted before a port is selected.