API:System.Bluetooth.TBluetoothAdapter.CreateServerSocket

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.