| Package | Description |
|---|---|
| com.embeddedunveiled.serial |
Encapsulates behavior and environment centered around serial port communication.
|
| com.embeddedunveiled.serial.bluetooth |
Encapsulates behavior and environment centered around serial port communication
involving use of Bluetooth radio and bluetooth stack.
|
| com.embeddedunveiled.serial.comdb |
Encapsulates behavior and environment centered around releasing the COM port number
assigned by operating system to a plug-and-play serial port.
|
| com.embeddedunveiled.serial.hid |
Encapsulates behavior and environment centered around communication with human
interface devices (HID class devices).
|
| com.embeddedunveiled.serial.internal |
Encapsulates behavior and environment required for internal use of this library
in a consolidated way.
|
| com.embeddedunveiled.serial.mapper |
Encapsulates behavior and environment centered around mapping alias to a serial port.
|
| com.embeddedunveiled.serial.usb |
Encapsulates behavior and environment centered around serial port communication
involving use of USB port and USB services.
|
| com.embeddedunveiled.serial.vendor |
Encapsulates behavior and environment centered around serial port communication
using device vendor supplied libraries and drivers for their hardware devices.
|
| Class and Description |
|---|
| ISerialComDataListener
The interface ISerialComDataListener should be implemented by class who wish to
receive data from serial port.
|
| ISerialComEventListener
The interface ISerialComEventListener should be implemented by class who wish to
receive modem/line events on serial port.
|
| ISerialComUSBHotPlugListener
The interface ISerialComUSBHotPlugListener need to be implemented by class who wish to get notified
whenever a specified USB device is added to the system or removed from the system.
|
| ISerialComXmodemProgress
The interface ISerialComXmodemProgress should be implemented by class who wish to
know how many blocks have been sent or received using xmodem protocol.
|
| SerialComException
Limit the scope of exceptions in context of serial port communication only.
|
| SerialComInByteStream
Represents an input stream of bytes which is received from serial port.
|
| SerialComIOCTLExecutor
It provide access to UART registers in the chip for example for reading the value at a particular
port latch.
|
| SerialComLineEvent
Encapsulate events that happens on serial port control lines.
|
| SerialComLoadException
This exception is thrown if native shared library extraction sub-system encounter any error.
|
| SerialComManager
Root of this library.
|
| SerialComManager.BAUDRATE
Pre-defined enum constants for baud rate values.
|
| SerialComManager.DATABITS
Pre-defined enum constants for number of data bits in a serial frame.
|
| SerialComManager.ENDIAN
Pre-defined enum constants for defining endianness of data to be sent over serial port.
|
| SerialComManager.FLOWCONTROL
Pre-defined enum constants for controlling data flow between DTE and DCE.
|
| SerialComManager.FTPPROTO
Pre-defined enum constants for defining file transfer protocol to use.
|
| SerialComManager.FTPVAR
Pre-defined enum constants for defining variant of file transfer protocol to use.
|
| SerialComManager.NUMOFBYTES
Pre-defined enum constants for defining number of bytes given data can be represented in.
|
| SerialComManager.PARITY
Pre-defined enum constants for enabling type of parity in a serial frame.
|
| SerialComManager.SMODE
Pre-defined enum constants for defining behavior of byte stream.
|
| SerialComManager.STOPBITS
Pre-defined enum constants for number of stop bits in a serial frame.
|
| SerialComOutByteStream
Represents an output stream of bytes that gets sent over to serial port for transmission.
|
| SerialComTimeOutException
Exception thrown when a blocking operation times out.
|
| SerialComUnexpectedException
Exception thrown in situation which was not supposed to happen.
|
| SerialComXModemAbort
Acts as a messenger between application and SCM library to specify
whether sending/receiving file should continue or be aborted.
|
| Class and Description |
|---|
| SerialComException
Limit the scope of exceptions in context of serial port communication only.
|
| Class and Description |
|---|
| SerialComException
Limit the scope of exceptions in context of serial port communication only.
|
| Class and Description |
|---|
| SerialComException
Limit the scope of exceptions in context of serial port communication only.
|
| Class and Description |
|---|
| ISerialComDataListener
The interface ISerialComDataListener should be implemented by class who wish to
receive data from serial port.
|
| ISerialComEventListener
The interface ISerialComEventListener should be implemented by class who wish to
receive modem/line events on serial port.
|
| ISerialComUSBHotPlugListener
The interface ISerialComUSBHotPlugListener need to be implemented by class who wish to get notified
whenever a specified USB device is added to the system or removed from the system.
|
| SerialComException
Limit the scope of exceptions in context of serial port communication only.
|
| SerialComInByteStream
Represents an input stream of bytes which is received from serial port.
|
| SerialComLoadException
This exception is thrown if native shared library extraction sub-system encounter any error.
|
| SerialComOutByteStream
Represents an output stream of bytes that gets sent over to serial port for transmission.
|
| SerialComUnexpectedException
Exception thrown in situation which was not supposed to happen.
|
| Class and Description |
|---|
| SerialComException
Limit the scope of exceptions in context of serial port communication only.
|
| Class and Description |
|---|
| SerialComException
Limit the scope of exceptions in context of serial port communication only.
|
| Class and Description |
|---|
| SerialComException
Limit the scope of exceptions in context of serial port communication only.
|
| SerialComLoadException
This exception is thrown if native shared library extraction sub-system encounter any error.
|
| SerialComUnexpectedException
Exception thrown in situation which was not supposed to happen.
|
Copyright © 2016. All rights reserved.