Modifier and Type | Field and Description |
---|---|
public static final CapturableState | |
public static final CapturableState | |
private final boolean | |
public static final StructLayout | |
private final ValueLayout | |
private final int | |
private final String | |
public static final CapturableState |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static CapturableState | |
public boolean | |
public ValueLayout | |
public int | |
public String | |
private static Stream | |
public static CapturableState | |
public static CapturableState[] |
ERRNO | back to summary |
---|---|
public static final CapturableState ERRNO |
GET_LAST_ERROR | back to summary |
---|---|
public static final CapturableState GET_LAST_ERROR |
isSupported | back to summary |
---|---|
private final boolean isSupported |
LAYOUT | back to summary |
---|---|
public static final StructLayout LAYOUT |
layout | back to summary |
---|---|
private final ValueLayout layout |
mask | back to summary |
---|---|
private final int mask |
stateName | back to summary |
---|---|
private final String stateName |
WSA_GET_LAST_ERROR | back to summary |
---|---|
public static final CapturableState WSA_GET_LAST_ERROR |
CapturableState | back to summary |
---|---|
private CapturableState(String stateName, ValueLayout layout, int mask, boolean isSupported) |
forName | back to summary |
---|---|
public static CapturableState forName(String name) |
isSupported | back to summary |
---|---|
public boolean isSupported() |
layout | back to summary |
---|---|
public ValueLayout layout() |
mask | back to summary |
---|---|
public int mask() |
stateName | back to summary |
---|---|
public String stateName() |
supportedStates | back to summary |
---|---|
private static Stream |
valueOf | back to summary |
---|---|
public static CapturableState valueOf(String name) |
values | back to summary |
---|---|
public static CapturableState[] values() |