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

A

abort() - Method in class Serialio.SerInputStream
Abort the current read
abort() - Method in class Serialio.SerLooker
Aborts a waitFor operation in progress.
abort() - Method in class Serialio.SnoopLoop
Abort this task
addPortName(String) - Static method in class Serialio.SerialPortLocal
Add port name to the list.
addSnoop(SnoopListener, String, boolean) - Method in class Serialio.SnoopInputStream
Add a 'Snoop' on input stream
addSnoop(SnoopListener, byte[], boolean) - Method in class Serialio.SnoopInputStream
Add a 'Snoop' on input stream
addTokenSnoop(SnoopTokenListener, byte[], byte[], byte, int, int, int) - Method in class Serialio.SnoopInputStream
Add a 'Token Snoop' on input stream.
addTokenSnoop(SnoopTokenListener, byte[], byte[], byte, int, int) - Method in class Serialio.SnoopInputStream
Add a 'Token Snoop' on input stream.
addTokenSnoop(SnoopTokenListener, String, String, String, int, int) - Method in class Serialio.SnoopInputStream
Add a 'Token Snoop' on input stream.
addTokenSnoop(SnoopTokenListener, String, String, String, int, int, int) - Method in class Serialio.SnoopInputStream
Add a 'Token Snoop' on input stream.
available() - Method in class Serialio.SerByteQueue
Get number of bytes in the queue
available() - Method in class Serialio.SerInputStream
Indicates the number of bytes ready for reading
available() - Method in class Serialio.SnoopInputStream
Indicates the number of bytes in the read queue

B

BR_110 - Static variable in class Serialio.SerialConfig
 
BR_115200 - Static variable in class Serialio.SerialConfig
 
BR_1200 - Static variable in class Serialio.SerialConfig
 
BR_150 - Static variable in class Serialio.SerialConfig
 
BR_19200 - Static variable in class Serialio.SerialConfig
 
BR_230400 - Static variable in class Serialio.SerialConfig
 
BR_2400 - Static variable in class Serialio.SerialConfig
 
BR_300 - Static variable in class Serialio.SerialConfig
 
BR_38400 - Static variable in class Serialio.SerialConfig
 
BR_460800 - Static variable in class Serialio.SerialConfig
 
BR_4800 - Static variable in class Serialio.SerialConfig
 
BR_57600 - Static variable in class Serialio.SerialConfig
 
BR_600 - Static variable in class Serialio.SerialConfig
 
BR_921600 - Static variable in class Serialio.SerialConfig
 
BR_9600 - Static variable in class Serialio.SerialConfig
 
ByteTokenizer - class Serialio.ByteTokenizer.
Parse tokens from byte stream.
ByteTokenizer(byte[], byte) - Constructor for class Serialio.ByteTokenizer
 
buildNum - Static variable in class Serialio.SerialPortLocal
 

C

checkDataForMatch(byte) - Method in class Serialio.SnoopInputStream
Check byte for match with existing snoops
checkForTokenMatch(int) - Method in class Serialio.SnoopInputStream
 
clear() - Method in class Serialio.SerByteQueue
Clear the byte queue.
clearReadSinceRxBufCheck() - Method in class Serialio.SerialPortLocal
Clears state of 'read since rx buffer check' flag.
clearSendSinceTxBufEmpty() - Method in class Serialio.SerialPortLocal
Clears state of 'send since empty msg' flag.
close() - Method in class Serialio.SerInputStream
Closes this input stream
close() - Method in class Serialio.SerOutputStream
Close the port.
close() - Method in interface Serialio.SerialPort
Close a port object.
close() - Method in class Serialio.SerialPortLocal
Close a port object.
close() - Method in class Serialio.SnoopInputStream
Closes this input stream
configure(SerialConfig) - Method in interface Serialio.SerialPort
Configures port with the parameters in the SerialConfig object See documentation for details on the SerialConfig parameters.
configure() - Method in class Serialio.SerialPortLocal
Configures port with the parameters in the SerialConfig object
configure(SerialConfig) - Method in class Serialio.SerialPortLocal
Configures port with the parameters in the SerialConfig object.
copy() - Method in class Serialio.SerialConfig
Return a copy (clone) of this object.

D

dataMatch(byte[], byte[]) - Method in class Serialio.SnoopInputStream
Check for match of two byte arrays.

E

