"

2013 FRC Java API

"

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

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

public class WindowsImpl
extends Object
implements Windows


Field Summary
 
Fields inherited from interface com.sun.squawk.platform.windows.natives.Windows
INSTANCE
 
Constructor Summary
WindowsImpl()
           
 
Method Summary
 int initConstInt(int index)
           
 int WSAGetLastError()
          Gets the value of the last windows socket error.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsImpl

public WindowsImpl()
Method Detail

initConstInt

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

WSAGetLastError

public int WSAGetLastError()
Description copied from interface: Windows
Gets the value of the last windows socket error. Only valid after certain system calls, and only if the system call failed in some way.

Specified by:
WSAGetLastError in interface Windows
Returns:
typically a positive number

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"