A C D E F G H I J K M N O P R S T U 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
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.
addCommand(String, SlushCommand) - Static method in class com.dalsemi.slush.CommandInterpreter
Adds a command to the list of those recognized by the SLUSH shell.
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.
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
 
arrayCopyCharByte(char[], int, byte[], int, int) - Static method in class com.dalsemi.jellybeans.Debug
 
available() - Method in class com.dalsemi.comm.SerialPort
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.

C

CE_BPOR - Static variable in class com.ibutton.cib.CibMessage
 
CibCommunicationException - exception com.ibutton.cib.CibCommunicationException.
An exception thrown when a communication error occurs with the iButton.
CibCommunicationException() - Constructor for class com.ibutton.cib.CibCommunicationException
Constructs a new CibCommunication Exception.
CibCommunicationException(int, int) - Constructor for class com.ibutton.cib.CibCommunicationException
Constructs a new CibCommunicationException with the given arguments as reasons.
CibCommunicationException(String) - Constructor for class com.ibutton.cib.CibCommunicationException
Creates a new CibCommunicationException with the given string as the reason.
CibMessage - class com.ibutton.cib.CibMessage.
Class used to communicate with the Crypto iButton/iButton with Java.
CibMessage(Access) - Constructor for class com.ibutton.cib.CibMessage
Constructor for a crypto iButton message object that will be used to receive data from the iButton
CibMessage(Access, int[], int, int) - Constructor for class com.ibutton.cib.CibMessage
Constructor for a crypto iButton message object that will be used to send data to the iButton.
CibReturnPacket - class com.ibutton.cib.CibReturnPacket.
Class that encapsulates the return packet from a Crypto iButton.
CibReturnPacket(int[]) - Constructor for class com.ibutton.cib.CibReturnPacket
Construct an instance with the given data.
CibReturnPacket(int, int, int[]) - Constructor for class com.ibutton.cib.CibReturnPacket
Construct an instance with the given data.
Clock - class com.dalsemi.system.Clock.
This class provides access to the TINI Real-Time clock.
Clock() - Constructor for class com.dalsemi.system.Clock
Constructor
close() - Method in class com.dalsemi.comm.SerialOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class com.dalsemi.comm.CommPort
Closes the port for communication.
close() - Method in class com.dalsemi.comm.SerialPort
Close the serial port.
close() - Method in class com.dalsemi.comm.SerialInputStream
Closes this Serial input stream and releases any system resources associated with the stream.
close() - Method in class com.dalsemi.nethack.SmtpPrintStream
Send message and clear input/output streams
closeMessage() - Method in class com.dalsemi.nethack.SmtpClient
Send Message and close input/output streams
closeServer() - Method in class com.dalsemi.nethack.SmtpClient
Close socket and reset all user inputs and outputs
CMD_OK - Static variable in class com.ibutton.cib.CibReturnPacket
 
CMD_OK - Static variable in class com.ibutton.jib.JibReturnPacket
 
com.dalsemi.comm - package com.dalsemi.comm
 
com.dalsemi.jellybeans - package com.dalsemi.jellybeans
 
com.dalsemi.nethack - package com.dalsemi.nethack
 
com.dalsemi.slush - package com.dalsemi.slush
 
com.dalsemi.slush.command - package com.dalsemi.slush.command
 
com.dalsemi.system - package com.dalsemi.system
 
com.dalsemi.tininet.http - package com.dalsemi.tininet.http
 
com.ibutton - package com.ibutton
 
com.ibutton.cib - package com.ibutton.cib
 
com.ibutton.jib - package com.ibutton.jib
 
COMMAND - Static variable in class com.dalsemi.comm.SerialPort
Deprecated.  
CommandAPDU - class com.ibutton.jib.CommandAPDU.
A class that represents a command APDU to be sent to the Java Powered iButton.
CommandAPDU(byte, byte, byte, byte) - Constructor for class com.ibutton.jib.CommandAPDU
Constructs a new CommandAPDU with the given APDU parameters.
CommandAPDU(byte, byte, byte, byte, byte[]) - Constructor for class com.ibutton.jib.CommandAPDU
Constructs a new CommandAPDU with the given APDU parameters.
CommandInterpreter - class com.dalsemi.slush.CommandInterpreter.
The CommandInterpreter class is responsible for dispatching any commands received by the SLUSH shell to their appropriate handlers.
CommandInterpreter() - Constructor for class com.dalsemi.slush.CommandInterpreter
 
CommPort - class com.dalsemi.comm.CommPort.
This class implements a generic communications port.
CommPort() - Constructor for class com.dalsemi.comm.CommPort
 
connect() - Method in class com.dalsemi.nethack.mailTo
Not yet implemented
Control - class com.dalsemi.jellybeans.Control.
Contains system methods.
CRCtable - Static variable in class com.ibutton.cib.CibMessage
 
CSB_OK - Static variable in class com.ibutton.cib.CibReturnPacket
 
CSB_OK - Static variable in class com.ibutton.jib.JibReturnPacket
 

D

date - Static variable in class com.dalsemi.system.Clock
Day of the month
day - Static variable in class com.dalsemi.system.Clock
Day of the week
Debug - class com.dalsemi.jellybeans.Debug.
This class encapsulates a small collection of hopefully useful debug utilities.
debugDump(byte[], int) - Static method in class com.dalsemi.jellybeans.Debug
Dump an array to info port.
debugDump(int) - Static method in class com.dalsemi.jellybeans.Debug
Dump a byte to info port.
debugDump(String) - Static method in class com.dalsemi.jellybeans.Debug
Dump a string to info port.
DebugOutputStream - class com.dalsemi.comm.DebugOutputStream.
This class sends data to the debug port.
DebugOutputStream() - Constructor for class com.dalsemi.comm.DebugOutputStream
 
DEFAULT_HTTP_PORT - Static variable in class com.dalsemi.tininet.http.HTTPServer
 