ErrorStatusHandler - interface Serialio.ErrorStatusHandler.
Interface for watching receive stream Copyright (c) 2004 Serialio.com, All Rights Reserved.
ExTimeout - exception Serialio.ExTimeout.
Exception for token that exceeds allocated space.
ExTimeout() - Constructor for class Serialio.ExTimeout
 
ExTimeout(String) - Constructor for class Serialio.ExTimeout
 
ExTokenOverflow - exception Serialio.ExTokenOverflow.
Exception for token that exceeds allocated space.
ExTokenOverflow() - Constructor for class Serialio.ExTokenOverflow
 
ExTokenOverflow(String) - Constructor for class Serialio.ExTokenOverflow
 
esh - Variable in class Serialio.SerialPortLocal
 
eventLookForData(byte[], boolean, long, byte[]) - Method in interface Serialio.LookForListener
Receives notification when searched for data is sighted or timeout

F

finalize() - Method in class Serialio.SerialPortLocal
Be sure that port is cleaned up before exit (in case close was not called)
flush() - Method in class Serialio.SerOutputStream
Causes any buffered data on the output stream to be written.
flushAbort() - Method in class Serialio.SerOutputStream
Aborts flush.

G

get(byte[], int, int) - Method in class Serialio.SerByteQueue
Get bytes from queue and store into buffer Note: will block if insufficient bytes in queue.
get() - Method in class Serialio.SerByteQueue
Get byte from queue Note: will block if queue is empty
getAbortCheck() - Method in class Serialio.SerLooker
Deprecated. The method is no longer required
getBaseName() - Method in class Serialio.SerialConfig
Get the device base name
getBitRate() - Method in class Serialio.SerialConfig
Get the bit rate index
getBitRate() - Method in class Serialio.SerialPortLocal
 
getBitRateIndex(int) - Method in class Serialio.SerialConfig
Get the bit rate as index value.
getBitRateNumber(int) - Method in class Serialio.SerialConfig
Get the bit rate as a number
getBuildNum() - Method in class Serialio.SerialPortLocal
Returns the build number of this class.
getByte() - Method in interface Serialio.SerialPort
Get the next available byte from the receive buffer.
getByte() - Method in class Serialio.SerialPortLocal
Get the next available byte from the receive buffer.
getConfig() - Method in interface Serialio.SerialPort
Gets the configuration object for the port.
getConfig() - Method in class Serialio.SerialPortLocal
Gets the the SerialConfig object
getData() - Method in class Serialio.SerLooker
Returns the data received while the port was waiting for specific data.
getData(byte[]) - Method in interface Serialio.SerialPort
Transfers bytes into the data buffer from the serial port receive buffer.
getData(byte[], int, int) - Method in interface Serialio.SerialPort
Transfers bytes into the data buffer from the serial port receive buffer.
getData(byte[]) - Method in class Serialio.SerialPortLocal
Gets next available bytes from the receive buffer.
getData(byte[], int, int) - Method in class Serialio.SerialPortLocal
Gets next available bytes from the receive buffer.
getDataBits() - Method in class Serialio.SerialConfig
Get the number of data bits for each character
getDataBits() - Method in class Serialio.SerialPortLocal
 
getDataDiscard(boolean) - Method in class Serialio.SnoopLoop
Get the 'data discard' mode.
getDataItemSighted() - Method in class Serialio.SerLooker
Returns the data item that was sighted.
getDevName() - Method in class Serialio.SerialPortLocal
Returns the device name (OS name for port)
getDisableActiveLink() - Method in class Serialio.SerialConfig
Get the state of the 'active link' control for EPOC This is EPOC specific
getHandshake() - Method in class Serialio.SerialConfig
Get the handshake protocol
getHandshake() - Method in class Serialio.SerialPortLocal
 
getHardFlow() - Method in class Serialio.SerialConfig
Get the state of the 'manual' flow control setting This is Windows specific (to Fix Microsoft driver bugs)
getID() - Method in class Serialio.SerByteQueue
Get the Queue ID
getInputStream() - Method in class Serialio.SnoopInputStream
Get input stream this object is snooping on
getInstanceLock() - Static method in class Serialio.SerialPortLocal
Get the instance lock state.
getLibVer() - Method in interface Serialio.SerialPort
Returns the version number of the current serial port DLL
getLibVer() - Method in class Serialio.SerialPortLocal
Returns the version number of the current serial port native lib (so/DLL) The most significant 16 bits contain the major version The least significant 16 bits contain the minor version
getMaxBitRate() - Method in class Serialio.SerialPortLocal
Return maximum bitrate supported on the platform
getName() - Method in interface Serialio.SerialPort
Returns the name of this serial port object
getName() - Method in class Serialio.SerialPortLocal
Returns the name of this serial port object
getName(int) - Method in class Serialio.SerialPortLocal
Returns the name of this serial port object
getNapTime() - Method in class Serialio.SerInputStream
 
