System.Bluetooth.TBluetoothSocket.SendData
Delphi
procedure SendData(const AData: TBytes);
C++
void __fastcall SendData(const System::Sysutils::TBytes AData);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothSocket |
Description
Sends the specified array of bytes to the remote device.