System.Bluetooth.TBluetoothLEServiceData.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public System.Bluetooth.hpp System.Bluetooth TBluetoothLEServiceData

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.