delay(int) - Static method in class com.dalsemi.jellybeans.Control
Delay a process for ms milliseconds.
delayWithMaximumBurn(int) - Static method in class com.dalsemi.jellybeans.Control
Deprecated.  
DELETE - Static variable in class com.dalsemi.tininet.http.HTTPServer
 
deriveFileName(String, Hashtable) - Static method in class com.dalsemi.slush.CommandInterpreter
Creates an instance of a File object from a file name and the current directory that is stored in the environment hash table.
disableReceiveTimeout() - Method in class com.dalsemi.comm.CommPort
Disables timeouts while receiving data.
disableReceiveTimeout() - Method in class com.dalsemi.comm.SerialPort
disables the receive timeout.
dumpFreeRAM() - Static method in class com.dalsemi.jellybeans.Control
Dump the systems free ram out the info port.

E

enableReceiveTimeout() - Method in class com.dalsemi.comm.CommPort
Enables timeouts while receiving data.
enableReceiveTimeout() - Method in class com.dalsemi.comm.SerialPort
enables the receive timeout - currently not implemented.
ER_ACCESS - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_ACK - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_ADAPTER - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_BADHEADER - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_CHECKSUM - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_COLLIDE - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_comMERROR - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_COPRUN - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_CRC - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_GETSTATUS - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_HDRCRC - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_NOGROUP - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_NOHEADER - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_NOROOM - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_OVERRUN - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_POR - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_RECVDATA - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_RECVHDR - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_RERUN - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_SENDDATA - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_SENDHDR - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_SENDINT - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_SENDRESET - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_SENDRUN - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_SENDSTATUS - Static variable in class com.ibutton.cib.CibCommunicationException
 
ER_SEQUENCE - Static variable in class com.ibutton.cib.CibCommunicationException
 
ERR_BAD_comMON_PIN - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_BAD_GROUP_CRC - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_BAD_GROUP_ID - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_BAD_GROUP_PIN - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_BAD_MODULUS_SIZE - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_BAD_NAME_LENGTH - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_BAD_OBJECT_ATTR - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_BAD_OBJECT_ID - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_BAD_OBJECT_TYPE - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_BAD_PACKET_LEN - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_BAD_PIN_LENGTH - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_BAD_SIZE - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_CIB_LOCKED - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_CIB_NOT_LOCKED - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_EXP_NOT_REL_PRIME - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_EXP_SIZE - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_GROUP_LOCKED - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_GROUP_NOT_FOUND - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_INSUFFICIENT_RAM - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_KAT_FAILURE - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_KEY_CONSISTENCY - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_KEY_GEN_DISABLED - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_MAX_GROUPS - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_MAX_OBJECTS - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_NO_KEY_GENERATION - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_NOT_SCRIPT_ID - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_OBJECT_LOCKED - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_OBJECT_PRIVATE - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_OPEN_GROUP - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_RNG_ERR_STATE - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_RNG_LONG_RUNS_TEST - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_RNG_MONOBIT_TEST - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_RNG_POKER_TEST - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_RNG_RUNS_TEST - Static variable in class com.ibutton.cib.CibReturnPacket
 
ERR_ROM_CRC - Static variable in class com.ibutton.cib.CibReturnPacket
 
execute(InputStream, PrintStream, PrintStream, String[], Hashtable) - Method in interface com.dalsemi.slush.command.SlushCommand
Executes this command.
execute(String[], SlushInputStream, SlushPrintStream, SlushPrintStream, Hashtable) - Static method in class com.dalsemi.slush.CommandInterpreter
Executes a SLUSH command.

F

from(String) - Method in class com.dalsemi.nethack.SmtpClient
Sends mail server "from:" command with the parameter specified by sender string.

G

GENERIC - Static variable in class com.dalsemi.comm.SerialPort
Deprecated.  
GET - Static variable in class com.dalsemi.tininet.http.HTTPServer
 
