Index

A C F G H I O P R S V 
All Classes|All Packages

A

aboutBox() - Method in class gurux.serial.GXSerial
Displays the copyright of the control, user license, and version information, in a dialog box.
addListener(IGXMediaListener) - Method in class gurux.serial.GXSerial
 
ALL - Enum constant in enum class gurux.serial.enums.AvailableMediaSettings
All network properties are shown.
AvailableMediaSettings - Enum Class in gurux.serial.enums
Describes available settings for the media.

C

close() - Method in class gurux.serial.GXSerial
 
copy(Object) - Method in class gurux.serial.GXSerial
 

F

finalize() - Method in class gurux.serial.GXSerial
 
forValue(int) - Static method in enum class gurux.serial.enums.AvailableMediaSettings
Get enumerator from integer value.

G

getAsyncWaitHandle() - Method in class gurux.serial.GXSerial
 
getAsyncWaitTime() - Method in class gurux.serial.GXSerial
 
getAvailableBaudRates(String) - Static method in class gurux.serial.GXSerial
Get baud rates supported by given serial port.
getBaudRate() - Method in class gurux.serial.GXSerial
Used baud rate for communication.
getBreakState() - Method in class gurux.serial.GXSerial
Get break state.
getBytesReceived() - Method in class gurux.serial.GXSerial
 
getBytesSent() - Method in class gurux.serial.GXSerial
 
getBytesToRead() - Method in class gurux.serial.GXSerial
Gets the number of bytes in the receive buffer.
getBytesToWrite() - Method in class gurux.serial.GXSerial
Gets the number of bytes in the send buffer.
getCDHolding() - Method in class gurux.serial.GXSerial
Gets the state of the Carrier Detect line for the port.
getConfigurableSettings() - Method in class gurux.serial.GXSerial
 
getCtsHolding() - Method in class gurux.serial.GXSerial
Gets the state of the Clear-to-Send line.
getDataBits() - Method in class gurux.serial.GXSerial
Gets the standard length of data bits per byte.
getDsrHolding() - Method in class gurux.serial.GXSerial
Gets the state of the Data Set Ready (DSR) signal.
getDtrEnable() - Method in class gurux.serial.GXSerial
Get is Data Terminal Ready (DTR) signal enabled.
getEop() - Method in class gurux.serial.GXSerial
 
getHandshake() - Method in class gurux.serial.GXSerial
Gets the handshaking protocol for serial port transmission of data.
getIsSynchronous() - Method in class gurux.serial.GXSerial
 
getMediaType() - Method in class gurux.serial.GXSerial
 
getName() - Method in class gurux.serial.GXSerial
 
getParity() - Method in class gurux.serial.GXSerial
Gets the parity-checking protocol.
getPortName() - Method in class gurux.serial.GXSerial
Gets the port for communications, including but not limited to all available COM ports.
getPortNames() - Static method in class gurux.serial.GXSerial
Gets an array of serial port names for the current computer.
getReadBufferSize() - Method in class gurux.serial.GXSerial
Gets the size of the serial port input buffer.
getReadTimeout() - Method in class gurux.serial.GXSerial
Gets the number of milliseconds before a time-out occurs when a read operation does not finish.
getReceiveDelay() - Method in class gurux.serial.GXSerial
 
getRtsEnable() - Method in class gurux.serial.GXSerial
Gets a value indicating whether the Request to Send (RTS) signal is enabled during serial communication.
getSettings() - Method in class gurux.serial.GXSerial
 
getStopBits() - Method in class gurux.serial.GXSerial
Gets the standard number of stop bits per byte.
getSynchronous() - Method in class gurux.serial.GXSerial
 
getTrace() - Method in class gurux.serial.GXSerial
 
