"

2013 FRC Java API

"

com.sun.squawk.platform.posix.natives
Class Time.timeval

java.lang.Object
  extended by com.sun.cldc.jna.Structure
      extended by com.sun.squawk.platform.posix.natives.TimeImpl.timevalImpl
          extended by com.sun.squawk.platform.posix.natives.Time.timeval
Enclosing interface:
Time

public static final class Time.timeval
extends TimeImpl.timevalImpl

struct timeval { time_t tv_sec; // seconds since Jan. 1, 1970 suseconds_t tv_usec; // and microseconds };


Field Summary
 long tv_sec
           
 long tv_usec
           
 
Fields inherited from class com.sun.cldc.jna.Structure
backingNativeMemory, NULL
 
Constructor Summary
Time.timeval()
           
 
Method Summary
 
Methods inherited from class com.sun.squawk.platform.posix.natives.TimeImpl.timevalImpl
read, size, write
 
Methods inherited from class com.sun.cldc.jna.Structure
allocateMemory, allocateMemory, clear, freeMemory, getPointer, release, toString, useMemory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tv_sec

public long tv_sec

tv_usec

public long tv_usec
Constructor Detail

Time.timeval

public Time.timeval()

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"