System.Bluetooth.TBluetoothSocket.DoSendData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Note: This is an abstract method that platform-specific subclasses of TBluetoothSocket implement.

Sends the specified array of bytes to the remote device.

SendData calls DoSendData.

See Also