jSyncManager
A C D E F G I J L M N O P R S T U W

S

SPACEPARITY - Static variable in class org.jSyncManager.JSerial.SerialInterface
Used to denote the use of space parity.
SerialDataBitException - exception org.jSyncManager.JSerial.SerialDataBitException.
The SerialDataBitException class.
SerialDataBitException() - Constructor for class org.jSyncManager.JSerial.SerialDataBitException
The following constructor is a messageless exception.
SerialDataBitException(String) - Constructor for class org.jSyncManager.JSerial.SerialDataBitException
The following constructor builds an exception with a given message.
SerialGrabException - exception org.jSyncManager.JSerial.SerialGrabException.
An exception to be thrown when the serial handshaking can't be configured.
SerialGrabException() - Constructor for class org.jSyncManager.JSerial.SerialGrabException
The following constructor is a messageless exception.
SerialGrabException(String) - Constructor for class org.jSyncManager.JSerial.SerialGrabException
The following constructor builds an exception with a given message.
SerialHandshakingException - exception org.jSyncManager.JSerial.SerialHandshakingException.
An exception to be thrown when the serial handshaking can't be configured.
SerialHandshakingException() - Constructor for class org.jSyncManager.JSerial.SerialHandshakingException
The following constructor is a messageless exception.
SerialHandshakingException(String) - Constructor for class org.jSyncManager.JSerial.SerialHandshakingException
The following constructor builds an exception with a given message.
SerialInitializationException - exception org.jSyncManager.JSerial.SerialInitializationException.
An exception to be thrown when the serial port can't be initialized.
SerialInitializationException() - Constructor for class org.jSyncManager.JSerial.SerialInitializationException
The following constructor is a messageless exception.
SerialInitializationException(String) - Constructor for class org.jSyncManager.JSerial.SerialInitializationException
The following constructor builds an exception with a given message.
SerialInterface - class org.jSyncManager.JSerial.SerialInterface.
A class for accessing serial port functionality via Java.
SerialInterface(byte) - Constructor for class org.jSyncManager.JSerial.SerialInterface
Starts a new serial interface using the given port identifier at the default speed (9600bps) using 8 data bits, no parity, and 1 stop bit and starts off with the port in "grabbed" mode.
SerialInterface(byte, int) - Constructor for class org.jSyncManager.JSerial.SerialInterface
Starts a new serial interface using the given port, at the given speed, using 8 data bits, no parity, and 1 stop bit and starts off with the port in "grabbed" mode.
SerialInterface(byte, int, int, int, int, boolean) - Constructor for class org.jSyncManager.JSerial.SerialInterface
Starts a new serial interface using the given port at the given speed, using the given values for data bits, parity and stop bits.
SerialParityException - exception org.jSyncManager.JSerial.SerialParityException.
An exception to be thrown when the serial parity setting is invalid.
SerialParityException() - Constructor for class org.jSyncManager.JSerial.SerialParityException
The following constructor is a messageless exception.
SerialParityException(String) - Constructor for class org.jSyncManager.JSerial.SerialParityException
The following constructor builds an exception with a given message.
SerialPeer - class org.jSyncManager.JSerial.SerialPeer.
A class to define native code headers for accessing a serial port in Java.
SerialPeer(byte) - Constructor for class org.jSyncManager.JSerial.SerialPeer
The peer constructor.
SerialReleaseException - exception org.jSyncManager.JSerial.SerialReleaseException.
An exception to be thrown when the serial port can't be released.
SerialReleaseException() - Constructor for class org.jSyncManager.JSerial.SerialReleaseException
The following constructor is a messageless exception.
SerialReleaseException(String) - Constructor for class org.jSyncManager.JSerial.SerialReleaseException
The following constructor builds an exception with a given message.
SerialSpeedException - exception org.jSyncManager.JSerial.SerialSpeedException.
An exception to be thrown when the serial speed setting is invalid.
SerialSpeedException() - Constructor for class org.jSyncManager.JSerial.SerialSpeedException
The following constructor is a messageless exception.
SerialSpeedException(String) - Constructor for class org.jSyncManager.JSerial.SerialSpeedException
The following constructor builds an exception with a given message.
SerialStopBitException - exception org.jSyncManager.JSerial.SerialStopBitException.
An exception to be thrown when the serial stop bit setting is invalid.
SerialStopBitException() - Constructor for class org.jSyncManager.JSerial.SerialStopBitException
The following constructor is a messageless exception.
SerialStopBitException(String) - Constructor for class org.jSyncManager.JSerial.SerialStopBitException
The following constructor builds an exception with a given message.
StampObject - class org.jSyncManager.JSerial.TestSuite.StampObject.
A class for storing simple date/timestamp and message data.
StampObject(String) - Constructor for class org.jSyncManager.JSerial.TestSuite.StampObject
Construct a new Stamp Object.
serial - Variable in class org.jSyncManager.JSerial.TestSuite.PortTestUI
 
