| Method Summary | 
|  int | ioctl(int fd,
      int request,
      int i1)Perform IO control operation
 requeston devicefd. | 
|  int | ioctl(int fd,
      int request,
      IntByReference p1)Perform IO control operation
 requeston devicefd. | 
|  int | ioctl(int fd,
      int request,
      int i1,
      int i2)Perorm IO control operation
 requeston devicefd. | 
|  int | ioctl(int fd,
      int request,
      int i1,
      int i2,
      int i3)Perorm IO control operation
 requeston devicefd. | 
 
 
INSTANCE
static final Ioctl INSTANCE
FIOCLEX
static final int FIOCLEX
FIONCLEX
static final int FIONCLEX
FIONREAD
static final int FIONREAD
FIONBIO
static final int FIONBIO
FIOASYNC
static final int FIOASYNC
FIOSETOWN
static final int FIOSETOWN
FIOGETOWN
static final int FIOGETOWN
ioctl
int ioctl(int fd,
          int request,
          int i1)
- Perform IO control operation requeston devicefd.
 
- 
 
- 
- Parameters:
- fd- an open file descriptor
- request- am encded value containing the requested operation and the arguments
- i1-
- Returns:
- -1 on error
 
ioctl
int ioctl(int fd,
          int request,
          IntByReference p1)
- Perform IO control operation requeston devicefd.
 
- 
 
- 
- Parameters:
- fd- an open file descriptor
- request- am encded value containing the requested operation and the arguments
- p1- pointer to int
- Returns:
- -1 on error
 
ioctl
int ioctl(int fd,
          int request,
          int i1,
          int i2)
- Perorm IO control operation requeston devicefd.
 
- 
 
- 
- Parameters:
- fd- an open file descriptor
- request- am encded value containing the requested operation and the arguments
- i1-
- i2-
- Returns:
- -1 on error
 
ioctl
int ioctl(int fd,
          int request,
          int i1,
          int i2,
          int i3)
- Perorm IO control operation requeston devicefd.
 
- 
 
- 
- Parameters:
- fd- an open file descriptor
- request- am encded value containing the requested operation and the arguments
- i1-
- i2-
- i3-
- Returns:
- -1 on error
 
"For updated information see the Java FRC site"