System.Bluetooth.TBluetoothLEDevice

From RAD Studio API Documentation
Jump to: navigation, search

System.Bluetooth.TBluetoothCustomDeviceSystem.TObjectTBluetoothLEDevice

Delphi

TBluetoothLEDevice = class(TBluetoothCustomDevice)

C++

class PASCALIMPLEMENTATION TBluetoothLEDevice : public TBluetoothCustomDevice

Properties

Type Visibility Source Unit Parent
class public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth

Description

Represents a remote device that supports Bluetooth Low Energy.

You can use an instance of TBluetoothLEDevice to:

To obtain an instance of TBluetoothLEDevice, use the StartDiscovery method or the LastDiscoveredDevices property of a manager.

See Also