getNapTime() - Method in class Serialio.SerLooker
Get the sleep interval used when waiting for data
getNapTime() - Method in class Serialio.SnoopLoop
Get the nap time used when the method sleeps.
getNativeBlock() - Method in class Serialio.SerInputStream
 
getParity() - Method in class Serialio.SerialConfig
Get the parity
getParity() - Method in class Serialio.SerialPortLocal
 
getPort() - Method in class Serialio.SerialConfig
Get the port number This number may be meaningless if the port was opened using a name.
getPortList() - Static method in class Serialio.SerialPortLocal
Get list of ports from OS 'registry' First we check to see if a system property SERIAL_PORT_LIST is defined.
getPortName() - Method in class Serialio.SerialConfig
Get the port name
getPortName() - Method in class Serialio.SerialPortLocal
 
getPortNameString() - Method in class Serialio.SerialConfig
Get the port name
getPortNum() - Method in interface Serialio.SerialPort
Returns the port number for this serial port object
getPortNum() - Method in class Serialio.SerialPortLocal
Returns the port number for this serial port object
getPowerMode(int) - Static method in class Serialio.SerialPortLocal
Gets the port state for devices that support standby mode to save power.
getRcvCount() - Method in class Serialio.SerLooker
Returns the number of bytes received while the port was waiting for specific data.
getRcvFrameChar() - Method in class Serialio.SerInputStream
 
getRcvThreshold() - Method in class Serialio.SerInputStream
 
getRcvTimeout() - Method in class Serialio.SerInputStream
 
getReadBuffer() - Method in class Serialio.SnoopLoop
Get the current read buffer.
getResumeState(boolean) - Static method in class Serialio.SerialPortLocal
Gets the state of the resume flag.
getRxLen() - Method in class Serialio.SerialConfig
Get the receive buffer length
getSaveReset() - Method in class Serialio.SerLooker
Get the saveReset flag.
getSerialPort(SerialPort) - Method in class Serialio.SerLooker
Gets the serial port object
getSettingsString() - Method in class Serialio.SerialConfig
Get a string representing the current port settings
getSnoopEnable() - Method in class Serialio.SnoopInputStream
Get state of snooping on input stream
getStatusAPM() - Static method in class Serialio.SerialPortLocal
Gets the status of APM (advanced power management)
getStopBits() - Method in class Serialio.SerialConfig
Get the number of stop bits for each character
getStopBits() - Method in class Serialio.SerialPortLocal
 
getSubTokenCount() - Method in class Serialio.SnoopInputStream
Get number of sub-tokens in current token when snooping for Tokens.
getTimeoutRx() - Method in interface Serialio.SerialPort
Returns the receive (rx) timeout interval of serial port object.
getTimeoutRx() - Method in class Serialio.SerialPortLocal
Returns the receive timeout interval of serial port object.
getTimeoutTx() - Method in interface Serialio.SerialPort
Returns the transmit (tx) timeout interval of serial port object.
getTimeoutTx() - Method in class Serialio.SerialPortLocal
Returns the receive timeout interval of serial port object.
getTxBlockSize() - Method in class Serialio.SerOutputStream
 
getTxLen() - Method in class Serialio.SerialConfig
Get the transmit buffer length
getWriteDrain() - Method in class Serialio.SerOutputStream
 
getWriteTimeout() - Method in class Serialio.SerOutputStream
 

H

HS_CTSDTR - Static variable in class Serialio.SerialConfig
 
HS_CTSRTS - Static variable in class Serialio.SerialConfig
 
HS_DSRDTR - Static variable in class Serialio.SerialConfig
 
HS_HARD_IN - Static variable in class Serialio.SerialConfig
 
HS_HARD_OUT - Static variable in class Serialio.SerialConfig
 
HS_NONE - Static variable in class Serialio.SerialConfig
 
HS_SOFT_IN - Static variable in class Serialio.SerialConfig
 
HS_SOFT_OUT - Static variable in class Serialio.SerialConfig
 
