System.Bluetooth.Components.TBluetooth.State
Delphi
function State(const ADevice: TBluetoothDevice): TBluetoothDeviceState;
C++
System::Bluetooth::TBluetoothDeviceState __fastcall State(System::Bluetooth::TBluetoothDevice* const ADevice);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | TBluetooth |
説明
ADevice の状態を返します。
この状態は、None、Paired、Connected のいずれかです。