System.Bluetooth.TBluetoothSocket.ReadData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadData: TBytes; overload; inline; deprecated 'Use ReceiveData';
function ReadData(ATimeout: Cardinal): TBytes; overload; inline; deprecated 'Use ReceiveData';

C++

System::DynamicArray<System::Byte> __fastcall ReadData _DEPRECATED_ATTRIBUTE1("Use ReceiveData") ()/* overload */;
System::DynamicArray<System::Byte> __fastcall ReadData _DEPRECATED_ATTRIBUTE1("Use ReceiveData") (unsigned ATimeout)/* overload */;

Properties

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

Description

Warning: ReadData is deprecated. Please use ReceiveData.

Reads an array of bytes sent by the remote device.

See Also