jtux
Class UFile.s_pollfd

java.lang.Object
  extended by jtux.UFile.s_pollfd
Enclosing class:
UFile

public static class UFile.s_pollfd
extends java.lang.Object

Java version of C struct pollfd.

Click here for Posix/SUS C API.


Field Summary
 short events
           
 int fd
           
 short revents
           
 
Constructor Summary
UFile.s_pollfd()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fd

public int fd

events

public short events

revents

public short revents
Constructor Detail

UFile.s_pollfd

public UFile.s_pollfd()