HS_SPLIT_MASK - Static variable in class Serialio.SerialConfig
 
HS_XONXOFF - Static variable in class Serialio.SerialConfig
 

I

in - Variable in class Serialio.SnoopInputStream
 
in - Variable in class Serialio.SnoopLoop
 
isEmpty() - Method in class Serialio.SerByteQueue
Get empty state of queue
isFull() - Method in class Serialio.SerByteQueue
Get full state of queue
isOpen() - Method in class Serialio.SerialPortLocal
Indicates if port is currently open
isSupported(String) - Method in interface Serialio.SerialPort
Indicates support for the requested feature.
isSupported(String) - Method in class Serialio.SerialPortLocal
Check for supported feature

J

jspLib - Static variable in class Serialio.SerialPortLocal
 
jspLibLoaded - Static variable in class Serialio.SerialPortLocal
 

L

LN_5BITS - Static variable in class Serialio.SerialConfig
 
LN_6BITS - Static variable in class Serialio.SerialConfig
 
LN_7BITS - Static variable in class Serialio.SerialConfig
 
LN_8BITS - Static variable in class Serialio.SerialConfig
 
LookForListener - interface Serialio.LookForListener.
Interface for watching receive stream Copyright (c) 1998-2004 Serialio.com, All Rights Reserved.
lastByte - Variable in class Serialio.SnoopInputStream
 

M

mark(int) - Method in class Serialio.SnoopInputStream
 
markSupported() - Method in class Serialio.SnoopInputStream
 
maxBitRate - Static variable in class Serialio.SerialPortLocal
 

N

nextToken() - Method in class Serialio.ByteTokenizer
Parse next token from byte array.
notifySighting(SnoopInputStream.Snoop) - Method in class Serialio.SnoopInputStream
Notify listeners
numberOfTokens(byte[], byte) - Static method in class Serialio.ByteTokenizer
Count number of tokens in byte array.
numberOfTokens() - Method in class Serialio.ByteTokenizer
Count number of tokens in byte array.

O

open() - Method in class Serialio.SerialPortLocal
Open the SerialPortLocal object.

P

PWR_ACTIVE - Static variable in class Serialio.SerialConfig
 
PWR_STANDBY - Static variable in class Serialio.SerialConfig
 
PY_EVEN - Static variable in class Serialio.SerialConfig
 
PY_MARK - Static variable in class Serialio.SerialConfig
 
PY_NONE - Static variable in class Serialio.SerialConfig
 
PY_ODD - Static variable in class Serialio.SerialConfig
 
PY_SPACE - Static variable in class Serialio.SerialConfig
 
portList - Static variable in class Serialio.SerialPortLocal
 
put(byte) - Method in class Serialio.SerByteQueue
Put byte into queue Note: will block if queue is full
putByte(byte) - Method in interface Serialio.SerialPort
Send byte to the serial port.
putByte(byte) - Method in class Serialio.SerialPortLocal
Send byte out the serial port.
putData(byte[]) - Method in interface Serialio.SerialPort
Send byte array contents to the to the serial port.
putData(byte[], int, int) - Method in interface Serialio.SerialPort
Send specified length of byte array contents to the serial port.
putData(byte[]) - Method in class Serialio.SerialPortLocal
Send byte array contents to the serial port.
putData(byte[], int) - Method in class Serialio.SerialPortLocal
Deprecated. The preferred method is putData(dataBuf, off, len)
putData(byte[], int, int) - Method in class Serialio.SerialPortLocal
Send specificed length of the byte array to the serial port.
putString(String) - Method in interface Serialio.SerialPort
Send String contents to the serial port.
putString(String) - Method in class Serialio.SerialPortLocal
Send the string out the serial port.

R

RXREADYCOUNT - Static variable in interface Serialio.SerialPort
 
