public final class timeval
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
timeval() |
|
timeval(long tv_sec,
int tv_usec) |
protected |
timeval(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
setTv_sec(long value)
seconds
|
void |
setTv_usec(int value)
and microseconds
|
long |
tv_sec()
seconds
|
int |
tv_usec()
and microseconds
|