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 |
ALTWERASE |
static int |
BRKINT |
static int |
BSDLY |
static int |
CCAR_OFLOW |
static int |
CCTS_OFLOW |
static int |
CDSR_OFLOW |
static int |
CDTR_IFLOW |
static int |
CIGNORE |
static int |
CLOCAL |
static int |
CRDLY |
static int |
CREAD |
static int |
CRTS_IFLOW |
static int |
CS5 |
static int |
CS6 |
static int |
CS7 |
static int |
CS8 |
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 |
EXTPROC |
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 |
IUTF8 |
static int |
IXANY |
static int |
IXOFF |
static int |
IXON |
static int |
NLDLY |
static int |
NOFLSH |
static int |
NOKERNINFO |
static int |
OCRNL |
static int |
OFDEL |
static int |
OFILL |
static int |
ONLCR |
static int |
ONLRET |
static int |
ONOCR |
static int |
ONOEOT |
static int |
OPOST |
static int |
OXTABS |
static int |
PARENB |
static int |
PARMRK |
static int |
PARODD |
static int |
PENDIN |
static int |
TABDLY |
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 |
VMIN |
static int |
VQUIT |
static int |
VREPRINT |
static int |
VSTART |
static int |
VSTATUS |
static int |
VSTOP |
static int |
VSUSP |
static int |
VTDLY |
static int |
VTIME |
static int |
VWERASE |
Modifier and Type | Method and Description |
---|---|
void |
ioctl(int fd,
com.sun.jna.NativeLong 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 TCSANOW
static final int VEOF
static final int VEOL
static final int VEOL2
static final int VERASE
static final int VWERASE
static final int VKILL
static final int VREPRINT
static final int VINTR
static final int VQUIT
static final int VSUSP
static final int VDSUSP
static final int VSTART
static final int VSTOP
static final int VLNEXT
static final int VDISCARD
static final int VMIN
static final int VTIME
static final int VSTATUS
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 IXON
static final int IXOFF
static final int IXANY
static final int IMAXBEL
static final int IUTF8
static final int OPOST
static final int ONLCR
static final int OXTABS
static final int ONOEOT
static final int OCRNL
static final int ONOCR
static final int ONLRET
static final int OFILL
static final int NLDLY
static final int TABDLY
static final int CRDLY
static final int FFDLY
static final int BSDLY
static final int VTDLY
static final int OFDEL
static final int CIGNORE
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 CCTS_OFLOW
static final int CRTS_IFLOW
static final int CDTR_IFLOW
static final int CDSR_OFLOW
static final int CCAR_OFLOW
static final int ECHOKE
static final int ECHOE
static final int ECHOK
static final int ECHO
static final int ECHONL
static final int ECHOPRT
static final int ECHOCTL
static final int ISIG
static final int ICANON
static final int ALTWERASE
static final int IEXTEN
static final int EXTPROC
static final int TOSTOP
static final int FLUSHO
static final int NOKERNINFO
static final int PENDIN
static final int NOFLSH
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, com.sun.jna.NativeLong 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 © 2017. All rights reserved.