System.Bluetooth.Components.TBluetooth.ScanMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScanMode: TBluetoothScanMode read GetScanMode;

C++

__property System::Bluetooth::TBluetoothScanMode ScanMode = {read=GetScanMode, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth

Description

Scan mode state of the current adapter.

The scan mode state can be None, Connectable or Discoverable.

See Also