|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SerialAddress.DataBits | |
|---|---|
| org.apache.mina.transport.serial | |
| Uses of SerialAddress.DataBits in org.apache.mina.transport.serial |
|---|
| Methods in org.apache.mina.transport.serial that return SerialAddress.DataBits | |
|---|---|
SerialAddress.DataBits |
SerialAddress.getDataBits()
Number of data bits for each communicated bytes. |
static SerialAddress.DataBits |
SerialAddress.DataBits.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SerialAddress.DataBits[] |
SerialAddress.DataBits.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.apache.mina.transport.serial with parameters of type SerialAddress.DataBits | |
|---|---|
SerialAddress(String name,
int bauds,
SerialAddress.DataBits dataBits,
SerialAddress.StopBits stopBits,
SerialAddress.Parity parity,
SerialAddress.FlowControl flowControl)
Create an address for a serial communication, associating a serial interface and various serial signal carcteristics. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||