getAccess() - Method in class com.ibutton.iButton
Gets the Access object used to communicate with the physical iButton.
getAIDbyNumber(int) - Method in class com.ibutton.jib.JibButton
Returns the AID of the applet with the given number.
getAPDUBytes() - Method in class com.ibutton.jib.CommandAPDU
Gets a byte array representing this APDU.
getAppletGCMode() - Method in class com.ibutton.jib.JibButton
Reads the Applet Garbage Collection mode.
getATR() - Method in class com.ibutton.jib.JibButton
Reads the Answer to Reset from the iButton as defined in ISO7816-5
getAvailableCommands() - Static method in class com.dalsemi.slush.CommandInterpreter
Enumerates all of the commands that have been added to the list.
getCommandPINMode() - Method in class com.ibutton.jib.JibButton
Returns the mode of the CommandPIN.
getCommitBufferSize() - Method in class com.ibutton.jib.JibButton
Gets the size of the iButton's Commit Buffer.
getCSB() - Method in class com.ibutton.cib.CibReturnPacket
Get the command status byte.
getCSB() - Method in class com.ibutton.jib.JibReturnPacket
Get the command status byte of this return packet.
getEnvironment() - Static method in class com.dalsemi.slush.CommandInterpreter
Creates and returns a copy of the current environment.
getEphemeralGCMode() - Method in class com.ibutton.jib.JibButton
Reads the Ephemeral Garbage Collection mode.
getErrorGroup() - Method in class com.ibutton.cib.CibCommunicationException
Gets the group number of this exception.
getErrorNumber() - Method in class com.ibutton.cib.CibCommunicationException
Gets the error number of this exception.
getErrorNumber() - Method in class com.ibutton.jib.JibCommandInterpreterException
Get the reason for error.
getExceptionMode() - Method in class com.ibutton.jib.JibButton
Gets the Exception mode.
getFamilyCode() - Method in class com.ibutton.iButton
Get the Family code of the iButton this object represents.
getFreeRAM() - Static method in class com.dalsemi.jellybeans.Control
Gets the free RAM.
getGroupID() - Method in class com.ibutton.cib.CibReturnPacket
Get the group ID of the return packet.
getGroupID() - Method in class com.ibutton.jib.JibReturnPacket
Get the group ID of this return packet.
getHashIDFromTaskID(int) - Static method in class com.dalsemi.system.Scheduler
Get tasks unique hash id from the taskid
getHTTPRoot() - Method in class com.dalsemi.tininet.http.HTTPServer
Returns the HTTP root of the server.
getIndexPage() - Method in class com.dalsemi.tininet.http.HTTPServer
Returns the server's index page.
getInputBufferSize() - Method in class com.dalsemi.comm.CommPort
gets the size of the Input Buffer.
getInputBufferSize() - Method in class com.dalsemi.comm.SerialPort
Gets the size of the input buffer.
getInputStream() - Method in class com.dalsemi.comm.CommPort
Gets an InputStream for the port.
getInputStream() - Method in class com.dalsemi.comm.SerialPort
Gets the serial port input stream
getLoadPINMode() - Method in class com.ibutton.jib.JibButton
Returns the mode of the LoadPIN.
getLogFilename() - Method in class com.dalsemi.tininet.http.HTTPServer
Returns the name of the log file.
getLogging() - Method in class com.dalsemi.tininet.http.HTTPServer
Returns the logging status.
getOutputBufferSize() - Method in class com.dalsemi.comm.CommPort
gets the size of the Output Buffer.
getOutputBufferSize() - Method in class com.dalsemi.comm.SerialPort
Gets the size of the output buffer.
getOutputStream() - Method in class com.dalsemi.comm.CommPort
Get an OutputStream for the port.
getOutputStream() - Method in class com.dalsemi.comm.SerialPort
Gets the serial port output stream
getOutputStream() - Method in class com.dalsemi.nethack.mailTo
Start Mail Message and get output stream to socket
getPIN() - Method in class com.ibutton.jib.JibMasterPIN
gets the PIN.
getPINLength() - Method in class com.ibutton.jib.JibMasterPIN
Get the length of the PIN.
getPORCount() - Method in class com.ibutton.jib.JibButton
Gets the number of Power On Resets(PORs) the device has experienced since the last master erase.
getPortNumber() - Method in class com.dalsemi.tininet.http.HTTPServer
Returns the server's current port number.
getRandomBytes(int) - Method in class com.ibutton.jib.JibButton
Reads random bytes from the iButton.
getRawData() - Method in class com.ibutton.cib.CibMessage
Get the data received from the Crypto iButton.
getRealTimeClock() - Method in class com.ibutton.jib.JibButton
Reads the Real Time Clock of the iButton.
getRestoreMode() - Method in class com.ibutton.jib.JibButton
Get the Restore Mode from the iButton.
getReturnBytes() - Method in class com.ibutton.cib.CibReturnPacket
Get the return data as a byte array.
getReturnBytes() - Method in class com.ibutton.jib.JibReturnPacket
Get the body of the return packet.
getReturnChars() - Method in class com.ibutton.cib.CibReturnPacket
Get the return data as a char array.
getReturnChars() - Method in class com.ibutton.jib.JibReturnPacket
Get the body of the return packet.
getReturnChars(int, int) - Method in class com.ibutton.cib.CibReturnPacket
Get the count bytes of return data as a char array beginning at the specified offset.
getReturnChars(int, int) - Method in class com.ibutton.jib.JibReturnPacket
Get count number of bytes of the return packet starting at start.
getReturnInteger() - Method in class com.ibutton.cib.CibReturnPacket
Get the first byte of the body as an integer.
getReturnInteger() - Method in class com.ibutton.jib.JibReturnPacket
Get the zero byte of the return packet in integer form.
getReturnInteger(int) - Method in class com.ibutton.cib.CibReturnPacket
Get a byte of the return data as an integer.
getReturnInteger(int) - Method in class com.ibutton.jib.JibReturnPacket
Get a specific byte of the return packet in integer notation.
getReturnInts() - Method in class com.ibutton.cib.CibReturnPacket
Get the return data as an integer array.
getReturnInts() - Method in class com.ibutton.jib.JibReturnPacket
Get the body of the return packet as an integer array.
getReturnShort() - Method in class com.ibutton.cib.CibReturnPacket
Get the first byte of the body as a short.
getReturnShort() - Method in class com.ibutton.jib.JibReturnPacket
Get the zero byte of the return packet in short notation.
getReturnShort(int) - Method in class com.ibutton.cib.CibReturnPacket
Get a byte of the return data as an short.
getReturnShort(int) - Method in class com.ibutton.jib.JibReturnPacket
Get a specific byte of the return packet in short notation.
getReturnString() - Method in class com.ibutton.cib.CibReturnPacket
Get the return data in String format.
getReturnString() - Method in class com.ibutton.jib.JibReturnPacket
Get the body of the return packet as a String.
getRomID() - Method in class com.ibutton.iButton
Gets the ROM ID of the iButton this object represents.
getRTC() - Static method in class com.dalsemi.system.Clock
Reads Real time clock values from hardware clock and places them into Clock static fields.
getSlushCommand(String) - Static method in class com.dalsemi.slush.CommandInterpreter
Returns an instance of the specified command.
getTaskTable() - Static method in class com.dalsemi.system.Scheduler
Return the task table
getTickCount() - Static method in class com.dalsemi.system.Clock
Get the current time in milliseconds.
getUsageString() - Method in interface com.dalsemi.slush.command.SlushCommand
Returns a string describing the usage of the command and its arguments if any.
getUserID(String, String) - Static method in class com.dalsemi.slush.CommandInterpreter
Returns the user ID associated with a name and password pair.

H

HEAD - Static variable in class com.dalsemi.tininet.http.HTTPServer
 
hexDump(byte[]) - Static method in class com.dalsemi.jellybeans.Debug
Dump hex representation of a byte array to System.out.
hexDump(byte[], int) - Static method in class com.dalsemi.jellybeans.Debug
Dump hex representation of a byte array to System.out.
hexDump(int) - Static method in class com.dalsemi.jellybeans.Debug
Dump hex representation of a four byte int to System.out.
hour - Static variable in class com.dalsemi.system.Clock
Hour
HTTP_BAD_REQUEST - Static variable in class com.dalsemi.tininet.http.HTTPServer
 
