System.Bluetooth.TBluetoothGattDeviceList.Create

提供: RAD Studio API Documentation
移動先: 案内検索

C++

/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothGattDeviceList()/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothLEDevice*>() { }
/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothGattDeviceList(bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothLEDevice*>(AOwnsObjects) { }
/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothGattDeviceList(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<TBluetoothLEDevice*> > AComparer, bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothLEDevice*>(AComparer, AOwnsObjects) { }
/* {System_Generics_Collections}TObjectList<System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothGattDeviceList(System::Generics::Collections::TEnumerable__1<TBluetoothLEDevice*>* const Collection, bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothLEDevice*>(Collection, AOwnsObjects) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothGattDeviceList(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<TBluetoothLEDevice*> > AComparer)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothLEDevice*>(AComparer) { }
/* {System_Generics_Collections}TList<System_Bluetooth_TBluetoothLEDevice>.Create */ inline __fastcall TBluetoothGattDeviceList(System::Generics::Collections::TEnumerable__1<TBluetoothLEDevice*>* const Collection)/* overload */ : System::Generics::Collections::TObjectList__1<TBluetoothLEDevice*>(Collection) { }

プロパティ

種類 可視性 ソース ユニット
constructor public System.Bluetooth.hpp System.Bluetooth TBluetoothGattDeviceList


説明

TBluetoothGattDeviceList のインスタンスを作成します。

関連項目