System.Bluetooth.Components.TBluetooth.CreateServerSocket

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CreateServerSocket(const AName: string; const AUUID: TGUID; Secure: Boolean): TBluetoothServerSocket;

C++

System::Bluetooth::TBluetoothServerSocket* __fastcall CreateServerSocket(const System::UnicodeString AName, const GUID &AUUID, bool Secure);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth


Beschreibung

Erstellt einen Server-Socket.

Siehe auch