read() - Method in class Serialio.SerInputStream
Reads data from the input stream.
read(byte[]) - Method in class Serialio.SerInputStream
Reads data from the input stream NOTE: framing is ignored by this method, use read() for framing NOTE: if threshold & timeout are enabled, and timeout occurs before threshold is reached, method will return available data.
read(byte[], int, int) - Method in class Serialio.SerInputStream
Reads data from the input stream NOTE: framing is ignored by this method, use read() for framing NOTE: if threshold & timeout are enabled, and timeout occurs before threshold is reached, method will return available data.
read() - Method in class Serialio.SnoopInputStream
Reads data from the input stream.
read(byte[]) - Method in class Serialio.SnoopInputStream
Reads data from the input stream
read(byte[], int, int) - Method in class Serialio.SnoopInputStream
Reads data from the input stream
readSinceRxBufCheck() - Method in class Serialio.SerialPortLocal
Returns flag indicating if data was read since last receive buffer check.
removeSnoop(SnoopListener, String) - Method in class Serialio.SnoopInputStream
Remove 'Snoop' on input stream
removeSnoop(SnoopListener, byte[]) - Method in class Serialio.SnoopInputStream
Remove snoop on input stream
removeSnoop(SnoopListener) - Method in class Serialio.SnoopInputStream
Remove 'Snoop' on input stream
removeTokenSnoop(int) - Method in class Serialio.SnoopInputStream
Remove the Token snoop on input stream
reset() - Method in class Serialio.SerialPortLocal
Reset a port object.
reset() - Method in class Serialio.SnoopInputStream
 
rxFlush() - Method in interface Serialio.SerialPort
Flushes the objects receive buffer (contents are discarded)
rxFlush() - Method in class Serialio.SerialPortLocal
Flushes the objects receive buffer (contents are discarded)
rxOverflow() - Method in interface Serialio.SerialPort
Returns true if the objects receive buffer overflowed since the last call to this method.
rxOverflow() - Method in class Serialio.SerialPortLocal
Returns true if the objects receive buffer overflowed since the last call to this method.
rxReadyCount() - Method in interface Serialio.SerialPort
Returns number of bytes in the objects receive buffer
rxReadyCount() - Method in class Serialio.SerialPortLocal
Returns number of bytes in the objects receive buffer

S

ST_1BITS - Static variable in class Serialio.SerialConfig
 
ST_2BITS - Static variable in class Serialio.SerialConfig
 
SerByteQueue - class Serialio.SerByteQueue.
Implements a High-performance Byte FIFO using a ringbuffer.
SerByteQueue(int) - Constructor for class Serialio.SerByteQueue
 
SerInputStream - class Serialio.SerInputStream.
Create an input stream on the serial port object.
SerInputStream(SerialPort) - Constructor for class Serialio.SerInputStream
Create a serial port input stream.
SerLooker - class Serialio.SerLooker.
Looks for things to happen on the serial port object.
SerLooker() - Constructor for class Serialio.SerLooker
Create a serial port 'looker'.
SerLooker(SerialPort) - Constructor for class Serialio.SerLooker
Create a serial port 'looker'.
SerLooker(SerialPort, int) - Constructor for class Serialio.SerLooker
Create a serial port 'looker' with a specific save data buffer.
SerOutputStream - class Serialio.SerOutputStream.
Create an output stream on the serial port object.
SerOutputStream(SerialPort) - Constructor for class Serialio.SerOutputStream
Create a serial port output stream.
SerialConfig - class Serialio.SerialConfig.
Serial port configuration class.
SerialConfig(int) - Constructor for class Serialio.SerialConfig
Deprecated. The preferred way to construct a SerialConfig object is 'by-name'
  SerialConfig cfg = new SerialConfig("COM1");
  SerialConfig cfg = new SerialConfig("/dev/ttyS0");
  SerialConfig cfg = new SerialConfig("Modem Port");
SerialConfig(int, int, int) - Constructor for class Serialio.SerialConfig
Deprecated. The preferred way to construct a SerialConfig object is 'by-name'
  SerialConfig cfg = new SerialConfig("COM1");
  SerialConfig cfg = new SerialConfig("/dev/ttyS0");
  SerialConfig cfg = new SerialConfig("Modem Port");
Then set the buffer length(s) if setting them is supported

Note: Buffer size control not supported on all platforms.
SerialConfig(String) - Constructor for class Serialio.SerialConfig
Create a SerialConfig object 'by-name' with default port parameters
SerialConfig() - Constructor for class Serialio.SerialConfig
Create a default SerialConfig object.
SerialPort - interface Serialio.SerialPort.
Interface for serial port classes.
SerialPortLocal - class Serialio.SerialPortLocal.
Class for interface to serial port(s).
SerialPortLocal() - Constructor for class Serialio.SerialPortLocal
Create a default SerialPort object.
SerialPortLocal(SerialConfig) - Constructor for class Serialio.SerialPortLocal
Create a SerialPort object based on a SerialConfig object.
Serialio - package Serialio
 
