System.Bluetooth.TBluetoothSocket.DoSendData

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothSocket


Beschreibung

Hinweis: Dies ist eine abstrakte Methode, die von plattformspezifischen Unterklassen von TBluetoothSocket implementiert wird.

Sendet das angegebene Byte-Array an das Remote-Gerät.

SendData ruft DoSendData auf.

Siehe auch