System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter.GetServerPeer

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetServerPeer(const ProtocolId: TTetheringProtocolType): TTetheringCustomServerComm; override;

C++

virtual System::Tether::Comm::TTetheringCustomServerComm* __fastcall GetServerPeer(const System::UnicodeString ProtocolId);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Tether.BluetoothAdapter.pas
System.Tether.BluetoothAdapter.hpp
System.Tether.BluetoothAdapter TTetheringBluetoothAdapter


Description

Renvoie un objet qu'un protocole du type de protocole spécifié peut utiliser pour des connexions en tant que serveur sur une communication Classic Bluetooth.

GetServerPeer fournit un objet d'une classe qui est prise en charge par les protocoles du type de protocole spécifié. GetServerPeer doit fournir une instance de TTetheringCustomComm pour être utilisé en tant que serveur sur une communication Classic Bluetooth.

Si votre adaptateur ne prend pas en charge le type de protocole spécifié, GetServerPeer renvoie une valeur null.

Voir aussi