SnoopInputStream - class Serialio.SnoopInputStream.
Create an 'snoop' input stream on the serial port that searches for data patterns.
SnoopInputStream() - Constructor for class Serialio.SnoopInputStream
This empty constructor is for Bean friendlyness
SnoopInputStream(InputStream) - Constructor for class Serialio.SnoopInputStream
Create an input stream that allows 'snooping' for data patterns on incoming data
SnoopListener - interface Serialio.SnoopListener.
Interface for watching receive stream Copyright (c) 1998-2004 Serialio.com, All Rights Reserved.
SnoopLoop - class Serialio.SnoopLoop.
Used to look for data patterns in a SnoopInputStream.
SnoopLoop() - Constructor for class Serialio.SnoopLoop
This empty constructor is for Bean friendlyness
SnoopLoop(SnoopLoopListener, SnoopInputStream, int) - Constructor for class Serialio.SnoopLoop
Create an input stream that allows 'snooping' for data patterns on incoming data
SnoopLoopListener - interface Serialio.SnoopLoopListener.
Interface for watching receive stream Copyright (c) 1999-2004 Serialio.com, All Rights Reserved.
SnoopTokenListener - interface Serialio.SnoopTokenListener.
Interface for watching receive stream Copyright (c) 1998-2004 Serialio.com, All Rights Reserved.
sendBreak(int) - Method in interface Serialio.SerialPort
Send a break signal on the line
sendBreak(int) - Method in class Serialio.SerialPortLocal
Send a break signal on the line
sendSinceTxBufEmpty() - Method in class Serialio.SerialPortLocal
Returns flag indicating if data sent since last transmit buffer check.
setAbortCheck(int) - Method in class Serialio.SerLooker
Deprecated. The method is no longer required since the port timout (setTimeoutRx) value is always 0.
setBaseName(String) - Method in class Serialio.SerialConfig
Set the base device name.
setBitRate(int) - Method in class Serialio.SerialConfig
Set the bit rate
setBitRate(int) - Method in class Serialio.SerialPortLocal
 
setConfig(SerialConfig) - Method in interface Serialio.SerialPort
Sets the configuration object for the port.
setConfig(SerialConfig) - Method in class Serialio.SerialPortLocal
Sets the the SerialConfig object
setDTR(boolean) - Method in interface Serialio.SerialPort
Set the DTR signal of objects serial port
setDTR(boolean) - Method in class Serialio.SerialPortLocal
Set the DTR signal of objects serial port
setDataBits(int) - Method in class Serialio.SerialConfig
Set the number of data bits
setDataBits(int) - Method in class Serialio.SerialPortLocal
 
setDataDiscard(boolean) - Method in class Serialio.SnoopLoop
Set the 'data discard' mode.
setDisableActiveLink(boolean) - Method in class Serialio.SerialConfig
Set the state of the 'active link' control for EPOC.
setEndTokenSnoop(SnoopTokenListener, byte[], int) - Method in class Serialio.SnoopInputStream
Set a 'Token Snoop' on the input stream.
setErrorStatusHandler(ErrorStatusHandler) - Method in class Serialio.SerialPortLocal
Sets the UnexpectedStatusHandler.
setHandshake(int) - Method in class Serialio.SerialConfig
Set the handshake protocol
setHandshake(int) - Method in class Serialio.SerialPortLocal
 
setHardFlow(boolean) - Method in class Serialio.SerialConfig
Set the flag that controls if we do hardware flow control for the receive buffer.
setID(int) - Method in class Serialio.SerByteQueue
Set the Queue ID
setInputStream(InputStream) - Method in class Serialio.SnoopInputStream
Set input stream this object will snooping on
setInstanceLock(int) - Static method in class Serialio.SerialPortLocal
Set the instance lock to SET or CLEAR state.
setName(String) - Method in interface Serialio.SerialPort
Sets the name of this serial port object
setName(String) - Method in class Serialio.SerialPortLocal
Sets the name of this serial port object
setNapTime(int) - Method in class Serialio.SerInputStream
Set the nap time used when the method sleeps
setNapTime(int) - Method in class Serialio.SerLooker
Set the sleep interval used when waiting for data Note: SerialPort.setTimeoutRx is not used to allow quick aborts on some platforms (esp WinNT) where some threading behaviour is not well behaved.
setNapTime(int) - Method in class Serialio.SnoopLoop
Set the nap time used when the method sleeps.
setNativeBlock(boolean) - Method in class Serialio.SerInputStream
Control if block is done in Java or native code when more bytes are requested than are available.
setOffset(int) - Method in class Serialio.ByteTokenizer
Set the starting point of parsing within the buffer.
setParity(int) - Method in class Serialio.SerialConfig
Set the parity Note: MARK & SPACE parity may not be supported on all platforms
setParity(int) - Method in class Serialio.SerialPortLocal
 
