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:
  • Field Details

    • dwSize

      public int dwSize
      Size of the structure, in bytes.
    • address

      Address of the local Bluetooth radio.
    • szName

      public char[] szName
      Name of the local Bluetooth radio.
    • ulClassofDevice

      public int ulClassofDevice
      Class of Device for the local Bluetooth radio.
    • lmpSubversion

      public short lmpSubversion
      Manufacturer-specific subversion data.
    • manufacturer

      public short manufacturer
      Manufacturer 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 sets dwSize.