HTTP_CREATED - Static variable in class com.dalsemi.tininet.http.HTTPServer
 
HTTP_FORBIDDEN - Static variable in class com.dalsemi.tininet.http.HTTPServer
 
HTTP_INTERNAL_ERROR - Static variable in class com.dalsemi.tininet.http.HTTPServer
 
HTTP_NOT_FOUND - Static variable in class com.dalsemi.tininet.http.HTTPServer
 
HTTP_OK - Static variable in class com.dalsemi.tininet.http.HTTPServer
 
HTTP_SERVER_ERROR - Static variable in class com.dalsemi.tininet.http.HTTPServer
 
HTTP_UNAUTHORIZED - Static variable in class com.dalsemi.tininet.http.HTTPServer
 
HTTP_UNSUPPORTED_TYPE - Static variable in class com.dalsemi.tininet.http.HTTPServer
 
HTTPServer - class com.dalsemi.tininet.http.HTTPServer.
This class implements an HTTP server.
HTTPServer() - Constructor for class com.dalsemi.tininet.http.HTTPServer
Default constructor.
HTTPServer(int) - Constructor for class com.dalsemi.tininet.http.HTTPServer
Creates an HTTPServer using port httpPort.
HTTPServer(int, boolean) - Constructor for class com.dalsemi.tininet.http.HTTPServer
Creates an HTTPServer using port httpPort.
HTTPServerException - exception com.dalsemi.tininet.http.HTTPServerException.
Exceptions thrown by the HTTPServer class.
HTTPServerException() - Constructor for class com.dalsemi.tininet.http.HTTPServerException
Creates a generic HTTPServerException
HTTPServerException(String) - Constructor for class com.dalsemi.tininet.http.HTTPServerException
Creates an HTTPServerException with error String.
hundredth - Static variable in class com.dalsemi.system.Clock
Hundreths of seconds

I

