public interface CLibrary
extends com.sun.jna.Library
Modifier and Type | Interface and Description |
---|---|
static class |
CLibrary.termios |
static class |
CLibrary.winsize |
Modifier and Type | Field and Description |
---|---|
static int |
B0 |
static int |
B110 |
static int |
B1200 |
static int |
B134 |
static int |
B150 |
static int |
B1800 |
static int |
B19200 |
static int |
B200 |
static int |
B2400 |
static int |
B300 |
static int |
B38400 |
static int |
B4800 |
static int |
B50 |
static int |
B600 |
static int |
B75 |
static int |
B9600 |
static int |
BRKINT |
static int |
BS0 |
static int |
BS1 |
static int |
BSDLY |
static int |
CBAUD |
static int |
CLOCAL |
static int |
CR0 |
static int |
CR1 |
static int |
CR2 |
static int |
CR3 |
static int |
CRDLY |
static int |
CREAD |
static int |
CS5 |
static int |
CS6 |
static int |
CS7 |
static int |
CS8 |
static int |
CSIZE |
static int |
CSTOPB |
static int |
ECHO |
static int |
ECHOCTL |
static int |
ECHOE |
static int |
ECHOK |
static int |
ECHOKE |
static int |
ECHONL |
static int |
ECHOPRT |
static int |
EXTA |
static int |
EXTB |
static int |
EXTPROC |
static int |
FF0 |
static int |
FF1 |
static int |
FFDLY |
static int |
FLUSHO |
static int |
HUPCL |
static int |
ICANON |
static int |
ICRNL |
static int |
IEXTEN |
static int |
IGNBRK |
static int |
IGNCR |
static int |
IGNPAR |
static int |
IMAXBEL |
static int |
INLCR |
static int |
INPCK |
static int |
ISIG |
static int |
ISTRIP |
static int |
IUCLC |
static int |
IUTF8 |
static int |
IXANY |
static int |
IXOFF |
static int |
IXON |
static int |
NL0 |
static int |
NL1 |
static int |
NLDLY |
static int |
NOFLSH |
static int |
OCRNL |
static int |
OFDEL |
static int |
OFILL |
static int |
OLCUC |
static int |
ONLCR |
static int |
ONLRET |
static int |
ONOCR |
static int |
OPOST |
static int |
PARENB |
static int |
PARMRK |
static int |
PARODD |
static int |
PENDIN |
static int |
TAB0 |
static int |
TAB1 |
static int |
TAB2 |
static int |
TAB3 |
static int |
TABDLY |
static int |
TCSADRAIN |
static int |
TCSAFLUSH |
static int |
TCSANOW |
static long |
TIOCGWINSZ |
static long |
TIOCSWINSZ |
static int |
TOSTOP |
static int |
VDISCARD |
static int |
VDSUSP |
static int |
VEOF |
static int |
VEOL |
static int |
VEOL2 |
static int |
VERASE |
static int |
VINTR |
static int |
VKILL |
static int |
VLNEXT |
static int |
VMAX |
static int |
VMIN |
static int |
VQUIT |
static int |
VREPRINT |
static int |
VSTART |
static int |
VSTOP |
static int |
VSUSP |
static int |
VSWTC |
static int |
VT0 |
static int |
VT1 |
static int |
VTDLY |
static int |
VTIME |
static int |
VWERASE |
static int |
XCASE |
static int |
XTABS |
Modifier and Type | Method and Description |
---|---|
void |
ioctl(int fd,
long cmd,
CLibrary.winsize data) |
void |
openpty(int[] master,
int[] slave,
byte[] name,
CLibrary.termios t,
CLibrary.winsize s) |
void |
tcgetattr(int fd,
CLibrary.termios termios) |
void |
tcsetattr(int fd,
int cmd,
CLibrary.termios termios) |
void |
ttyname_r(int fd,
byte[] buf,
int len) |
static final long TIOCGWINSZ
static final long TIOCSWINSZ
static final int VINTR
static final int VQUIT
static final int VERASE
static final int VKILL
static final int VEOF
static final int VEOL
static final int VEOL2
static final int VTIME
static final int VSWTC
static final int VSTART
static final int VSTOP
static final int VSUSP
static final int VDSUSP
static final int VREPRINT
static final int VDISCARD
static final int VWERASE
static final int VLNEXT
static final int VMIN
static final int VMAX
static final int IGNBRK
static final int BRKINT
static final int IGNPAR
static final int PARMRK
static final int INPCK
static final int ISTRIP
static final int INLCR
static final int IGNCR
static final int ICRNL
static final int IUCLC
static final int IXON
static final int IXANY
static final int IXOFF
static final int IMAXBEL
static final int IUTF8
static final int OPOST
static final int OLCUC
static final int ONLCR
static final int OCRNL
static final int ONOCR
static final int ONLRET
static final int OFILL
static final int OFDEL
static final int NLDLY
static final int NL0
static final int NL1
static final int CRDLY
static final int CR0
static final int CR1
static final int CR2
static final int CR3
static final int TABDLY
static final int TAB0
static final int TAB1
static final int TAB2
static final int TAB3
static final int XTABS
static final int BSDLY
static final int BS0
static final int BS1
static final int VTDLY
static final int VT0
static final int VT1
static final int FFDLY
static final int FF0
static final int FF1
static final int CBAUD
static final int B0
static final int B50
static final int B75
static final int B110
static final int B134
static final int B150
static final int B200
static final int B300
static final int B600
static final int B1200
static final int B1800
static final int B2400
static final int B4800
static final int B9600
static final int B19200
static final int B38400
static final int EXTA
static final int EXTB
static final int CSIZE
static final int CS5
static final int CS6
static final int CS7
static final int CS8
static final int CSTOPB
static final int CREAD
static final int PARENB
static final int PARODD
static final int HUPCL
static final int CLOCAL
static final int ISIG
static final int ICANON
static final int XCASE
static final int ECHO
static final int ECHOE
static final int ECHOK
static final int ECHONL
static final int NOFLSH
static final int TOSTOP
static final int ECHOCTL
static final int ECHOPRT
static final int ECHOKE
static final int FLUSHO
static final int PENDIN
static final int IEXTEN
static final int EXTPROC
static final int TCSANOW
static final int TCSADRAIN
static final int TCSAFLUSH
void tcgetattr(int fd, CLibrary.termios termios) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
void tcsetattr(int fd, int cmd, CLibrary.termios termios) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
void ioctl(int fd, long cmd, CLibrary.winsize data) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
void ttyname_r(int fd, byte[] buf, int len) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
void openpty(int[] master, int[] slave, byte[] name, CLibrary.termios t, CLibrary.winsize s) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
Copyright © 2018. All rights reserved.