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 |
CIGNORE |
static int |
CLOCAL |
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 |
EXTPROC |
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 |
IXANY |
static int |
IXOFF |
static int |
IXON |
static int |
NOFLSH |
static int |
OCRNL |
static int |
ONLCR |
static int |
ONLRET |
static int |
ONOEOT |
static int |
OPOST |
static int |
PARENB |
static int |
PARMRK |
static int |
PARODD |
static int |
PENDIN |
static int |
TAB0 |
static int |
TAB3 |
static int |
TABDLY |
static int |
TCSADRAIN |
static int |
TCSAFLUSH |
static int |
TCSANOW |
static int |
TIOCGWINSZ |
static int |
TIOCSWINSZ |
static int |
TOSTOP |
static int |
VDISCARD |
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 |
VSTOP |
static int |
VSUSP |
static int |
VSWTC |
static int |
VTIME |
static int |
VWERASE |
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 int TIOCGWINSZ
static final int TIOCSWINSZ
static final int VINTR
static final int VQUIT
static final int VERASE
static final int VKILL
static final int VEOF
static final int VTIME
static final int VMIN
static final int VSWTC
static final int VSTART
static final int VSTOP
static final int VSUSP
static final int VEOL
static final int VREPRINT
static final int VDISCARD
static final int VWERASE
static final int VLNEXT
static final int VEOL2
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 OPOST
static final int ONLCR
static final int TABDLY
static final int TAB0
static final int TAB3
static final int ONOEOT
static final int OCRNL
static final int ONLRET
static final int CIGNORE
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 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 PENDIN
static final int NOFLSH
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 © 2019. All rights reserved.