setParseEnd(int) - Method in class Serialio.ByteTokenizer
Set the ending point of parsing within the buffer.
setPortName(String) - Method in class Serialio.SerialConfig
Set the port name
setPortName(String) - Method in class Serialio.SerialPortLocal
 
setPortNum(int) - Method in class Serialio.SerialConfig
Set the port number
setPowerMode(int, int) - Static method in class Serialio.SerialPortLocal
Sets the port state for devices that support standby mode to save power.
setRTS(boolean) - Method in interface Serialio.SerialPort
Set the RTS signal of objects serial port
setRTS(boolean) - Method in class Serialio.SerialPortLocal
Set the RTS signal of objects serial port.
setRcvFrameChar(int) - Method in class Serialio.SerInputStream
Set to -1 to disable
setRcvThreshold(int) - Method in class Serialio.SerInputStream
Set thresh to 1 to 'disable'
setRcvTimeout(int) - Method in class Serialio.SerInputStream
Set receive timeout in milliseconds.
setReadBuffer(byte[]) - Method in class Serialio.SnoopLoop
Set the read buffer used when snooping for data
setRxLen(int) - Method in class Serialio.SerialConfig
Set the value that *maybe* used by the driver to set the queue sizes when the port is opened.
setSaveData(int) - Method in class Serialio.SerLooker
Controls if the object saves data when waiting for a specific response.
setSaveDataBeforeMatch(boolean) - Method in class Serialio.SerLooker
Sets the object to save data before the match.
setSaveReset(boolean) - Method in class Serialio.SerLooker
Set the saveReset flag.
setSerialPort(SerialPort) - Method in class Serialio.SerLooker
Sets the serial port object
setShowBytesAsReceived(boolean) - Method in class Serialio.SerLooker
Sets the object to show each byte to the console as received Setting this true can be handy for debugging & sanity checks.
setSnoopEnable(boolean) - Method in class Serialio.SnoopInputStream
Enable/disable snooping on input stream
setStopBits(int) - Method in class Serialio.SerialConfig
Set the number of stop bits
setStopBits(int) - Method in class Serialio.SerialPortLocal
 
setStreamID(int) - Method in class Serialio.SnoopInputStream
Set the stream ID
setTimeoutRx(int) - Method in interface Serialio.SerialPort
Sets the receive timeout of the serial port object.
setTimeoutRx(int) - Method in class Serialio.SerialPortLocal
Sets the receive timeout of the serial port object.
setTimeoutTx(int) - Method in interface Serialio.SerialPort
Sets the transmit timeout of the serial port object.
setTimeoutTx(int) - Method in class Serialio.SerialPortLocal
Sets the transmit timeout of the serial port object.
setTxBlockSize(int) - Method in class Serialio.SerOutputStream
Sets the block size used to send data.
setTxLen(int) - Method in class Serialio.SerialConfig
Set the value that *maybe* used by the driver to set the queue sizes when the port is opened.
setWriteDrain(boolean) - Method in class Serialio.SerOutputStream
Set txDrain mode for write().
setWriteTimeout(int) - Method in class Serialio.SerOutputStream
Aborts flush based on timeout.
sigBreak() - Method in interface Serialio.SerialPort
Returns true if the serial port for this object detected a break on the line since the last call to this method.
sigBreak() - Method in class Serialio.SerialPortLocal
Returns true if the serial port for this object detected a break on the line since the last call to this method.
sigCD() - Method in interface Serialio.SerialPort
Returns state of serial port CD (Carrier Detect) signal
sigCD() - Method in class Serialio.SerialPortLocal
Returns state of serial port CD (Carrier Detect) signal Note: This may not be supported on all platforms
sigCTS() - Method in interface Serialio.SerialPort
Returns state of serial port CTS (Clear To Send) signal
sigCTS() - Method in class Serialio.SerialPortLocal
Returns state of serial port CTS (Clear To Send) signal
sigDSR() - Method in interface Serialio.SerialPort
Returns state of serial port DSR (Data Set Ready) signal
sigDSR() - Method in class Serialio.SerialPortLocal
Returns state of serial port DSR (Data Set Ready) signal
sigFrameErr() - Method in interface Serialio.SerialPort
Returns true if the serial port for this object had a Framing Error since last call to this method.
sigFrameErr() - Method in class Serialio.SerialPortLocal
Returns true if the serial port for this object had a Framing Error since last call to this method.
sigOverrun() - Method in interface Serialio.SerialPort
Returns true if the serial port UART for this object had a was Overrun since last call to this method.
sigOverrun() - Method in class Serialio.SerialPortLocal
Returns true if the serial port UART for this object had a was Overrun since last call to this method.
sigParityErr() - Method in interface Serialio.SerialPort
Returns true if the serial port for this object had a Parity Error since last call to this method.
sigParityErr() - Method in class Serialio.SerialPortLocal
Returns true if the serial port for this object had a Parity Error Note: This may not be supported on all platforms since last call to this method.
sigRing() - Method in interface Serialio.SerialPort
Returns true if the serial port for this object detected a Ring on the line since the last call to this method.
sigRing() - Method in class Serialio.SerialPortLocal
Returns true if the serial port object detects a ring signal on the line.
sioErrorEvent(int) - Method in interface Serialio.ErrorStatusHandler
Receives notification when native code returns an error status code and a handler has been registered.
size() - Method in class Serialio.SerByteQueue
Get size of queue.
snoop(byte) - Method in class Serialio.SnoopInputStream
Forces the data through the snoop logic without having to read data from the input stream.
snoopEvent(byte[]) - Method in class Serialio.SnoopInputStream
 