iBAccess() - Method in class com.ibutton.Access
Initialize communications with the currently selected iButton.
iBAccess() - Method in class com.ibutton.SerialAdapterSmall
Initialize communications with the currently selected iButton.
iBAccess() - Method in interface com.ibutton.PortAdapter
Initialize communications with the currently selected iButton.
iBDataBit() - Method in class com.ibutton.Access
Read a single bit of data from the currently selected iButton.
iBDataBit(int) - Method in class com.ibutton.Access
Read/Write a single bit of data from/to the currently selected iButton.
iBDataBit(int) - Method in class com.ibutton.SerialAdapterSmall
Read/Write a single bit of data from/to the currently selected iButton.
iBDataBit(int) - Method in interface com.ibutton.PortAdapter
Read/Write a single bit of data from/to the currently selected iButton.
iBDataBlock(int[], int, int) - Method in class com.ibutton.Access
Read/Write a block of data from/to the currently selected iButton.
iBDataBlock(int[], int, int) - Method in class com.ibutton.SerialAdapterSmall
Read/Write a block of data from/to the currently selected iButton.
iBDataBlock(int[], int, int) - Method in interface com.ibutton.PortAdapter
Read/Write a block of data from/to the currently selected iButton.
iBDataByte() - Method in class com.ibutton.Access
Read a single byte of data from the currently selected iButton.
iBDataByte(int) - Method in class com.ibutton.Access
Read/Write a single byte of data from/to the currently selected iButton.
iBDataByte(int) - Method in class com.ibutton.SerialAdapterSmall
Read/Write a single byte of data from/to the currently selected iButton.
iBDataByte(int) - Method in interface com.ibutton.PortAdapter
Read/Write a single byte of data from/to the currently selected iButton.
iBDOWCheck() - Method in class com.ibutton.Access
Loads the hardware specific drivers needed to perform One-Wire communications.
iBDOWCheck() - Method in class com.ibutton.SerialAdapterSmall
Loads the hardware specific drivers needed to perform One-Wire communications.
iBDOWCheck() - Method in interface com.ibutton.PortAdapter
Loads the hardware specific drivers needed to perform One-Wire communications.
iBFailReason() - Method in class com.ibutton.Access
Returns the reason for the previous fail.
iBFailReason() - Method in class com.ibutton.SerialAdapterSmall
Returns the reason for the previous fail.
iBFailReason() - Method in interface com.ibutton.PortAdapter
Returns the reason for the previous fail.
iBFastAccess() - Method in class com.ibutton.Access
Resets and initializes communications with the currently selected iButton without verifying that it is still connected to the One-Wire bus.
iBFastAccess() - Method in class com.ibutton.SerialAdapterSmall
Resets and initializes communications with the currently selected iButton without verifying that it is still connected to the One-Wire bus.
iBFastAccess() - Method in interface com.ibutton.PortAdapter
Resets and initializes communications with the currently selected iButton without verifying that it is still connected to the One-Wire bus.
iBFirst() - Method in class com.ibutton.Access
Find the first iButton on the One-Wire bus.
iBFirst() - Method in class com.ibutton.SerialAdapterSmall
Find the first iButton on the One-Wire bus.
iBFirst() - Method in interface com.ibutton.PortAdapter
Find the first iButton on the One-Wire bus.
iBGndTest() - Method in class com.ibutton.Access
Test to see if the One-Wire bus is grounded.
iBGndTest() - Method in class com.ibutton.SerialAdapterSmall
Test to see if the One-Wire bus is grounded.
iBGndTest() - Method in interface com.ibutton.PortAdapter
Test to see if the One-Wire bus is grounded.
iBKeyClose() - Method in class com.ibutton.Access
Closes a One-Wire communications session on the currently selected port.
iBKeyClose() - Method in class com.ibutton.SerialAdapterSmall
Closes a One-Wire communications session on the currently selected port.
iBKeyClose() - Method in interface com.ibutton.PortAdapter
Closes a One-Wire communications session on the currently selected port.
iBKeyOpen() - Method in class com.ibutton.Access
Opens a One-Wire communications session on the currently selected port.
iBKeyOpen() - Method in class com.ibutton.SerialAdapterSmall
Opens a One-Wire communications session on the currently selected port.
iBKeyOpen() - Method in interface com.ibutton.PortAdapter
Opens a One-Wire communications session on the currently selected port.
iBNext() - Method in class com.ibutton.Access
Find the next iButton on the One-Wire bus in the current enumeration.
iBNext() - Method in class com.ibutton.SerialAdapterSmall
Find the next iButton on the One-Wire bus in the current enumeration.
iBNext() - Method in interface com.ibutton.PortAdapter
Find the next iButton on the One-Wire bus in the current enumeration.
iBOverdriveOff() - Method in class com.ibutton.Access
Shifts the One-Wire bus to normal speed.
iBOverdriveOff() - Method in class com.ibutton.SerialAdapterSmall
Shifts the One-Wire bus to normal speed.
iBOverdriveOff() - Method in interface com.ibutton.PortAdapter
Shifts the One-Wire bus to normal speed.
iBOverdriveOn() - Method in class com.ibutton.Access
Shifts the One-Wire bus to Overdrive speed.
iBOverdriveOn() - Method in class com.ibutton.SerialAdapterSmall
Shifts the One-Wire bus to Overdrive speed.
iBOverdriveOn() - Method in interface com.ibutton.PortAdapter
Shifts the One-Wire bus to Overdrive speed.
iBReset() - Method in class com.ibutton.Access
Resets communications for all devices on the One-Wire bus.
iBReset() - Method in class com.ibutton.SerialAdapterSmall
Resets communications for all devices on the One-Wire bus.
iBReset() - Method in interface com.ibutton.PortAdapter
Resets communications for all devices on the One-Wire bus.
iBROMData() - Method in class com.ibutton.Access
Retrieve the ROM Id of the currently selected iButton.
iBROMData() - Method in class com.ibutton.SerialAdapterSmall
Retrieve the ROM Id of the currently selected iButton.
iBROMData() - Method in interface com.ibutton.PortAdapter
Retrieve the ROM Id of the currently selected iButton.
iBROMData(int[]) - Method in class com.ibutton.Access
Sets the internal ROM Id buffer to the given ROM Id.
iBROMData(int[]) - Method in class com.ibutton.SerialAdapterSmall
Sets the internal ROM Id buffer to the given array.
iBROMData(int[]) - Method in interface com.ibutton.PortAdapter
Sets the internal ROM Id buffer to the given array.
iBSetup(int) - Method in class com.ibutton.Access
Select the port that hosts the One-Wire adapter, by specifying a port number.
iBSetup(int) - Method in class com.ibutton.SerialAdapterSmall
Select the port that hosts the One-Wire adapter by specifying the port number.
iBSetup(int) - Method in interface com.ibutton.PortAdapter
Select the port that hosts the One-Wire adapter by specifying the port number.
iBStream(int[], int) - Method in class com.ibutton.Access
This method does following operations: Access the current button using fast access Send the provided block of data to the One-Wire bus
iBStream(int[], int) - Method in class com.ibutton.SerialAdapterSmall
This method does following operations: Access the current button using fast access.
iBStream(int[], int) - Method in interface com.ibutton.PortAdapter
This method does following operations: Access the current button using fast access.
iBStrongAccess() - Method in class com.ibutton.Access
Resets the currently selected iButton and verify whether (or not) it is still connected to the One-Wire bus.
iBStrongAccess() - Method in class com.ibutton.SerialAdapterSmall
Resets the currently selected iButton and verify whether (or not) it is still connected to the One-Wire bus.
iBStrongAccess() - Method in interface com.ibutton.PortAdapter
Verifies that the currently selected iButton is still on the One-Wire bus and resets it.
iButton - class com.ibutton.iButton.
Class that represents a physical iButton attached to a port.
iButton(Access, int[]) - Constructor for class com.ibutton.iButton
Constructor for the iButton object
iBVersion() - Method in class com.ibutton.Access
Returns the version of the iButton library.
iBVersion() - Method in class com.ibutton.SerialAdapterSmall
Returns the version of the iButton library.
iBVersion() - Method in interface com.ibutton.PortAdapter
Returns the version of the iButton library.
intDump(int) - Static method in class com.dalsemi.jellybeans.Debug
Dump hex representation of a four byte int to System.out.
is12Hour - Static variable in class com.dalsemi.system.Clock
12/24 hour flag
isAdmin(byte) - Static method in class com.dalsemi.slush.CommandInterpreter
Determines if the given user ID has administrative rights.
isReceiveTimeoutEnabled() - Method in class com.dalsemi.comm.CommPort
Returns true if ReceiveTimeout is enabled
isReceiveTimeoutEnabled() - Method in class com.dalsemi.comm.SerialPort
Returns true if the receive timeout is enabled.
isRomID(int[]) - Method in class com.ibutton.iButton
Checks to see if the id passed in matches the ROM ID of this iButton object.
isTaskRunningByHashID(int) - Static method in class com.dalsemi.system.Scheduler
Check to see if task with specified Hash ID is running

J

JibButton - class com.ibutton.jib.JibButton.
Class to provide access to all iButton with Java API commands.
JibButton(Access, int[]) - Constructor for class com.ibutton.jib.JibButton
Constructor for the JibButton object.
JibCommandInterpreterException - exception com.ibutton.jib.JibCommandInterpreterException.
This class is an exception class.
JibCommandInterpreterException() - Constructor for class com.ibutton.jib.JibCommandInterpreterException
Create an instance of this class with no reason value.
JibCommandInterpreterException(int) - Constructor for class com.ibutton.jib.JibCommandInterpreterException
Create an instance of this class with a reason value.
JibCommandInterpreterException(String) - Constructor for class com.ibutton.jib.JibCommandInterpreterException
Construct an instance of this class with a string for the reason.
JibMasterPIN - class com.ibutton.jib.JibMasterPIN.
A PIN class used by the JibButton class to set the Common PIN on an iButton with Java.
JibMasterPIN() - Constructor for class com.ibutton.jib.JibMasterPIN
Constructs an empty JibMasterPIN.
JibMasterPIN(int[]) - Constructor for class com.ibutton.jib.JibMasterPIN
Constructs a JibMasterPIN instance with the value of newpin.
JibReturnPacket - class com.ibutton.jib.JibReturnPacket.
JibReturnPacket is used for storing the return packet generated by the iButton with Java.
JibReturnPacket(int[]) - Constructor for class com.ibutton.jib.JibReturnPacket
Create a JibReturnPacket with an integer array as its value.
JibReturnPacket(int, int, int[]) - Constructor for class com.ibutton.jib.JibReturnPacket
Create a JibReturnPacket with a command status byte, group ID and a body.

