System.Bluetooth.TScanResponse.Create

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

C++

/* {System_Generics_Collections}TDictionary<System_Bluetooth_TScanResponseKey,System_TArray<System_Byte>>.Create */ inline __fastcall TScanResponse()/* overload */ : System::Generics::Collections::TDictionary__2<TScanResponseKey,System::DynamicArray<System::Byte> >() { }
/* {System_Generics_Collections}TDictionary<System_Bluetooth_TScanResponseKey,System_TArray<System_Byte>>.Create */ inline __fastcall TScanResponse(int ACapacity)/* overload */ : System::Generics::Collections::TDictionary__2<TScanResponseKey,System::DynamicArray<System::Byte> >(ACapacity) { }
/* {System_Generics_Collections}TDictionary<System_Bluetooth_TScanResponseKey,System_TArray<System_Byte>>.Create */ inline __fastcall TScanResponse(const System::DelphiInterface<System::Generics::Defaults::IEqualityComparer__1<TScanResponseKey> > AComparer)/* overload */ : System::Generics::Collections::TDictionary__2<TScanResponseKey,System::DynamicArray<System::Byte> >(AComparer) { }
/* {System_Generics_Collections}TDictionary<System_Bluetooth_TScanResponseKey,System_TArray<System_Byte>>.Create */ inline __fastcall TScanResponse(int ACapacity, const System::DelphiInterface<System::Generics::Defaults::IEqualityComparer__1<TScanResponseKey> > AComparer)/* overload */ : System::Generics::Collections::TDictionary__2<TScanResponseKey,System::DynamicArray<System::Byte> >(ACapacity, AComparer) { }
/* {System_Generics_Collections}TDictionary<System_Bluetooth_TScanResponseKey,System_TArray<System_Byte>>.Create */ inline __fastcall TScanResponse(System::Generics::Collections::TEnumerable__1<System::Generics::Collections::TPair__2<TScanResponseKey,System::DynamicArray<System::Byte> > >* const Collection)/* overload */ : System::Generics::Collections::TDictionary__2<TScanResponseKey,System::DynamicArray<System::Byte> >(Collection) { }
/* {System_Generics_Collections}TDictionary<System_Bluetooth_TScanResponseKey,System_TArray<System_Byte>>.Create */ inline __fastcall TScanResponse(System::Generics::Collections::TEnumerable__1<System::Generics::Collections::TPair__2<TScanResponseKey,System::DynamicArray<System::Byte> > >* const Collection, const System::DelphiInterface<System::Generics::Defaults::IEqualityComparer__1<TScanResponseKey> > AComparer)/* overload */ : System::Generics::Collections::TDictionary__2<TScanResponseKey,System::DynamicArray<System::Byte> >(Collection, AComparer) { }

プロパティ

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

説明

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