Class BluetoothApis.BLUETOOTH_RADIO_INFO
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.BluetoothApis.BLUETOOTH_RADIO_INFO
- Enclosing interface:
BluetoothApis
@FieldOrder({"dwSize","address","szName","ulClassofDevice","lmpSubversion","manufacturer"})
public static class BluetoothApis.BLUETOOTH_RADIO_INFO
extends Structure
The
BLUETOOTH_RADIO_INFO structure contains information about a Bluetooth radio.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField -
Field Summary
FieldsModifier and TypeFieldDescriptionAddress of the local Bluetooth radio.intSize of the structure, in bytes.shortManufacturer-specific subversion data.shortManufacturer of the Bluetooth radio, expressed as a BTH_MFG_Xxx value.char[]Name of the local Bluetooth radio.intClass of Device for the local Bluetooth radio.Fields 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
-
dwSize
public int dwSizeSize of the structure, in bytes. -
address
Address of the local Bluetooth radio. -
szName
public char[] szNameName of the local Bluetooth radio. -
ulClassofDevice
public int ulClassofDeviceClass of Device for the local Bluetooth radio. -
lmpSubversion
public short lmpSubversionManufacturer-specific subversion data. -
manufacturer
public short manufacturerManufacturer of the Bluetooth radio, expressed as a BTH_MFG_Xxx value.
-
-
Constructor Details
-
BLUETOOTH_RADIO_INFO
public BLUETOOTH_RADIO_INFO()Creates a new instance and setsdwSize.
-