K

killTask(int) - Static method in class com.dalsemi.system.Scheduler
Stop and remove task from system.

M

mailTo - class com.dalsemi.nethack.mailTo.
Class to construct and deliver mail messages using the SMTP protocol.
mailTo(String) - Constructor for class com.dalsemi.nethack.mailTo
Constructs a new mailTo object addressed to the parameter Recipient.
masterErase() - Method in class com.ibutton.jib.JibButton
Issues a master erase of the iButton
minute - Static variable in class com.dalsemi.system.Clock
Minute
month - Static variable in class com.dalsemi.system.Clock
Month

N

NullInputStream - class com.dalsemi.comm.NullInputStream.
This class is used as a place holder when data is requested for input but a port is not currently avaliable.
NullInputStream() - Constructor for class com.dalsemi.comm.NullInputStream
 
NullOutputStream - class com.dalsemi.comm.NullOutputStream.
This class is used as a place holder when data is available for output but a port is not currently avaliable.
NullOutputStream() - Constructor for class com.dalsemi.comm.NullOutputStream
 

O

open() - Method in class com.dalsemi.comm.CommPort
Opens the port for communication.
open() - Method in class com.dalsemi.comm.SerialPort
Opens the serial port.
openServer(String, int) - Method in class com.dalsemi.nethack.SmtpClient
Opens a socket to the specified server and port number.
OPTIONS - Static variable in class com.dalsemi.tininet.http.HTTPServer
 
OW_EXTERNAL - Static variable in class com.ibutton.SerialAdapterSmall
 
OW_INTERNAL - Static variable in class com.ibutton.SerialAdapterSmall
 

P

pm - Static variable in class com.dalsemi.system.Clock
PM/AM flag
PortAdapter - interface com.ibutton.PortAdapter.
Interface Port adapter class for com.iButton package.
POST - Static variable in class com.dalsemi.tininet.http.HTTPServer
 
print(String) - Method in class com.dalsemi.nethack.SmtpPrintStream
Prints String s to SmtpClient output stream
PUT - Static variable in class com.dalsemi.tininet.http.HTTPServer
 

R

rapdu - Variable in class com.ibutton.jib.ResponseAPDU
 
read() - Method in class com.dalsemi.comm.NullInputStream
Reads the next byte of data from this input stream.
read() - Method in class com.dalsemi.comm.SerialPort
Reads an integer from the serial port.
read() - Method in class com.dalsemi.comm.SerialInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class com.dalsemi.comm.SerialPort
Reads len bytes of array arr from offset to the serial port.
read(byte[], int, int) - Method in class com.dalsemi.comm.SerialInputStream
Reads the number of bytes requested from this input stream.
readFirmwareVersionID() - Method in class com.ibutton.jib.JibButton
returns a ResponseAPDU containing the Firmware Version ID.
readFreeRAM() - Method in class com.ibutton.jib.JibButton
returns a ResponseAPDU that contains the amount of free RAM, the data is returned in little endian format.
receive(int) - Method in class com.ibutton.cib.CibMessage
Receives data from the Crypto iButton.
releasePort() - Method in class com.ibutton.Access
Release the port handle in javax.comm
releasePort() - Method in class com.ibutton.SerialAdapterSmall
Releases the port resources used by this SerialAdapterSmall object.
releasePort() - Method in interface com.ibutton.PortAdapter
Release the port handle in javax.comm.
removeCommand(String) - Static method in class com.dalsemi.slush.CommandInterpreter
Removes the named command from the list of those recognized by the SLUSH shell.
resolveFileName(String) - Static method in class com.dalsemi.slush.CommandInterpreter
Resolves a absolute path name into its canonical representation.
ResponseAPDU - class com.ibutton.jib.ResponseAPDU.
A Response APDU obect returned by the iButton.
ResponseAPDU(byte[]) - Constructor for class com.ibutton.jib.ResponseAPDU
Constructs a new ResponseAPDU object.

S

Scheduler - class com.dalsemi.system.Scheduler.
The Scheduler class contains static methods to read the state of the running tasks.
Scheduler() - Constructor for class com.dalsemi.system.Scheduler
 
second - Static variable in class com.dalsemi.system.Clock
Second
select() - Method in class com.ibutton.iButton
Verifies that the iButton is still attached to the port.
SEND_APDU - Static variable in class com.ibutton.jib.JibButton
 
