| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.cldc.jna.Structure
com.sun.squawk.platform.windows.natives.TimeImpl.timevalImpl
com.sun.squawk.platform.windows.natives.Time.timeval
public static final class Time.timeval
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.windows.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 | 
|---|
public long tv_sec
public long tv_usec
| Constructor Detail | 
|---|
public Time.timeval()
| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||