@Structure.FieldOrder(value={"dwRtoAlgorithm","dwRtoMin","dwRtoMax","dwMaxConn","dwActiveOpens","dwPassiveOpens","dwAttemptFails","dwEstabResets","dwCurrEstab","dwInSegs","dwOutSegs","dwRetransSegs","dwInErrs","dwOutRsts","dwNumConns"}) public static class IPHlpAPI.MIB_TCPSTATS extends Structure
In the Windows SDK, the version of the structure for use on Windows Vista and
later is defined as MIB_TCPSTATS_LH
. In the Windows SDK, the version
of this structure to be used on earlier systems including Windows 2000 and
later is defined as MIB_TCPSTATS_W2K
.
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
Modifier and Type | Field and Description |
---|---|
int |
dwActiveOpens |
int |
dwAttemptFails |
int |
dwCurrEstab |
int |
dwEstabResets |
int |
dwInErrs |
int |
dwInSegs |
int |
dwMaxConn |
int |
dwNumConns |
int |
dwOutRsts |
int |
dwOutSegs |
int |
dwPassiveOpens |
int |
dwRetransSegs |
int |
dwRtoAlgorithm |
int |
dwRtoMax |
int |
dwRtoMin |
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor and Description |
---|
MIB_TCPSTATS() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public int dwRtoAlgorithm
public int dwRtoMin
public int dwRtoMax
public int dwMaxConn
public int dwActiveOpens
public int dwPassiveOpens
public int dwAttemptFails
public int dwEstabResets
public int dwCurrEstab
public int dwInSegs
public int dwOutSegs
public int dwRetransSegs
public int dwInErrs
public int dwOutRsts
public int dwNumConns