send() - Method in class com.ibutton.cib.CibMessage
Send a message to the Crypto iButton.
sendAPDU(byte[], int) - Method in class com.ibutton.jib.JibButton
Sends an APDU to the iButton.
sendAPDU(CommandAPDU, int) - Method in class com.ibutton.jib.JibButton
Sends a CommandAPDU, as defined in ISO 7816, to an iButton.
sendBreak(int) - Method in class com.dalsemi.comm.SerialPort
Sends a break on the serial port.
SERIAL0 - Static variable in class com.dalsemi.comm.SerialPort
Serial port 0
SERIAL1 - Static variable in class com.dalsemi.comm.SerialPort
Serial port 1
SerialAdapterSmall - class com.ibutton.SerialAdapterSmall.
Serial Port adapter class for com.iButton package that implements the iButton methods using the DS2480 serial device.
SerialAdapterSmall() - Constructor for class com.ibutton.SerialAdapterSmall
Initialize SerialAdapter settings.
SERIALDEFAULTREADTIMEOUT - Static variable in class com.dalsemi.comm.SerialPort
Default serial port read timeout (not currently used)
SerialInputStream - class com.dalsemi.comm.SerialInputStream.
A Serial input stream is an input stream for reading data from an serial port.
SerialOutputStream - class com.dalsemi.comm.SerialOutputStream.
An Serial output stream is an output stream for writing data to a serial port.
SerialOutputStream(SerialPort) - Constructor for class com.dalsemi.comm.SerialOutputStream
Creates a new data output stream to write data to the serial port.
SerialPort - class com.dalsemi.comm.SerialPort.
Serial Port implements a RS-232 serial communications port.
SerialPort(int, int) - Constructor for class com.dalsemi.comm.SerialPort
Constructs a new serial port object.
serviceRequests() - Method in class com.dalsemi.tininet.http.HTTPServer
Checks for incoming client HTTP request and services supported requests that are detected.
SetAdapter5VTime(int) - Method in class com.ibutton.Access
Set the strong-5volts interval time.
SetAdapter5VTime(int) - Method in class com.ibutton.SerialAdapterSmall
Set the strong-5volts interval time.
SetAdapter5VTime(int) - Method in interface com.ibutton.PortAdapter
Set the strong-5volts interval time.
setAdapterSpeed(int) - Method in class com.ibutton.Access
Attempt to set the data transfer rate of the currently selected port.
setAdapterSpeed(int) - Method in class com.ibutton.SerialAdapterSmall
Attempt to set the data transfer rate of the currently selected port.
setAdapterSpeed(int) - Method in interface com.ibutton.PortAdapter
Attempt to set the data transfer rate of the currently selected port.
SetAdapterSpeed(int) - Method in class com.ibutton.Access
Deprecated. replaced by setAdapterSpeed(int baud).
SetAdapterSpeed(int) - Method in class com.ibutton.SerialAdapterSmall
Deprecated. replaced by setAdapterSpeed(int baud).
SetAdapterSpeed(int) - Method in interface com.ibutton.PortAdapter
Deprecated. replaced by setAdapterSpeed(int baud).
setAdapterSpeedOptimum() - Method in class com.ibutton.Access
Attempt to set the data transfer rate of the currently selected port to its operating system's optimum baud rate.
setAdapterSpeedOptimum() - Method in class com.ibutton.SerialAdapterSmall
Attempt to set the data transfer rate of the currently selected port to its optimum value.
setAdapterSpeedOptimum() - Method in interface com.ibutton.PortAdapter
Attempt to set the data transfer rate of the currently selected port to its operating system's optimum baud rate.
SetAdapterType(int, String) - Method in class com.ibutton.Access
Sets the adapter type using the type (PORT_TYPE_PARALLEL, PORT_TYPE_SERIAL,...) and a device name ("com1", "/dev/ttya",...).
SetAdapterType(int, String) - Method in class com.ibutton.SerialAdapterSmall
Sets the adapter type using the type (PORT_TYPE_PARALLEL, PORT_TYPE_SERIAL,...) and a device name ("COM1", "/dev/ttya",...).
SetAdapterType(int, String) - Method in interface com.ibutton.PortAdapter
Sets the adapter type using the type (PORT_TYPE_PARALLEL, PORT_TYPE_SERIAL,...) and a device name ("com1", "/dev/ttya",...).
setAppletGCMode(int) - Method in class com.ibutton.jib.JibButton
Sets the mode of the applet garbage collector.
setBaudRate(int) - Method in class com.dalsemi.comm.SerialPort
Sets the baud rate for the port.
setCommandPINMode(int) - Method in class com.ibutton.jib.JibButton
Sets the mode of the CommandPIN.
setCommitBufferSize(short) - Method in class com.ibutton.jib.JibButton
Sets the iButtons CommitBufferSize.
setDefaultStreams() - Static method in class com.dalsemi.jellybeans.Debug
Sets the old TINI default streams to Serial port 0.
setEphemeralGCMode(int) - Method in class com.ibutton.jib.JibButton
Sets the mode of the ephemeral garbage collector.
setErrorGroup(int) - Method in class com.ibutton.cib.CibCommunicationException
Sets the error group for this exception.
setExceptionMode(int) - Method in class com.ibutton.jib.JibButton
Sets the Exception mode of the iButton.
setHTTPRoot(String) - Method in class com.dalsemi.tininet.http.HTTPServer
Sets the http root.
setIndexPage(String) - Method in class com.dalsemi.tininet.http.HTTPServer
Sets the servers index page.
setInputBufferSize(int) - Method in class com.dalsemi.comm.CommPort
sets the size of the InputBuffer.
setInputBufferSize(int) - Method in class com.dalsemi.comm.SerialPort
Sets the size of the input buffer.
setLoadPINMode(int) - Method in class com.ibutton.jib.JibButton
Sets the mode of the LoadPIN.
setLogFilename(String) - Method in class com.dalsemi.tininet.http.HTTPServer
Sets the log file name.
setLogging(boolean) - Method in class com.dalsemi.tininet.http.HTTPServer
Sets the logging status.
setMasterPIN(JibMasterPIN) - Method in class com.ibutton.jib.JibButton
Sets the common pin of the iButton.
setOutputBufferSize(int) - Method in class com.dalsemi.comm.CommPort
Sets the size of the OutputBuffer.
setOutputBufferSize(int) - Method in class com.dalsemi.comm.SerialPort
Sets the size of the output buffer.
setPIN(int[]) - Method in class com.ibutton.jib.JibMasterPIN
Sets the internal PIN to newpin.
setPIN(JibMasterPIN) - Method in class com.ibutton.jib.JibButton
This method sets the Common PIN in this class, not on the iButton.
setPortDeviceName(int, String) - Method in class com.ibutton.Access
Set the port device name as a string.
setPortDeviceName(int, String) - Method in class com.ibutton.SerialAdapterSmall
Set the port device name as a string.
setPortDeviceName(int, String) - Method in interface com.ibutton.PortAdapter
Set the port device name as a string.
setPortNumber(int) - Method in class com.dalsemi.tininet.http.HTTPServer
Sets the server's port number.
setReceiveTimeout(int) - Method in class com.dalsemi.comm.CommPort
Sets the Receive timeout value.
setReceiveTimeout(int) - Method in class com.dalsemi.comm.SerialPort
sets the receive timeout to the given value.
setRestoreMode(int) - Method in class com.ibutton.jib.JibButton
Sets the Restore Mode value.
setRTC() - Static method in class com.dalsemi.system.Clock
Reads real time clock values from static ints and writes them to the hardware clock.
SlushCommand - interface com.dalsemi.slush.command.SlushCommand.
The interface that any commands added to the SLUSH shell must implement.
SmtpClient - class com.dalsemi.nethack.SmtpClient.
Establishes connection with a mail server and sends mail messages using the SMTP Protocol.
SmtpClient() - Constructor for class com.dalsemi.nethack.SmtpClient
Constructs new SmtpClient to port 25 with system property value of mailhost.
SmtpClient(int) - Constructor for class com.dalsemi.nethack.SmtpClient
Constructs new SmtpClient with specified port.
SmtpClient(String) - Constructor for class com.dalsemi.nethack.SmtpClient
Constructs new SmtpClient and attaches to specified host.
SmtpClient(String, int) - Constructor for class com.dalsemi.nethack.SmtpClient
Opens a socket to the specified string and port.
SmtpPrintStream - class com.dalsemi.nethack.SmtpPrintStream.
Print values to SmtpClient output stream.
SmtpProtocolException - exception com.dalsemi.nethack.SmtpProtocolException.
Class declaration
sock - Variable in class com.dalsemi.nethack.SmtpClient
 
