public static class MacOSXTermios.timeval
extends com.sun.jna.Structure
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.NativeLong |
tv_sec
The Tv sec.
|
com.sun.jna.NativeLong |
tv_usec
The Tv usec.
|
| Constructor and Description |
|---|
timeval(TimeVal timeout)
Instantiates a new Timeval.
|
| Modifier and Type | Method and Description |
|---|---|
protected List |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic com.sun.jna.NativeLong tv_sec
public com.sun.jna.NativeLong tv_usec
public timeval(TimeVal timeout)
timeout - the timeoutprotected List getFieldOrder()
getFieldOrder in class com.sun.jna.StructureCopyright © 2017. All rights reserved.