System.Bluetooth.Components.TBluetooth.ConnectionState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectionState: TBluetoothConnectionState read GetConnectionState;

C++

__property System::Bluetooth::TBluetoothConnectionState ConnectionState = {read=GetConnectionState, nodefault};

Properties

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

Description

Current adapter state (Connected or Disconnected).

See Also