SPEED_115200 - Static variable in class com.dalsemi.comm.SerialPort
Baud Rate 115200 bps
SPEED_1200 - Static variable in class com.dalsemi.comm.SerialPort
Baud Rate 1200 bps
SPEED_19200 - Static variable in class com.dalsemi.comm.SerialPort
Baud Rate 19200 bps
SPEED_2400 - Static variable in class com.dalsemi.comm.SerialPort
Baud Rate 2400 bps
SPEED_300 - Static variable in class com.dalsemi.comm.SerialPort
Baud Rate 300 bps
SPEED_38400 - Static variable in class com.dalsemi.comm.SerialPort
Baud Rate 38400 bps
SPEED_4800 - Static variable in class com.dalsemi.comm.SerialPort
Baud Rate 4800 bps
SPEED_57600 - Static variable in class com.dalsemi.comm.SerialPort
Baud Rate 57600 bps
SPEED_600 - Static variable in class com.dalsemi.comm.SerialPort
Baud Rate 600 bps
SPEED_9600 - Static variable in class com.dalsemi.comm.SerialPort
Baud Rate 9600 bps
startMessage() - Method in class com.dalsemi.nethack.SmtpClient
Send command to mail server to start data segment of the message
STDERR - Static variable in class com.dalsemi.comm.SerialPort
Standard error
STDIN - Static variable in class com.dalsemi.comm.SerialPort
Standard in
STDOUT - Static variable in class com.dalsemi.comm.SerialPort
Standard out

T

to(String) - Method in class com.dalsemi.nethack.SmtpClient
Parses to line of the message according to RFC specifications
toString() - Method in class com.ibutton.iButton
Returns a string representing the ROM Id that this iButton object is associated with.
toString() - Method in class com.ibutton.cib.CibCommunicationException
Returns a string representation of this exception.
toString() - Method in class com.ibutton.jib.JibCommandInterpreterException
Returns a generic string value as the reason.
TRACE - Static variable in class com.dalsemi.tininet.http.HTTPServer
 
TYPE_FULL_REQUEST - Static variable in class com.dalsemi.tininet.http.HTTPServer
 
TYPE_FULL_RESPONSE - Static variable in class com.dalsemi.tininet.http.HTTPServer
 
TYPE_SIMPLE_REQUEST - Static variable in class com.dalsemi.tininet.http.HTTPServer
 

U

UNSUPPORTED - Static variable in class com.dalsemi.tininet.http.HTTPServer
 
UnsupportedCommOperationException - exception com.dalsemi.comm.UnsupportedCommOperationException.
Class declaration
UnsupportedCommOperationException() - Constructor for class com.dalsemi.comm.UnsupportedCommOperationException
Constructs an UnsupportedCommOperationException with no detail message.

W

write(byte[]) - Method in class com.dalsemi.comm.SerialPort
Writes the entire byte array arr to the serial port.
write(byte[], int, int) - Method in class com.dalsemi.comm.NullOutputStream
Writes the specified array to this output stream.
write(byte[], int, int) - Method in class com.dalsemi.comm.SerialOutputStream
Sends the given array out the serial port.
write(byte[], int, int) - Method in class com.dalsemi.comm.DebugOutputStream
Writes the specified array to this output stream.
write(byte[], int, int) - Method in class com.dalsemi.comm.SerialPort
Writes len bytes of array arr from offset to the serial port.
write(byte[], int, int) - Method in class com.dalsemi.nethack.SmtpPrintStream
Writes lenght bytes of byteArray at offset i to SmtpClient output stream
write(int) - Method in class com.dalsemi.comm.NullOutputStream
Writes the specified byte to this output stream.
write(int) - Method in class com.dalsemi.comm.SerialOutputStream
Writes the given character to the serial port.
write(int) - Method in class com.dalsemi.comm.DebugOutputStream
Writes the specified byte to this output stream.
write(int) - Method in class com.dalsemi.comm.SerialPort
Writes the integer value to the serial port.
write(int) - Method in class com.dalsemi.nethack.SmtpPrintStream
Writes asciiChar to SmtpClient output stream

Y

year - Static variable in class com.dalsemi.system.Clock
Year mod 100

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