com.sun.jna.Library
public static interface LinuxNativePty.UtilLibrary
extends com.sun.jna.Library
Modifier and Type | Field | Description |
---|---|---|
static LinuxNativePty.UtilLibrary |
INSTANCE |
Modifier and Type | Method | Description |
---|---|---|
void |
openpty(int[] master,
int[] slave,
byte[] name,
CLibrary.termios t,
CLibrary.winsize s) |
static final LinuxNativePty.UtilLibrary INSTANCE
void openpty(int[] master, int[] slave, byte[] name, CLibrary.termios t, CLibrary.winsize s) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
Copyright © 2020. All rights reserved.