| Package | Description |
|---|---|
| com.sparetimelabs.serial.termios | |
| com.sparetimelabs.serial.termios.impl |
| Modifier and Type | Method and Description |
|---|---|
static int |
JTermios.select(int n,
JTermios.FDSet read,
JTermios.FDSet write,
JTermios.FDSet error,
TimeVal timeout)
Unlike Linux select this does not modify 'timeout' so it can be re-used.
|
int |
JTermios.JTermiosInterface.select(int n,
JTermios.FDSet read,
JTermios.FDSet write,
JTermios.FDSet error,
TimeVal timeout)
Select int.
|
| Modifier and Type | Method and Description |
|---|---|
int |
WindowsTermios.select(int n,
JTermios.FDSet readfds,
JTermios.FDSet writefds,
JTermios.FDSet exceptfds,
TimeVal timeout) |
int |
SolarisTermios.select(int nfds,
JTermios.FDSet rfds,
JTermios.FDSet wfds,
JTermios.FDSet efds,
TimeVal timeout) |
int |
MacOSXTermios.select(int nfds,
JTermios.FDSet rfds,
JTermios.FDSet wfds,
JTermios.FDSet efds,
TimeVal timeout) |
int |
LinuxTermios.select(int nfds,
JTermios.FDSet rfds,
JTermios.FDSet wfds,
JTermios.FDSet efds,
TimeVal timeout) |
int |
FreeBSDTermios.select(int nfds,
JTermios.FDSet rfds,
JTermios.FDSet wfds,
JTermios.FDSet efds,
TimeVal timeout) |
| Constructor and Description |
|---|
timeval(TimeVal timeout)
Instantiates a new Timeval.
|
timeval(TimeVal timeout)
Instantiates a new Timeval.
|
timeval(TimeVal timeout)
Instantiates a new Timeval.
|
timeval(TimeVal timeout)
Instantiates a new Timeval.
|
Copyright © 2017. All rights reserved.