System.Bluetooth.TBluetoothSocket.SendData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SendData(const AData: TBytes);

C++

void __fastcall SendData(const System::DynamicArray<System::Byte> 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.

See Also