API:System.Bluetooth.TBluetoothGattServiceList.Create

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

C++

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

プロパティ

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。