getValue() - Method in enum class gurux.serial.enums.AvailableMediaSettings
Get enemerator's integer value.
getWriteTimeout() - Method in class gurux.serial.GXSerial
Gets the number of milliseconds before a time-out occurs when a write operation does not finish.
gurux.serial - package gurux.serial
Gurux serial component determines methods that make the communication possible using serial port.
gurux.serial.enums - package gurux.serial.enums
Gurux serial enumeration package determines enumerations that make the communication possible using serial port.
GXSerial - Class in gurux.serial
The GXSerial component determines methods that make the communication possible using serial port connection.
GXSerial() - Constructor for class gurux.serial.GXSerial
Constructor.
GXSerial(String, BaudRate, int, Parity, StopBits) - Constructor for class gurux.serial.GXSerial
Constructor.

H

HOST - Enum constant in enum class gurux.serial.enums.AvailableMediaSettings
Host Name is shown.

I

isOpen() - Method in class gurux.serial.GXSerial
 

O

open() - Method in class gurux.serial.GXSerial
 

P

PORT - Enum constant in enum class gurux.serial.enums.AvailableMediaSettings
Port number is shown.
properties(JFrame) - Method in class gurux.serial.GXSerial
 
PROTOCOL - Enum constant in enum class gurux.serial.enums.AvailableMediaSettings
Network protocol is shown.

R

receive(ReceiveParameters<T>) - Method in class gurux.serial.GXSerial
 
removeListener(IGXMediaListener) - Method in class gurux.serial.GXSerial
 
resetByteCounters() - Method in class gurux.serial.GXSerial
 
resetSynchronousBuffer() - Method in class gurux.serial.GXSerial
 

S

send(Object, String) - Method in class gurux.serial.GXSerial
 
SERVER - Enum constant in enum class gurux.serial.enums.AvailableMediaSettings
Is Server is shown.
setAsyncWaitTime(int) - Method in class gurux.serial.GXSerial
 
setBaudRate(BaudRate) - Method in class gurux.serial.GXSerial
Set new baud rate.
setBreakState(boolean) - Method in class gurux.serial.GXSerial
Set break state.
setConfigurableSettings(int) - Method in class gurux.serial.GXSerial
 
setDataBits(int) - Method in class gurux.serial.GXSerial
Sets the standard length of data bits per byte.
setDtrEnable(boolean) - Method in class gurux.serial.GXSerial
Set is Data Terminal Ready (DTR) signal enabled.
setEop(Object) - Method in class gurux.serial.GXSerial
 
setHandshake(Handshake) - Method in class gurux.serial.GXSerial
Sets the handshaking protocol for serial port transmission of data.
setParity(Parity) - Method in class gurux.serial.GXSerial
Sets the parity-checking protocol.
setPortName(String) - Method in class gurux.serial.GXSerial
Sets the port for communications, including but not limited to all available COM ports.
setReadBufferSize(int) - Method in class gurux.serial.GXSerial
Sets the size of the serial port input buffer.
setReadTimeout(int) - Method in class gurux.serial.GXSerial
Sets the number of milliseconds before a time-out occurs when a read operation does not finish.
setReceiveDelay(int) - Method in class gurux.serial.GXSerial
 
setRtsEnable(boolean) - Method in class gurux.serial.GXSerial
Sets a value indicating whether the Request to Send (RTS) signal is enabled during serial communication.
setSettings(String) - Method in class gurux.serial.GXSerial
 
setStopBits(StopBits) - Method in class gurux.serial.GXSerial
Sets the standard number of stop bits per byte.
setTrace(TraceLevel) - Method in class gurux.serial.GXSerial
 
setWriteTimeout(int) - Method in class gurux.serial.GXSerial
Sets the number of milliseconds before a time-out occurs when a write operation does not finish.

V

validate() - Method in class gurux.serial.GXSerial
 
valueOf(String) - Static method in enum class gurux.serial.enums.AvailableMediaSettings
Returns the enum constant of this class with the specified name.
values() - Static method in enum class gurux.serial.enums.AvailableMediaSettings
Returns an array containing the constants of this enum class, in the order they are declared.
A C F G H I O P R S V 
All Classes|All Packages