System.Bluetooth.Components.TBluetooth.CreateClientSocket

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CreateClientSocket(const ADevice: TBluetoothDevice; const AUUID: TGUID; Secure: Boolean): TBluetoothSocket;

C++

System::Bluetooth::TBluetoothSocket* __fastcall CreateClientSocket(System::Bluetooth::TBluetoothDevice* const ADevice, 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 Client-Socket.

Siehe auch