System.Bluetooth.TBluetoothSocket.DoSendData

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoSendData(const AData: TBytes); virtual; abstract;

C++

virtual void __fastcall DoSendData(const System::DynamicArray<System::Byte> AData) = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothSocket


Description

Remarque : C'est une méthode abstraite qu'implémentent les sous-classes de TBluetoothSocket spécifiques à la plate-forme.

Envoie le tableau d'octets au périphérique distant.

SendData appelle DoSendData.

Voir aussi