"

2013 FRC Java API

"

com.sun.squawk.platform.windows.natives
Class SelectImpl

java.lang.Object
  extended by com.sun.squawk.platform.windows.natives.SelectImpl
All Implemented Interfaces:
Library, Select

public class SelectImpl
extends Object
implements Select


Field Summary
static int fd_set_SIZEOF
           
static int FD_SETSIZE
           
 
Fields inherited from interface com.sun.squawk.platform.windows.natives.Select
INSTANCE
 
Constructor Summary
SelectImpl()
           
 
Method Summary
 void FD_CLR(int arg0, Pointer arg1)
          removes fd from fdset
 boolean FD_ISSET(int arg0, Pointer arg1)
          is non-zero if fd is a member of fd_set, zero otherwise.
 void FD_SET(int arg0, Pointer arg1)
          includes a particular descriptor fd in fdset.
 int initConstInt(int index)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FD_SETSIZE

public static final int FD_SETSIZE
See Also:
Constant Field Values

fd_set_SIZEOF

public static final int fd_set_SIZEOF
See Also:
Constant Field Values
Constructor Detail

SelectImpl

public SelectImpl()
Method Detail

initConstInt

public int initConstInt(int index)
Specified by:
initConstInt in interface Library

FD_ISSET

public boolean FD_ISSET(int arg0,
                        Pointer arg1)
Description copied from interface: Select
is non-zero if fd is a member of fd_set, zero otherwise.

Specified by:
FD_ISSET in interface Select
Returns:

FD_CLR

public void FD_CLR(int arg0,
                   Pointer arg1)
Description copied from interface: Select
removes fd from fdset

Specified by:
FD_CLR in interface Select

FD_SET

public void FD_SET(int arg0,
                   Pointer arg1)
Description copied from interface: Select
includes a particular descriptor fd in fdset.

Specified by:
FD_SET in interface Select

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"