A B C D E F G H I J K L M N O P R S T U V W Y

A

Access - class com.ibutton.Access.
iButton Pure Java Access Layer that will load other iButton PortAdapter interface class for com.iButton package.
Access() - Constructor for class com.ibutton.Access
Constructor declaration
activityOnMicroLan() - Method in interface com.ibutton.tmex.adapter.MicroLanActivityListener
 
adapter - Variable in class com.ibutton.tmex.container.iButtonContainerGeneral
Reference to the adapter that is needed to communicate with this iButton.
Adapter5VActivate(int) - Method in class com.ibutton.Access
Activate the strong-5volts operation now.
Adapter5VActivate(int) - Method in class com.ibutton.SerialAdapterSmall
Activate the strong-5volts operation now.
Adapter5VActivate(int) - Method in interface com.ibutton.PortAdapter
Activate the strong-5volts operation now.
Adapter5VCancel() - Method in class com.ibutton.Access
Cancel the current strong-5volts operation.
Adapter5VCancel() - Method in class com.ibutton.SerialAdapterSmall
Cancel the current strong-5volts operation.
Adapter5VCancel() - Method in interface com.ibutton.PortAdapter
Cancel the current strong-5volts operation.
Adapter5VPrime() - Method in class com.ibutton.Access
Prime the strong-5volts operation to occur after the next iBDataBit.
Adapter5VPrime() - Method in class com.ibutton.SerialAdapterSmall
Prime the strong-5volts operation to occur after the next iBDataBit.
Adapter5VPrime() - Method in interface com.ibutton.PortAdapter
Prime the strong-5volts operation to occur after the next iBDataBit.
Adapter5VPrimeByte() - Method in class com.ibutton.Access
Prime the strong-5volts operation to occur after the next iBDataBit.
Adapter5VPrimeByte() - Method in class com.ibutton.SerialAdapterSmall
Prime the strong-5volts operation to occur after the next iBDataByte.
Adapter5VPrimeByte() - Method in interface com.ibutton.PortAdapter
Prime the strong-5volts operation to occur after the next iBDataBit.
adapterDetected() - Method in interface com.ibutton.tmex.adapter.DSPortAdapter
Retrieve a list of the platform apropriate port names for this adapter.
adapterDetected() - Method in class com.ibutton.tmex.adapter.TINISerialAdapter
Verify that the adapter is connected to the selected port.
AdapterNotDetectedException - exception com.ibutton.tmex.adapter.AdapterNotDetectedException.
This exception is thrown when the iButton adapter cannot be detected on the selected port.
AdapterNotDetectedException() - Constructor for class com.ibutton.tmex.adapter.AdapterNotDetectedException
Constructs a AdapterNotDetectedException with no detail message.
AdapterNotDetectedException(String) - Constructor for class com.ibutton.tmex.adapter.AdapterNotDetectedException
Constructs a AdapterNotDetectedException with the specified detail message.
addBusPowerStateListener(BusPowerStateListener) - Method in interface com.ibutton.tmex.adapter.DSPortAdapter
The following method is used to notify interested applications of the change in Bus Power state.
addBusPowerStateListener(BusPowerStateListener) - Method in class com.ibutton.tmex.adapter.TINISerialAdapter
The following method is used to notify interested applications of the change in Bus Power state.
addEntry(ARPCacheEntry) - Static method in class com.dalsemi.nethack.ARPCache
Method declaration
addMicroLanActivityListener(MicroLanActivityListener) - Method in interface com.ibutton.tmex.adapter.DSPortAdapter
The following method is used to notify interested applications of the change in Bus Power state.
addMicroLanActivityListener(MicroLanActivityListener) - Method in class com.ibutton.tmex.adapter.TINISerialAdapter
NOT IMPLEMENTED.
addProcessWatch(WatcherObject) - Static method in class com.dalsemi.slush.Slush
 
address - Variable in class com.dalsemi.nethack.EthernetAddress
 
address - Variable in class com.dalsemi.nethack.IPAddress
 
AddressException - exception com.dalsemi.nethack.AddressException.
Thrown when an error has occurred when constructing an ip or ethernet address.
AddressException() - Constructor for class com.dalsemi.nethack.AddressException
Constructs an AddressException with no detail message.
AddressException(String) - Constructor for class com.dalsemi.nethack.AddressException
Constructs an AddressException with the specified detail message.
ALARM_SEARCH_CMD - Static variable in class com.ibutton.tmex.adapter.MicroLanState
Conditional Search, only 'alarming' devices participate
appendData(byte[]) - Method in class com.ibutton.jib.CommandAPDU
Appends the given data to this APDU.
appendData(byte[]) - Method in class com.ibutton.jib.JibButton
Append a byte[] to the body of the command packet.
appendData(char[]) - Method in class com.ibutton.jib.JibButton
Append a char[] to the body of the command packet.
appendData(int) - Method in class com.ibutton.jib.JibButton
Append an integer to the body of the command packet.
appendData(int[]) - Method in class com.ibutton.jib.JibButton
Append an int[] to the body of the command packet.
ARPCache - class com.dalsemi.nethack.ARPCache.
Class declaration
ARPCache() - Constructor for class com.dalsemi.nethack.ARPCache
Constructor declaration
ARPCacheEntry - class com.dalsemi.nethack.ARPCacheEntry.
Class declaration
ARPCacheEntry(byte[], byte[], boolean) - Constructor for class com.dalsemi.nethack.ARPCacheEntry
Creates a new ARPCacheEntry that can be passed to ARPCache.addEntry to manually add entries to the ARP cache.
ARPCacheEntry(byte[], int) - Constructor for class com.dalsemi.nethack.ARPCacheEntry
Constructor declaration
ARPCacheException - exception com.dalsemi.nethack.ARPCacheException.
Thrown when an error has occurred when adding or removing an entry to/from the system's ARP cache.
ARPCacheException() - Constructor for class com.dalsemi.nethack.ARPCacheException
Constructs an ARPCacheException with no detail message.
ARPCacheException(String) - Constructor for class com.dalsemi.nethack.ARPCacheException
Constructs an ARPCacheException with the specified detail message.
arrayComp(byte[], int, byte[], int, int) - Static method in class com.dalsemi.jellybeans.Debug
Quick function to compare two byte arrays.
arrayComp(char[], int, char[], int, int) - Static method in class com.dalsemi.jellybeans.Debug
Deprecated.  
arrayCopyByteChar(byte[], int, char[], int, int) - Static method in class com.dalsemi.jellybeans.Debug
Copy each element in a byte array to LSB of each element character array.
arrayCopyCharByte(char[], int, byte[], int, int) - Static method in class com.dalsemi.jellybeans.Debug
Copy LSB of each element in character array to a byte array.
available() - Method in class com.dalsemi.comm.VendPort
returns the number of bytes available on the port.
available() - Method in class com.dalsemi.comm.SerialPort
Returns the number of bytes available on the port.
available() - Method in class com.dalsemi.comm.LCDPort
returns the number of bytes available on the port.
available() - Method in class com.dalsemi.comm.SerialInputStream
Returns the number of bytes that can be read from this input stream without blocking.

A B C D E F G H I J K L M N O P R S T U V W Y