Class WlanApi.WLAN_INTERFACE_INFO
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WlanApi.WLAN_INTERFACE_INFO
- Enclosing interface:
WlanApi
@FieldOrder({"InterfaceGuid","strInterfaceDescription","isState"})
public static class WlanApi.WLAN_INTERFACE_INFO
extends Structure
Sruct WLAN_INTERFACE_INFO defines the basic information for an interface.
- Author:
- Eran Leshem
-
Nested Class Summary
Nested classes/interfaces inherited from class Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField -
Field Summary
FieldsFields inherited from class Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Structure
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
-
Field Details
-
InterfaceGuid
-
strInterfaceDescription
public char[] strInterfaceDescription -
isState
public int isStateSeeWlanApi.WLAN_INTERFACE_STATEfor possible values
-
-
Constructor Details
-
WLAN_INTERFACE_INFO
public WLAN_INTERFACE_INFO()
-