Interface FlirBluetoothDevice<T>

Type Parameters:
T - type of device

public interface FlirBluetoothDevice<T>
Wrapper for Bluetooth device across platforms.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get device Bluetooth address, i.e.
    Get device instance casted to a defined type.
    int
    Return the (major and minor) device class component of this device.
    int
    Return the major device class component of this device.
    Get Bluetooth device name.
  • Method Details

    • getName

      String getName()
      Get Bluetooth device name.
      Returns:
      Bluetooth device name
    • getAddress

      String getAddress()
      Get device Bluetooth address, i.e. 00:10:2E:60:C1:F8.
      Returns:
      device Bluetooth address
    • getMajorDeviceClass

      int getMajorDeviceClass()
      Return the major device class component of this device.
      Returns:
      major device class component
    • getDeviceClass

      int getDeviceClass()
      Return the (major and minor) device class component of this device.
      Returns:
      device class component
    • getDevice

      T getDevice()
      Get device instance casted to a defined type.
      Returns:
      device instance casted to a defined type