System.Bluetooth.TBluetoothSocket.DoReceiveData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoReceiveData(ATimeout: Cardinal): TBytes; virtual; abstract;

C++

virtual System::DynamicArray<System::Byte> __fastcall DoReceiveData(unsigned ATimeout) = 0 ;

Properties

Type Visibility Source Unit Parent
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.

Reads an array of bytes sent by the remote device.

ReceiveData calls DoReceiveData.

See Also