API:System.Bluetooth.Components.TBluetooth.CreateClientSocket

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
function public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth

Description

Embarcadero Technologies does not currently have any additional information.