com.sun.squawk.platform.posix.natives
Class IoctlImpl
java.lang.Object
   com.sun.squawk.platform.posix.natives.IoctlImpl
com.sun.squawk.platform.posix.natives.IoctlImpl
- All Implemented Interfaces: 
- Library, Ioctl
- Direct Known Subclasses: 
- IoctlImpl, IoctlImpl, IoctlImpl, IoctlImpl
- public abstract class IoctlImpl 
- extends Object- implements Ioctl
 
 
 
| Method Summary | 
|  int | ioctl(int arg0,
      int arg1,
      int arg2)Perform IO control operation
 requeston devicefd. | 
|  int | ioctl(int arg0,
      int arg1,
      IntByReference arg2)Perform IO control operation
 requeston devicefd. | 
|  int | ioctl(int arg0,
      int arg1,
      int arg2,
      int arg3)Perorm IO control operation
 requeston devicefd. | 
|  int | ioctl(int arg0,
      int arg1,
      int arg2,
      int arg3,
      int arg4)Perorm IO control operation
 requeston devicefd. | 
 
 
 
IoctlImpl
public IoctlImpl()
ioctl
public int ioctl(int arg0,
                 int arg1,
                 int arg2,
                 int arg3,
                 int arg4)
- Description copied from interface: Ioctl
- Perorm IO control operation requeston devicefd.
 
- 
- Specified by:
- ioctlin interface- Ioctl
 
- 
- Parameters:
- arg0- an open file descriptor
- arg1- am encded value containing the requested operation and the arguments
- Returns:
- -1 on error
 
ioctl
public int ioctl(int arg0,
                 int arg1,
                 IntByReference arg2)
- Description copied from interface: Ioctl
- Perform IO control operation requeston devicefd.
 
- 
- Specified by:
- ioctlin interface- Ioctl
 
- 
- Parameters:
- arg0- an open file descriptor
- arg1- am encded value containing the requested operation and the arguments
- arg2- pointer to int
- Returns:
- -1 on error
 
ioctl
public int ioctl(int arg0,
                 int arg1,
                 int arg2,
                 int arg3)
- Description copied from interface: Ioctl
- Perorm IO control operation requeston devicefd.
 
- 
- Specified by:
- ioctlin interface- Ioctl
 
- 
- Parameters:
- arg0- an open file descriptor
- arg1- am encded value containing the requested operation and the arguments
- Returns:
- -1 on error
 
ioctl
public int ioctl(int arg0,
                 int arg1,
                 int arg2)
- Description copied from interface: Ioctl
- Perform IO control operation requeston devicefd.
 
- 
- Specified by:
- ioctlin interface- Ioctl
 
- 
- Parameters:
- arg0- an open file descriptor
- arg1- am encded value containing the requested operation and the arguments
- Returns:
- -1 on error
 
"For updated information see the Java FRC site"