System.Bluetooth.TBluetoothSocket.SendData

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SendData(const AData: TBytes);

C++

void __fastcall SendData(const System::DynamicArray<System::Byte> AData);

Eigenschaften

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


Beschreibung

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

Siehe auch