serial - Variable in class org.jSyncManager.JSerial.TestSuite.TerminalUI
 
setCurrentDatabits(int) - Method in class org.jSyncManager.JSerial.SerialInterface
Used to set the current serial data bit size.
setCurrentParity(int) - Method in class org.jSyncManager.JSerial.SerialInterface
Used to set the current serial parity.
setCurrentSpeed(int) - Method in class org.jSyncManager.JSerial.SerialInterface
Used to set the current serial speed.
setCurrentStopbits(int) - Method in class org.jSyncManager.JSerial.SerialInterface
Used to set the current serial stop bit size.
setDSRDTR(boolean) - Method in class org.jSyncManager.JSerial.SerialInterface
A method to set the state of the DSR/DTR handshaking.
setDSRDTR(boolean) - Method in class org.jSyncManager.JSerial.SerialPeer
A method to set the state of the DSR/DTR handshaking.
setDataBits(int) - Method in class org.jSyncManager.JSerial.SerialPeer
Sets the number of Data Bits per transmission byte.
setParity(int) - Method in class org.jSyncManager.JSerial.SerialPeer
Sets the Parity bit type used for each transmission unit.
setRTSCTS(boolean) - Method in class org.jSyncManager.JSerial.SerialInterface
A method to set the state of the RTS/CTS handshaking.
setRTSCTS(boolean) - Method in class org.jSyncManager.JSerial.SerialPeer
A method to set the state of the RTS/CTS handshaking.
setRunning(boolean) - Method in class org.jSyncManager.JSerial.TestSuite.TerminalThread
Used to signal wether or not this thread should continue to execute.
setSpeed(int) - Method in class org.jSyncManager.JSerial.SerialPeer
Native method to set the speed for the serial port.
setSpeed(int) - Method in class org.jSyncManager.Transport.JSerialTransport
Changes the speed of the serial port.
setStopBits(int) - Method in class org.jSyncManager.JSerial.SerialPeer
Sets the number of Stop Bits per transmission unit.
setXONXOFF(boolean) - Method in class org.jSyncManager.JSerial.SerialInterface
A method to set the state of the XON/XOFF handshaking.
setXONXOFF(boolean) - Method in class org.jSyncManager.JSerial.SerialPeer
A method to set the state of the XON/XOFF handshaking.
speedSelectBox - Variable in class org.jSyncManager.Transport.JSerialTransport
A combo box to hold the serial port speeds.
startBreak() - Method in class org.jSyncManager.JSerial.SerialPeer
Starts transmitting a break signal.
stopBreak() - Method in class org.jSyncManager.JSerial.SerialPeer
Stop transmission of a break signal.

jSyncManager
A C D E F G I J L M N O P R S T U W
Copyright (c) 1998 - 2003 Brad BARCLAY and others. All Rights Reserved.