public final class mach_timespec
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
mach_timespec() |
|
mach_timespec(int tv_sec,
int tv_nsec) |
protected |
mach_timespec(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
setTv_nsec(int value)
nanoseconds
|
void |
setTv_sec(int value)
seconds
|
int |
tv_nsec()
nanoseconds
|
int |
tv_sec()
seconds
|