snoopEvent(byte[]) - Method in interface Serialio.SnoopListener
Receives notification when searched for data is sighted or timeout
snoopEvent(byte[]) - Method in class Serialio.SnoopLoop
This method is called by the SnoopInputStream when the data pattern is sighted.
snoopLoopEvent(byte[], int) - Method in interface Serialio.SnoopLoopListener
Receives notification when searched for data is sighted or timeout
snoopTokenEvent(byte[], int) - Method in interface Serialio.SnoopTokenListener
Receives notification when searched for Token is sighted or timeout
sp - Variable in class Serialio.SerInputStream
 
sp - Variable in class Serialio.SerLooker
 
sp - Variable in class Serialio.SerOutputStream
 
stringCompare - Static variable in class Serialio.SerialPortLocal
 

T

txBufCount() - Method in interface Serialio.SerialPort
Returns number of bytes in the objects transmit buffer
txBufCount() - Method in class Serialio.SerialPortLocal
Returns number of bytes in the objects transmit buffer
txDrain() - Method in interface Serialio.SerialPort
Drains the objects transmit buffer (contents are sent)
txDrain() - Method in class Serialio.SerialPortLocal
Drains the objects transmit buffer (contents are sent).
txFlush() - Method in interface Serialio.SerialPort
Flushes the objects transmit buffer (contents are discarded)
txFlush() - Method in class Serialio.SerialPortLocal
Flushes the objects transmit buffer (contents are discarded)

V

validBitRateIndex() - Method in class Serialio.SerialConfig
Checks for valid bit rate index.

W

waitFor(byte[], int, int) - Method in class Serialio.SerLooker
Send data (optional) and wait for count bytes in the input queue.
waitFor(String, String, int) - Method in class Serialio.SerLooker
Send data (optional) and wait for a specific response.
waitFor(byte[], byte[], int) - Method in class Serialio.SerLooker
Send data (optional) and wait for a specific response.
waitFor(String, Vector, int) - Method in class Serialio.SerLooker
Send data (optional) and wait for any of a list of responses.
waitFor(byte[], Vector, int) - Method in class Serialio.SerLooker
Send data (optional) and wait for any of a list of responses.
waitFor(String, int) - Method in class Serialio.SnoopLoop
Wait for data pattern to occur on SnoopInputStream.
waitFor(byte[], int) - Method in class Serialio.SnoopLoop
Wait for data pattern to occur on SnoopInputStream.
waitFor(int, int) - Method in class Serialio.SnoopLoop
Wait for specified number of bytes to arrive on the stream.
write(int) - Method in class Serialio.SerOutputStream
Writes the byte on the output stream
write(byte[]) - Method in class Serialio.SerOutputStream
Writes the data on the output stream.
write(byte[], int, int) - Method in class Serialio.SerOutputStream
Writes the data on the output stream.

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